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