# Step 5 Do system/data partition image generation(sdxprairie-sysfs.ubi & sdxprairie-data.ubi)
# As usual, check before make
find . -name *.ubi | xargs ls -al
cat sdk_rootfs/etc/version
cat sdk_rootfs/etc/timestamp
# let's go
make rootfs
# as you can see, you need to be in sudo user group
# one way to check is to run `id`
find . -name *.ubi | xargs ls -al
date -R
cat sdk_rootfs/etc/version
cat sdk_rootfs/etc/timestamp