--:----:--Keyboard shortcuts (?)Fullscreen (f)

Step 5 Do system/data partition image generation(sdxprairie-sysfs.ubi & sdxprairie-data.ubi)

by zhouxiang
GNU/Linux ◆ xterm-256color ◆ bash 258 views

# 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

More by zhouxiang

untitled 01:08

by zhouxiang

untitled 01:48

by zhouxiang

untitled 04:04

by zhouxiang

See all