This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

dm365 - eMMC formatting

 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?