Memory layout of eMMC at BBB

82 views
Skip to first unread message

Denys Yurchenko

unread,
Nov 6, 2017, 4:06:26 AM11/6/17
to BeagleBoard
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?


Reply all
Reply to author
Forward
0 new messages