Hi,
Related to below wiki link, I try to flash my sd card image to emmc of BBB.
I build modules and put them to sitara initramfs file system (sitara_flasher_initramfs) then build kernel with Processor SDK 2.0 (kernel initramfs option and path entered). The zImage is approx. 71MB and do the following commands to internal default u-boot on emmc.
DHCP takes ip and pull zImage with no problem.
DTB is also pulled and ruun with no problembut when I run bootz, it says on console "starting kernel" and waits, initramfs doesnt come ( I wait two hours :) ). Also led2 blinks with ~3-4 hz. Could you please help me to find way to copy my arago sd card image to emmc.
- $dhcp
- $run findfdt
- $tftp ${fdtaddr} ${fdtfile}bootz ${loadaddr} - ${fdtaddr}
- $bootz ${loadaddr} - ${fdtaddr}