Hi all,
I need to format an eMMC in production environment.
The ubl boots from spi flash.
How can write the eMMC partition table?
By now I'm guessing I can:
- start ubl from spi
- download u-boot from serial line.
- write it to eMMC.
- re-start ubl that find u-boot on eMMC and starts it
- u-boot gets from tftp the kernel and the rootfs and does fdisk and all programming steps
Is there a simpler process to do the same?