mvebu: add Kobol Helios 4 device
authorAlberto Bursi <bobafetthotmail@gmail.com>
Sun, 12 Jul 2020 13:35:54 +0000 (15:35 +0200)
committerPetr Štetiar <ynezz@true.cz>
Fri, 17 Jul 2020 09:00:33 +0000 (11:00 +0200)
commit480003e9eb0dac5dba032fbce64c35c34ff386ce
tree5564d575909f1a7f138edce3f32fd33ae0e32652
parentf013cc4b26890bd71bf8fe4010beae0cbfd16d10
mvebu: add Kobol Helios 4 device

The Helios 4 is a NAS from Kobol
that is powered by an Armada 38x
MicroSOM from Solidrun, similarly
to Clearfog.

This device has:
-Armada 38x CPU
 (dual core ARMv7 1.6 Ghz)
-2 GB of ECC RAM
-Gigabit ethernet (Marvell)
-2x USB 3.0 ports
-4x Sata 3.0 ports
-i2c header (J9 |>GND|SDA|SCL|VCC)
-2x 3-pin fan headers with PWM
-micro-usb port is a TTL/UART to
 USB converter connected to TTL
-MicroSD card slot
-System, 4xSata and 1xUSB LEDs

NOT WORKING: fan control

Fan Control requires a kernel patch
that is available in the Armbian
project (the "default firmware"
of this device) and named
mvebu-gpio-remove-hardcoded
-timer-assignment
This patch isn't acceptable
by OpenWrt, it should be upstreamed.
I also have that patch in my own
local OpenWrt builds,
in case you want a more
clean and less confusing patch
for upstreaming.

To install, write the disk image
on a micro SD card with dd or
win32 disk imager, insert the
card in the slot.
Check that the dip switch battery
for boot selection is as follows
Switch 1 and 2 down/off, switches
3, 4, 5 up/on.

Signed-off-by: Alberto Bursi <bobafetthotmail@gmail.com>
target/linux/mvebu/config-4.19
target/linux/mvebu/config-5.4
target/linux/mvebu/cortexa9/base-files/etc/board.d/01_leds
target/linux/mvebu/cortexa9/base-files/lib/upgrade/platform.sh
target/linux/mvebu/image/cortexa9.mk
target/linux/mvebu/patches-4.19/560-helios4-dts-status-led-alias.patch [new file with mode: 0644]
target/linux/mvebu/patches-4.19/561-mvebu-armada-38x-enable-libata-leds.patch [new file with mode: 0644]
target/linux/mvebu/patches-5.4/560-helios4-dts-status-led-alias.patch [new file with mode: 0644]
target/linux/mvebu/patches-5.4/561-mvebu-armada-38x-enable-libata-leds.patch [new file with mode: 0644]