This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM62A7: Discussion: About the WIC file generation process

Part Number: AM62A7

Tool/software:

HI,

When I was looking at TI's wic file generation process, I noticed that the file tisdk-edgeai-sdimage.wks has the following content

# short-description: Create a fixed size SD card image with 2 partitions
# long-description: Creates a partitioned SD card image for TI platforms.
# Boot files are located in the first vfat partition with extra reserved space.

part /boot --source bootimg-partition --ondisk mmcblk0 --fstype=vfat --label BOOT --active --align 1024 --fixed-size 128M --use-uuid
part / --source rootfs --ondisk mmcblk0 --fstype=ext4 --label rootfs --align 1024 --use-uuid

I want to know the exact location of the folders bootimg-partition and rootfs specified by --source during wic file generation.

Is their search path specified by a variable? Or a fixed storage location?

Thanks,

Yuwei Wu