uuu_version 1.2.39 SDPS: boot -f flash_mmc_mek.bin SDPV: delay 1000 SDPV: write -f flash_mmc_mek.bin -skipspl SDPV: jump #Flashing uboot and rootfs to eMMC FB: ucmd setenv fastboot_dev mmc FB: ucmd setenv mmcdev ${emmc_dev} FB: ucmd mmc dev ${emmc_dev} FB: flash bootloader flash_mmc_mek.bin #Fatwritte Cortex-A binary FB: ucmd setenv fastboot_buffer ${loadaddr} FB: download -f test_app_priv.bin FB[-t 20000]: ucmd fatwrite mmc ${emmc_dev}:1 ${fastboot_buffer} test_app_priv.bin ${fastboot_bytes} #setting uboot for custom boot configuration # The cp.b command copies count bytes, words, or long words (depending on the suffix used -: b, w, l -from sourceAddress into loadAddress FB: ucmd setenv loada53image "fatload mmc ${emmc_dev}:1 0xf0000000 test_app_priv.bin; cp.b 0xf0000000 0x7e0000 0x20000" FB: ucmd setenv a53boot "run loada53image; bootm 0xf0000000" FB: ucmd setenv mmcboot "run a53boot; $mmcboot" FB: ucmd saveenv FB: ucmd if env exists emmc_ack; then ; else setenv emmc_ack 0; fi; FB: ucmd mmc partconf ${emmc_dev} ${emmc_ack} 1 0 FB: done