HI,
Im developing on a dm3730 board,
how do i change the partitions sizes (boot/rootfs/data) when i flash the built image to the sd card or during the build itself?
im using the "dd" utility in linux for flashing the image to the sd.
thanks!
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
HI,
Im developing on a dm3730 board,
how do i change the partitions sizes (boot/rootfs/data) when i flash the built image to the sd card or during the build itself?
im using the "dd" utility in linux for flashing the image to the sd.
thanks!
sudo sfdisk --force -D -H 255 -S 63 -uS $DSK << EOF >/dev/null 2>&1
63 70000 0c *
70063 307200 83
377263 614400,83
991663 1 83;
EOF
its a 2gb card and i have 1.4gb of free space left after the change so there shouldn't be a problem