Why is the boot partition so large in the wks file: https://git.ti.com/cgit/arago-project/meta-ti/tree/wic/sdimage-2part.wks?h=dunfell&id=a83fb916dcfcad3028256ba8ff7d0626cf475cc5#n5
The actual content is only ~2.1M:
-rwxrwx--- 1 root disk 292K Jun 15 15:07 tiboot3.bin
-rwxrwx--- 1 root disk 938K Jun 15 15:07 tispl.bin
-rwxrwx--- 1 root disk 880K Jun 15 15:07 u-boot.img
-rwxrwx--- 1 root disk 574 Jun 15 15:07 uEnv.txt
Is there any risk if we reduce the boot partition to 32M using the following wks:
part /boot --source bootimg-partition --ondisk mmcblk0 --fstype=vfat --label boot --active --align 1024 --fixed-size 32M --use-uuid part / --source rootfs --ondisk mmcblk0 --fstype=ext4 --label root --align 1024 --use-uuid --offset 40M
Thanks,
Nate