Hi All,

I'm trying to build Debian, put it on an SD card and boot. I'm using the 
instructions from here http://eewiki.net/display/linuxonarm/BeagleBone .

I've come across a few differences between what is reported by u-boot 
during the boot process and variables set in uEnv.txt.

#optargs=
#mmcroot=/dev/mmcblk0p2 ro
#mmcrootfstype=ext4 rootwait fixrtc
 
uenvcmd=run loadimage; run loadfdt; run mmcargs; bootz ${loadaddr} - 
${fdtaddr}







In u-boot, if I printenv. There is a variable called loaduimage. 

loaduimage=load mmc ${bbotpart} ${klaodaddr} ${bootdir}/${bootfile}

bootfile=uImage

However, the script line in the link performs this- sudo cp -v 
./linux-dev/deploy/${kernel_version}.zImage /media/boot/zImage

Am I missing something in the kernel build menu configuration process or 
can I just rename bootfile to zImage? Do I need to change the addresses to 
load?

I also got an second error in u-boot when running the next uenvcmd 
associated with run loadfdt. The /boot directory structure has changed. the 
file not found ids located in the dtbs directory.

Finally, I tried running the install_kernel.sh script in /linux-dev/tools. 
It runs without error but doesn't move the files to the sd card.

Regards,

-M

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to