Major features:
- Minimal bootloader
Bootloader in SPI flash memory will help ODROID-M1 not to be bricked or boot failure due to incompatible memory cards.
- Easy OS management
Petitboot can help you to boot an OS from eMMC/SD cards as well as NVMe/SATA/USB storages, also select an OS when multiple OS are installed.
- Installing OS images
- USB Mass Storage:
Flashing an OS image through USB cable attached with PC. This method won't let you detach a storage from ODROID-M1, but simply connect your ODROID-M1 to PC as a USB storage device and flashing an OS image with a flash tool such as balenaEtcher.
- Netboot Installer:
Instead of flashing an OS image to a storage, Netboot Installer method will help you to install an OS to a storage directly and this can help you to configure the partiition layout and mouting points while installing. In order to start the Netboot Installer method, select Exit to shell in the Petitboot screen and run commands.Code: Select all
udhcpc netboot_default exit
- USB Mass Storage:
- Tiny Linux system
The firmware in on-board SPI memory is a tiny Linux with useful Linux commands, althrough the number of commands are limited, you can diagnose your storages without any other Linux machine.