09-23-2018, 12:44 PM
(This post was last modified: 09-23-2018, 02:08 PM by mas9l4ever. Edited 2 times in total.)
I "bicked" eMMC of my TBS in the first day of use, today I managed to boot TBS from eMMC for the first time. Here is what I did:
0. Boot your TBS using SD card, use terminal or SSH to input following commands.
1. Download TinkerOS distribution and unzip:
2. Delete old partitions from eMMC(mmcblk1 in my case):
3. Reboot TBS.
4. Unpack image file to the cleaned partition:
After this you should be able to boot your TBS form eMMC, do not forget to change jumper to the parking position. Result is not optimal through - root partition on eMMC created by dd tool is only 3GB, rest left not used, I do not know why it happened, and I do not know how to change partition size in fdisk tool, so I used gparted tool to increase root partition on eMMC to use all available space.
I'm complete noob to linux & terminal, so do not blame my solution for the incompetence, on the other hand optimization tips are appreciated.
***P.S. I can not post links, so you have to find workable link for Tinker OS distribution by yourself, I used archive provided on this website wiki section.
0. Boot your TBS using SD card, use terminal or SSH to input following commands.
1. Download TinkerOS distribution and unzip:
Code:
wget [link***]
unzip 20180622-tinker-board-linaro-stretch-alip-v2.0.7.img.zip2. Delete old partitions from eMMC(mmcblk1 in my case):
Code:
sudo fdisk /dev/mmcblk1
d
1
2
w3. Reboot TBS.
4. Unpack image file to the cleaned partition:
Code:
sudo dd if=20180622-tinker-board-linaro-stretch-alip-v2.0.7.img of=/dev/mmcblc1 status=progress && syncAfter this you should be able to boot your TBS form eMMC, do not forget to change jumper to the parking position. Result is not optimal through - root partition on eMMC created by dd tool is only 3GB, rest left not used, I do not know why it happened, and I do not know how to change partition size in fdisk tool, so I used gparted tool to increase root partition on eMMC to use all available space.
I'm complete noob to linux & terminal, so do not blame my solution for the incompetence, on the other hand optimization tips are appreciated.
***P.S. I can not post links, so you have to find workable link for Tinker OS distribution by yourself, I used archive provided on this website wiki section.



![[-]](https://tinkerboarding.co.uk/forum/images/collapse.png)