1
0
mirror of https://github.com/paolosabatino/multitool.git synced 2025-01-18 07:51:53 +00:00
2025-01-14 09:57:16 +01:00
2023-11-14 21:38:36 +01:00
2023-11-14 21:15:44 +01:00
2020-04-20 15:35:16 +02:00
2025-01-14 09:57:16 +01:00

multitool

SD/eMMC card helper Multitool for TV boxes and alike

Building

This assumes a Debian-derived system, adapt to your system as appropriate. First, install required packages:

sudo apt install multistrap squashfs-tools parted dosfstools ntfs-3g

Fetch the source code:

git clone https://github.com/paolosabatino/multitool

Then build an image for the appropriate board (root is required, as the script must have enough permissions to set up and manipulate loop devices for the target image):

sudo ./create_image.sh $board

See sources/*.conf for supported board configurations; the resulting image can be found at dist-$board/multitool.img.

Description
SD/eMMC card helper Multitool for TV boxes and alike
Readme GPL-2.0 76 MiB
Languages
Shell 100%