Hi Fabio,
Did you use the boot partition?
I mean, why don't we use "mmc partconf 0 0 1 0"
So that we can flash u-boot to partition 1 and leave partition 0 for distro
install.
The following sequence should work.
init setup
1. mmc dev 2
2. mmc partconf 0 0 1 0
flash u-boot
1. tftp ${loadaddr} fl
Add documentation for building and flashing mainline U-Boot
in the IOT-GATE-iMX8 board.
Signed-off-by: Fabio Estevam
---
doc/board/compulab/imx8mm-cl-iot-gate.rst | 84 +++
doc/board/index.rst | 1 +
2 files changed, 85 insertions(+)
create mode 100644
2 matches
Mail list logo