I want to know the Partitions/blocks of 2GB emmc at BBB Board
ex,
Spl Start Address....End Address
Uboot
Kernel
rootfs
I dont think there is any command to see . U can display the emmc contents
and see which memory location it is written  and see usually u-boot is
flashed at multiple of 128 bytes
and kernel at adsress  0x82000000


On Sun, Nov 17, 2013 at 7:36 AM, <jay0710.w...@gmail.com> wrote:

> 1. I want to know the Partitions/blocks of 2GB emmc at BBB Board
> ex,
> Spl Start Address....End Address
> Uboot
> Kernel
> rootfs
>
> 2.how can i update these blocks use uboot??
> ex,
>
> U-Boot# loadb 0x82000000
>     Download MLO/Uboot to SDRAM
> U-Boot# nand erase 0x0 0x20000
> U-Boot# nand write 0x82000000 0x0 0x20000
>
> --
> 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 beagleboard+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
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 beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to