on
07-12-2025
10:55 AM
- edited on
10-07-2025
03:48 AM
by
ZenBot
[AIOT] How to Resize Tinker Board 2 OS Image/ Partition
Purpose:
Note: This instruction is for Tinker Board/Tinker Board S/Tinker Board R2.0/Tinker Board S R2.0/Tinker Board 2/Tinker Board 2S
Environment:
Instruction:
1. Hardware setting: Connect Tinker Board S to PC via micro-USB
2. Power on Tinker Board S -- it should be recognized as 'UMS USB device' (in UMS mode)
3. To resize the partitions using tinker_resize shell script:
Download tinker_resize.sh and dump image from eMMC with dd command:
sudo dd bs=4M if=/dev/sdX of=/path/xxx.img
chmod +x tinker_resize.sh
sudo ./tinker_resize.sh xxx.img
The source code of tinker_resize.sh is originated from PiShrink: https://github.com/Drewsif/PiShrink