sunxi: add support for FriendlyArm Zeropi
authorArturas Moskvinas <arturas.moskvinas@gmail.com>
Tue, 11 Aug 2020 20:03:53 +0000 (23:03 +0300)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 11 Oct 2020 16:29:26 +0000 (18:29 +0200)
commit679db02b10474e8a685baeecc37ddd511f1d4808
treec7a0602059950aee8bb4dfe927cf0d59f2ce9ef1
parent37e62ec4ec811cb6d2c8c0b25202ad551e035413
sunxi: add support for FriendlyArm Zeropi

Specification

    CPU: Allwinner H3, Quad-core Cortex-A7 Up to 1.2GHz
    DDR3 RAM: 256MB/512MB
    Connectivity: 10/100/1000Mbps Ethernet
    USB Host: Type-A x 1
    MicroSD Slot x 1
    MicroUSB: for power input only
    Debug Serial Port: 4Pin, 2.54 mm pitch pin header
    Power Supply: DC 5V/2A
    PCB Dimension: 40 x 40 x 1.2mm

Installation:

    Burn the image file to an SD Card with dd or any image burning tool
    Boot ZeroPi from the SD Card

The following features are working and tested:

    Ethernet port 10/100/1000M Ethernet

Remarks: SBC is mostly compatible and boots with FriendlyARM NanoPI M1 plus DTS also (zeropi has no working hdmi)

Signed-off-by: Arturas Moskvinas <arturas.moskvinas@gmail.com>
package/boot/uboot-sunxi/Makefile
package/boot/uboot-sunxi/patches/250-sun8i-h3-zeropi-add-device-tree.patch [new file with mode: 0644]
package/boot/uboot-sunxi/patches/251-sun8i-h3-zeropi-add-defconfig.patch [new file with mode: 0644]
target/linux/sunxi/image/cortexa7.mk
target/linux/sunxi/patches-5.4/062-add-sun8i-h3-zeropi-support.patch [new file with mode: 0644]