Hi,

Anybody know memory layout of eMMC at BBB?

I want update via TFTP eMMC with new versions of u-boot, linux kernel, dtb 
and RFS:

U-Boot # mmc dev 1 part 0
U-Boot # tftpboot ${loadaddr} MLO
U-Boot # mmc write ${loadaddr} 0x100 0x100
U-Boot # mmc write ${loadaddr} 0x200 0x100
U-Boot # tftpboot ${loadaddr} u-boot.img
U-Boot # mmc write ${loadaddr} 0x300 0x400

BUT I need start address and size for uImage, for dtb file and for RFS:

U-Boot # tftpboot ${loadaddr} uImage
U-Boot # mmc write ${loadaddr} ???? ????
U-Boot # tftpboot ${loadaddr} am335x-boneblack.dtb
U-Boot # mmc write ${loadaddr} ???? ????
U-Boot # tftpboot ${loadaddr} myrootfsfile
U-Boot # mmc write ${loadaddr} ???? ????

Any ideas?


-- 
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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/be6e6623-c61b-404a-8ebf-5153729b9c6d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to