![]() |
2012-09-01
, 15:37
|
Posts: 61 |
Thanked: 4 times |
Joined on Feb 2012
|
#491
|
![]() |
2012-09-01
, 16:49
|
Posts: 22 |
Thanked: 28 times |
Joined on Aug 2012
|
#492
|
![]() |
2012-09-01
, 18:08
|
|
Posts: 4,118 |
Thanked: 8,901 times |
Joined on Aug 2010
@ Ruhrgebiet, Germany
|
#493
|
~ $ cat /etc/bootmenu.d/21-Nemo-2.6.37.item ITEM_NAME="Nemo with kernel 2.6.37-12.2" ITEM_KERNEL="vmlinuz-2.6.37-12.2.Nemo.Adaptation.N900-adaptation-n900" ITEM_MODULES="ext3"
![]() |
2012-09-01
, 21:03
|
Posts: 22 |
Thanked: 28 times |
Joined on Aug 2012
|
#494
|
The Following User Says Thank You to aeon_light For This Useful Post: | ||
![]() |
2012-09-02
, 21:03
|
Posts: 4 |
Thanked: 2 times |
Joined on Aug 2012
|
#495
|
Are you sure you don't need lineor similar? Your error says while i doubt your android root is formatted with ubifsCode:ITEM_FSTYPE="ext4"
![]() |
2012-09-02
, 23:14
|
Posts: 362 |
Thanked: 426 times |
Joined on Nov 2010
@ Italy, Lombardia
|
#496
|
Extended question (might be a bit off topic): How would I boot RescueOS off of the SD card using U-Boot?
Edit 4: Tried booting the framebuffer kernel. It seems to boot, but gets stuck at "waiting for root device /dev/mmcblk0p1" (primarily because I had the "rootwait" parameter in place to avoid the kernel crashing from not find the rootfs). As the main rootfs now has Kernel Power v51r1 (and so I can't get it to boot with the framebuffer kernel - and even if I could, I have a feeling it would crash instantly on startup since I also have CSSU-Thumb), this might be tricky. Does Kernel Power support framebuffering?
Edit 6: Could it be possible that the latest version of U-boot doesn't initialize rootfs on certain hardware correctly? Upon trying to mount it, I get:
cannot open ubi0:rootfs, error -19
And the kernel panics afterwards. This is before the kernel modules even come online, which is quite interesting.
The Following User Says Thank You to Fabry For This Useful Post: | ||
![]() |
2012-09-03
, 21:08
|
Community Council |
Posts: 687 |
Thanked: 1,239 times |
Joined on Sep 2010
@ Mbabane
|
#497
|
![]() |
2012-09-04
, 07:49
|
Posts: 1,808 |
Thanked: 4,272 times |
Joined on Feb 2011
@ Germany
|
#498
|
Edit 10: Got it to start! However, it crashed afterwards with a "Device Malfunction" error. Something about the preinit not being able to create a file in /sys. Well...
Edit 11: It's complaining about missing stuff on /proc and /sys. Strangely enough, my backupmenu backups don't contain the contents of these two folders (they're completely blank in the backup), and neither does the blank backupmenu image provided at the backupmenu site. I'd probably need a full rootfs clone, but those evidently aren't actually provided.
mount -t proc none /proc mount -t sysfs none /sys mount -t tmpfs none -o size=512K /tmp
Edit 12: I managed to skip preinit after replacing /sbin/preinit with /bin/sh. While this does load a shell, it somehow doesn't turn off the watchdog/whatever that shuts the device off after 15 seconds. I tried running flasher without its arguments (to have it print a list of possible switches), and it randomly switched off after having printed this. My guess is that something must be loaded for that sequence to switch off? (As having /sbin/preinit run doesn't cause the same issue). Keymaps are also a bit messed up - I can't type in numbers at all, and so I can't switch init states to see if that's the cause.
Also, before I continue any further with this: Does flasher rely on anything which occurs after /sbin/preinit (such that I could, say, permanently brick the device if I decided to flash another a fiasco image with it without running preinit)?
The Following 3 Users Say Thank You to reinob For This Useful Post: | ||
![]() |
2012-09-04
, 07:54
|
Posts: 1,808 |
Thanked: 4,272 times |
Joined on Feb 2011
@ Germany
|
#499
|
Latest nemo kernel booting happily, finally
I still can't boot omap1 or any other kernel due to the same problem as reinob had, http://talk.maemo.org/showpost.php?p...&postcount=443
@reinob: do you have any idea how i can get Maemo to boot? i'm getting the same ubifs_get_sb and unknown_block(0,0) etc
The Following User Says Thank You to reinob For This Useful Post: | ||
![]() |
2012-09-06
, 08:05
|
Posts: 20 |
Thanked: 5 times |
Joined on Sep 2012
|
#500
|