Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titleTarget (U-Boot)
setenv uuid_gpt_disk <first UUID>
setenv uuid_gpt_rootfs <second UUID>
setenv uuid_gpt_env <third UUID>
gpt write mmc 1 ${partitions}
reset

The partition gpt partition will be visible after a reset. (Note that mmc0 corresponds with the SD card slot interface, while mmc1 corresponds with eMMC):

...