I wanted to flash custom images into the images of the evk,which have the following components:
- A boot patition
- tiboot3.bin
- tispl.bin
- u-boot.img
- uboot.env
- A ext4 partition in the user data area containing
- Linux Kernel image
- Linux DTB
- Linux file system
So,I was wondering,if I can do so with these guides,because they're more inclined towards .appimage files:
1.https://software-dl.ti.com/mcu-plus-sdk/esd/AM62X/latest/exports/docs/api_guide_am62x/EXAMPLES_DRIVERS_SBL_EMMC_LINUX_MULTISTAGE.html
2.https://software-dl.ti.com/mcu-plus-sdk/esd/AM62X/latest/exports/docs/api_guide_am62x/SBL_BOOTING_LINUX_EMMC.html
Also,which parts go where ,with respect to this diagram:
+---------+---------+--------+----------------------------------+ | boot0 | boot1 | rpmb | User Data Area | +---------+---------+--------+----------------------------------+
All suggestions are welcome,thanks in advance