Fix wrimg.sh partition layout and mkimg.sh sgdisk dependency
This commit is contained in:
parent
9063cf7f8e
commit
fad0e966b0
2 changed files with 25 additions and 8 deletions
3
mkimg.sh
3
mkimg.sh
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue