View Single Post
Old 10-15-2011, 06:36 AM   #146
JRANGER
Connoisseur
JRANGER began at the beginning.
 
Posts: 61
Karma: 10
Join Date: Sep 2011
Device: Edgejr
ok I need you u-boot peoples help....

How do I start u-boot for a .sh file

and then what commands do I need to load an image in u-boot from an SD card


Im assuming something like this....although the arg im sure are not even close

run_program PACKAGE:u-boot (Just where I want to load u-boot)
mount /dev/mmcblk0p1 - sdcard
setenv bootargs console=ttyS0,115200n8 root=1f02 rootfstype=jffs2 reboot=cold,hard
fsload a2000000 boot/uImage
bootm a2000000

or do I need to use ADB in my sh instead...

mount /dev/mmcblk0p1
ADB SHELL
fastboot boot /dev/mmcblk0p1/uIMage [ /dev/mmcblk0p1/uRamdisk ] (does this boot the u-boot.bin off the sd card?}

Last edited by JRANGER; 10-15-2011 at 11:07 AM.
JRANGER is offline   Reply With Quote