Hi, Nelson:
Thanks! I can build kernel and generate OS rootfs via rootstock now,
following your guide!
While newly made OS image hit the error when booting:
[ 38.077331] Freeing init memory: 180K
[ 38.081207] kjournald starting. Commit interval 5 seconds
[ 41.667724] Unhandled fault: external abort on non-linefetch
(0x1018) at 0x40340000
Yes, I followed 9.10 boot fix every time.
Good news is : Now I re-formatted my SD card, it seems everything is
ok now. It might caused by my SD card issue.
Thank you Nelson for your patient help!!
Hello Robert,
I'm getting the error
Unhandled fault: external abort on non-linefetch (0x1018) at 0x40340000
This error message is annoying, but it doesn't seem to effect anything...
and Beagle just halts, it doesn't go further. Nothing happens on serial
console or on DVI output.
Couple things, what bootargs did you use? (either saved in nand or via
a boot.scr file, they work the same)
reference:
console=ttyS2,115200n8 -> serial port setting
console=tty0 -> dvi output...
If you used rootstock, did you use this option: "--serial ttyS2"? The
demo images have that enabled.. Otherwise the serial port will stop
printing message at about that location...
I'm now trying to reformat my SD card again and start all over.
I have applied all changes on
:BeagleBoardUbuntu - eLinux.org
Recheck your /etc/fstab change as that is essential with karmic,
without it mountall will just stop similar to what it sounds like your
seeing...
The /etc/e2fsck.conf change only fixes the constant (boot, fsck, &
reboot) repeat for ever on devices with no battery backed rtc. (the
util-linux-ng guys seem to think this okay as they consider it
defective hardware, in the debian bug reports. Looks like it might
finally get fixed..)