|
2010-11-04
, 17:58
|
Posts: 51 |
Thanked: 21 times |
Joined on May 2010
|
#32
|
|
2010-11-04
, 18:05
|
Posts: 539 |
Thanked: 165 times |
Joined on Feb 2010
@ Berlin, Germany
|
#33
|
The Following 2 Users Say Thank You to x-lette For This Useful Post: | ||
|
2010-11-04
, 18:41
|
Posts: 2,225 |
Thanked: 3,822 times |
Joined on Jun 2010
@ Florida
|
#34
|
|
2010-11-04
, 19:08
|
Posts: 539 |
Thanked: 165 times |
Joined on Feb 2010
@ Berlin, Germany
|
#35
|
1: You CAN have UBoot with power kernel. You can even have it with PR1.3 patches. Matan already made a kernel like that, and it can easily be downloaded onto the device and flashed with the on-board "flasher" command with almost no effort.
2: You need to do the same thing to get rid of uboot. You download the fiasco image, and run the flasher (as per existing instruction in the other uboot thread and the wiki) - you don't even have to use a computer based one. You can flash kernels from on-device.
4. You don't need to swap SD cards or take them out to boot maemo. Yeah, booting with keyboard out is easier than taking out SD card. But loading with keyboard out, then selecting OS, vs loading with keyboard out and pressing any key, then typing the command to select OS, is almost the same. And you can do that easily.
The Following User Says Thank You to x-lette For This Useful Post: | ||
|
2010-11-04
, 21:45
|
Posts: 2,225 |
Thanked: 3,822 times |
Joined on Jun 2010
@ Florida
|
#36
|
In the end it's still more fiddly to install this one than just doing an "apt-get install superduperkernel"
That's really fiddly. Fiasco-image, self-flashing ... one wrong command and you'll end up with a flashed rootfs?
OK but that's no reason for not having a simple, graphical boot menu like grub or similar. Seems like every guy who offers alternative bootsystem or some non-maemo-function ships his own boot command which is completely incompatible to everything else.
That's nonsense and doesn't help community in any way. but I see you are not responsible for that and maybe one day we'll get some comfortable boot menu where all developers can plug their stuff in and boot the hell out of the device.
The Following User Says Thank You to Mentalist Traceur For This Useful Post: | ||
|
2010-11-04
, 22:14
|
Posts: 539 |
Thanked: 165 times |
Joined on Feb 2010
@ Berlin, Germany
|
#37
|
The Following 2 Users Say Thank You to x-lette For This Useful Post: | ||
|
2010-11-04
, 22:17
|
Posts: 112 |
Thanked: 105 times |
Joined on Mar 2010
@ Montpellier, FRANCE
|
#38
|
|
2010-11-04
, 22:45
|
Posts: 376 |
Thanked: 56 times |
Joined on Jan 2010
|
#39
|
|
2010-11-04
, 23:25
|
Posts: 80 |
Thanked: 95 times |
Joined on Aug 2010
|
#40
|
tutorial was already at http://wiki.meego.com/ARM/N900/Install/MMC
plus, on formatting the memcard,
if u format it from pc, you'll jus get around 1.4gb partition..
you need to go to xterm and type
sudo gainroot
umount /dev/mmcblk1p1
sfdisk /dev/mmcblk1 << EOM
,,C
,,
,,
,,
EOM
sync
mkfs.vfat /dev/mmcblk1p1
*ignore the error on the umount /dev/mmcblk1p1, its just a precaution*