Booting kernel from FAT partition on beagle board
Bernhard Walle
bernhard at bwalle.de
Sun Jul 22 11:29:44 EDT 2012
Hi,
this may be a very stupid question, but I'm using Barebox for the first
time. My kernel is located on a SD card on the 1st FAT partition. I
tried following sequence:
------------------------------------------------------------
barebox at Texas Instrument's Beagle:/ bootargs="console=ttyO2,115200 \
vram=12M omapfb.mode=dvi:1024x768MR-16 at 60 omapfb.debug=y \
omapdss.def_disp=dvi root=/dev/mmcblk0p2 ro rootfstype=ext3 \
rootwait earlyprintk=ttyO2,115200"
barebox at Texas Instrument's Beagle:/ mount /dev/disk0.0 fat /mnt
barebox at Texas Instrument's Beagle:/ bootm -c -v /mnt/uImage
------------------------------------------------------------
But that doesn't work:
------------------------------------------------------------
Image Name: Linux-3.5.0
OS: Linux
Architecture: ARM
Type: Kernel Image
Compression: uncompressed
Data Size: 3362776 Bytes = 3.2 MB
Load Address: 80008000
Entry Point: 80008000
Loading OS U-Boot uImage '/mnt/uImage'
OS image is at 0x80008000-0x8033cfd7
Passing control to ARM Linux uImage handler
Starting kernel at 0x80008000...
commandline: console=ttyO2,115200 vram=12M
omapfb.mode=dvi:1024x768MR-16 at 60 omapfb.debug=y omapdss.def_disp=dvi
root=/dev/mmcblk0p2 ro rootfstype=ext3 rootwait earlyprintk=ttyO2,115200
arch_number: 1546
------------------------------------------------------------
The same kernel boots fine using u-boot. I'm using Barebox 2012.07.0 and
u-boot 2012.07-rc1.
Did I do something wrong? Or is that just a bug?
Regards,
Bernhard
More information about the barebox
mailing list