VIM4 is capable of booting from the following devices:
- eMMC
- SD Card
- SPI Flash
The OS image can be burned into the eMMC
, SD Card
or SPI Flash
.
The default boot priority is:
- SD Card
- eMMC
- SPI Flash
You can also swap the boot priority of the eMMC
and SPI Flash
via the KBI(Khadas Boot Instructions), but the SD Card
will always take the highest priority.
- Setting the priority of
eMMC
aboveSPI Flash
1 | kvim4# kbi bootmode w emmc |
Then the boot priority will become:
- SD Card
- eMMC
- SPI Flash
- Setting the priority of
SPI Flash
aboveeMMC
1 | kvim4# kbi bootmode w spi |
Then the boot priority will become:
- SD Card
- SPI Flash
- eMMC