Radxa Zero
By Yakov / IOTGeneral purpose / 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 Ricardo Pardini / General purposeNAS / 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.

Try one of the following methods:

Bootloader Bypass Method

This is now the preferred method.  It is easier, and be performed without a display via SSH

    1. Install an SD Card with a fresh Armbian image
    2. Flip device upside down
    3. With a tool, press and hold down the black button.
    4. Continue holding button and plug in power to device
    5. Login to console or SSH and perform follow normal setup procedures
    6. Verify system can access SPI FLASH device and Erase
    7. Reboot
odroidhc4:~:# ls -ltr /dev/mtd*
crw------- 1 root root 90, 0 Nov  6 21:38 /dev/mtd0
brw-rw---- 1 root disk 31, 0 Nov  6 21:38 /dev/mtdblock0
crw------- 1 root root 90, 1 Nov  6 21:38 /dev/mtd0ro
odroidhc4:~:# flash_erase /dev/mtd0 0 0
Erasing 4 Kibyte @ fff000 -- 100 % complete
odroidhc4:~:#

 

Petitboot Console Method

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

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 those instructions.

FAN support

Create a file in /etc/fancontrol with the following content:

INTERVAL=10
DEVPATH=hwmon0=devices/virtual/thermal/thermal_zone0 hwmon2=devices/platform/pwm-fan
DEVNAME=hwmon0=cpu_thermal hwmon2=pwmfan
FCTEMPS=hwmon2/pwm1=hwmon0/temp1_input
FCFANS= hwmon2/pwm1=hwmon2/fan1_input
MINTEMP=hwmon2/pwm1=50
MAXTEMP=hwmon2/pwm1=60
MINSTART=hwmon2/pwm1=20
MINSTOP=hwmon2/pwm1=28
MINPWM=hwmon2/pwm1=0
MAXPWM=hwmon2/pwm1=255

followed by:

sudo systemctl restart fancontrol

With kernel 5.15.y -> you need to remove FCFANS=hwmon2/pwm1=hwmon2/fan1_input in /etc/fancontrol

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 / DesktopGeneral purpose / 0 Comments

Odroid C4

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

nand-sata-install -> "Update bootloader"
la-frite
By Tony Mckahan / General purpose / 0 Comments

La Frite

SPI bootloader update:

  1. Download the firmware update file.
  2. Flash the file to a USB drive
  3. Eject the drive from your computer and plug it into La Frite.
  4. Power on La Frite and it will start updating the firmware.
  5. Do not power off La Frite until the firmware update is complete!

 

USB Mass Storage Flashing:

  1. Connect La Frite to the host PC with a USB A to USB A cable
    • This is the USB connector closest to the IR sensor and 40 pin connector
    • The other will not work
  2. Connect a USB keyboard to the remaining port on La Frite
  3. While booting, press the <Esc> key to get the boot menu on the device
  4. Select “eMMC USB Drive Mode”.  La Frite will appear as a USB drive on the host PC
  5. On host PC, flash the desired image to the drive.
  6. Disconnect the USB A cable from La Frite (important), reboot
odroidn2
By Nico Andy Dekerf / DesktopGeneral purpose / 0 Comments

Odroid N2 / N2+

  • some people are having troubles with booting with Petitboot loader. In case you have troubles too, you need to disable Petitboot by running fw_setenv skip_spiboot true in the command line of Petitboot
  • On modern kernels adding “video=HDMI-A-1:1920x1080M@60D” to boot /boot/armbianEnv.txt (extraargs=) should force HDMI to 1080p instead of the 4K native resolution.