phycore-imx8mp: add support for booting and flashing emmc via UUU

add support for Serial Downloader Boot via UUU as well as flashing emmc
via UUU on USB0 Port of phyBOARD Pollux.

Reviewed-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Benjamin Hahn <B.Hahn@phytec.de>
This commit is contained in:
Benjamin Hahn
2024-02-08 13:03:11 +01:00
committed by Fabio Estevam
parent 199229e28b
commit 8dcf1df48d
3 changed files with 25 additions and 2 deletions

View File

@@ -19,6 +19,11 @@
"fdt_addr=0x48000000\0" \
"fdt_file=" CONFIG_DEFAULT_FDT_FILE "\0" \
"ip_dyn=yes\0" \
"dofastboot=0\0" \
"fastboot_raw_partition_bootloader=64 8128\0" \
"fastboot_raw_partition_all=0 4194304\0" \
"emmc_dev=2\0" \
"sd_dev=1\0" \
"mmcdev=" __stringify(CONFIG_SYS_MMC_ENV_DEV) "\0" \
"mmcpart=1\0" \
"mmcroot=2\0" \