I'm preparing a new root filesystem for my K2E EVM board and have the ubinize_k2e_evm.cfg file from the SDK.
My filesystem image would replace the rootfs entry which looks like this:
[rootfs]
mode=ubi
image=tisdk-rootfs-k2e-evm.ubifs
vol_id=2
vol_type=dynamic
vol_name=rootfs
vol_flags=autoresize
However, I need to have a boot volume in the .ubi image as well. The config looks like this:
[boot]
mode=ubi
image=k2e-evm-boot.ubifs
vol_type=dynamic
vol_id=0
vol_name=boot
vol_size=10MiB
But the SDK doesn't appear to contain the k2e-evm-boot-ubifs file.
Where can I get one? Or is there a way to extract it from the k2e-evm-ubifs.ubi image?
Thanks!