bananapi-m5

Bananapi M5

  • powering with PD capable PSU is not possible. It has to be dumb 5V
  • To change display resolution, add below to the /boot/armbianEnv.txt:
    extraargs=video=HDMI-A-1:1920x1080M@60
Radxa Zero
By Yakov / General purposeIOT / 0 Comments

Radxa Zero

If you have a Radxa Zero with eMMC (any model with 2GB or 4GB of RAM), you’ll need to erase the eMMC before you can boot it from a microSD card and use Armbian. 1GB version is not supported.

Full instructions are available on the Radxa wiki, but here are some quick notes.

– Connect a USB cable to the Zero’s OTG port (the USB-C plug marked USB-PWR)
– Hold down the “USB BOOT” button on the Radxa Zero while connecting the USB cable to a USB port on the Linux host
sudo pip3 install pyamlboot on the host
curl -O https://dl.armbian.com/radxa-zero/loader/radxa-zero-erase-emmc.bin
sudo boot-g12.py radxa-zero-erase-emmc.bin

You may have to run the sudo boot-g12.py command a second time to fully clear the eMMC. In case you encounter boot issues, try this hint and report there.

khadas-vim3
By Nico Andy Dekerf / General purpose / 0 Comments

Khadas VIM3

In order to boot Armbian from VIM3 with pre-flashed OS on eMMC you need to:

  1. Download Khadas Rescue tool for VIM3 and flash it to a spare SD card
  2. Insert SD card, attach USB keyboard + monitor or a serial console and boot into Khadas Rescue Tool
  3. Choose: Advanced -> eMMC -> Fast erase and Advanced -> Erase SPI Flash (Yes). Go back and select "power off"

Now you can boot Armbian from SD card and install to eMMC the standard way.

odroidhc4.png
By Bert Vermeulen / NASGeneral purpose / 0 Comments

Odroid HC4

If you have variant with LCD display – here you can download driver.

Important: To be able to boot clean Armbian mainline based u-boot / kernel experiences, you need to remove incompatible Petitboot loader that is shipped with the board.

Attach the device to a display and keyboard.  Power on.  Petitboot will load

From the Petitboot menu, go for “Exit to shell” and these commands to remove the Petitboot:

# flash_eraseall /dev/mtd0
# flash_eraseall /dev/mtd1
# flash_eraseall /dev/mtd2
# flash_eraseall /dev/mtd3

These commands can also be executed via a serial console, if you have an Odroid UART cable

This will make your SPI flash memory empty and would start from SD on next boot.

In case you want to put Petitboot back to the board, user these instructions.

 

By Igor Pečovnik / General purpose / 0 Comments

Khadas VIM2

Serial console:

Blue color line: Tool Pin TXD, orange color: Tool Pin RXD, black: Tool Pin GND

How to boot from SD card? After power on, quickly press the Function key 3 times in 2 seconds, then release the key. More at official manual.

khadas-vim1
By Igor Pečovnik / General purpose / 0 Comments

Khadas VIM1

To be able to boot Armbian SD card image and install Armbian to eMMC, use one of the methods to boot into upgrade mode. If you have most recent board revision (1.4 ->) then you only need to quickly press the function key (middle) 3 times in 2 seconds. Release and boot will proceed from SD card. Then use nand-sata-install utility to flash to eMMC.

Serial console:

Blue color line: Tool Pin TXD, orange color: Tool Pin RXD, black: Tool Pin GND

odroidc4.png
By technicavolous / General purposeDesktop / 0 Comments

Odroid C4

In case you are experiencing reboot troubles, make sure to update u-boot. How? Run this command as root:

armbian-install -> "Update bootloader"