This repo serves as a guide on how to create your own bootable images to be used on your Tinker Board.
Currently, this has been tested successfully on:
- Tinker Board 2
- Tinker Board 2s
Each of the sections also contains a Dockerfile
which comes prepacked with all the required libraries for building.
These are the steps that we will be taking to rebuild the linux os.
- Partition creation
- partitions guide
- Building images
- uboot.img & trust.img
- changing of rootfs (important, else linux os won't be able to load)
- idbloader.img
- kernel.img
- Writing boot images to media card
- sd card
- emmc
- uboot.img & trust.img
- Building OS image (3 examples)
- ubuntu
- fedora
- alpine