1
0
Fork 0

Fix wrimg.sh partition layout and mkimg.sh sgdisk dependency

This commit is contained in:
Brendan Szymanski 2026-07-12 00:08:30 -04:00
parent 9063cf7f8e
commit fad0e966b0
2 changed files with 25 additions and 8 deletions

View file

@ -186,6 +186,5 @@ sudo chown "${USER}:${USER}" "${IMAGE_PATH}"
echo "✅ Created ${IMAGE_PATH} with GPT partition names and filesystem labels."
echo "You should now be able to write this image to your SD/NVMe and boot RK3588. "
sudo sgdisk -p "${IMAGE_PATH}"
sudo sfdisk -l "${IMAGE_PATH}"
exit 0