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"
nanopi-r2s
By Igor Pečovnik / NetworkingGeneral purpose / 0 Comments

Nanopi R2S

  • Login console is enabled also on mUSB connector
  • Known problem: reboot sometimes doesn’t bring the device back.
  • Network devices are not managed by Network manager. Configure via /etc/network/interfaces
nanopim4v2
By Test Test / General purposeNASDesktop / 0 Comments

Nanopi M4 V2

  • UART is accessible on a standard connector but with unusual speed: 1500000
  • If you don’t have USB Type-C PSU, you can power the board via pins 4 (5V) and 6 (GND) of the 40-pin GPIO1 header
  • Powering related troubles are possible since USB Type-C is not PD-compliant. In fact you have to use dumb 5V PSU or device won’t boot up.
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
orangepi3
By Igor Pečovnik / General purpose / 0 Comments

Orange Pi 3

  • PCIe port is not supported: Allwinner H6 has a quirky PCIe controller that doesn’t map the PCIe address space properly to CPU, and accessing the PCIe config space, IO space or memory space will need to be wrapped. As Linux doesn’t wrap PCIe memory space access, it’s not possible to do a proper PCIe controller driver for H6. The BSP kernel modifies the driver to wrap the access, so it’s also not generic, and only devices with modified driver will work. Armbian does not support BSP based kernels. You can find more information here and here.