mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-28 09:39:00 +00:00
4ebcc5375a
Hardware spec: - Rockchip RK3568 Quad-core ARM Cortex-A55 CPU 2GHz - GPU Mali-G52 1-Core-2EE OpenGL ES3.2 Vu1kn 1.1 OpenCL 2.0 - Memory2G DDR3 SDRAM (option 4G) - Storage Onboard 16GB eMMC Flash, Micro SD-Card slot, SATA 3.0 Port,SPI flash - Network 5 x 10/100/1000 Mbit/s Ethernet MT7531 - Display 1 HDMI port, 2 DSI interface(1 DSI can change to LVDS by software) - Camera 1 CSI camera interface - Audio Output HDMI & I2S & Speaker & Headphone - USB port USB 3.0 PORT (x2), micro USB OTG (x1) - PCIE 1 mini pcie interface & 1 M.2 key-e interface - Remote IR Receiver (x1) - GPIO 40 Pin Header : GPIO (x28) and Power (+5V, +3.3V and GND). - Switches Reset button, Power button, U-boot button - LED Power Status - Power Source 12 volt 2A via DC Power Installation: Uncompress the OpenWrt sysupgrade and write image to the SD card using dd (dd if=*.img of=/*) Boot from the SD card 1-hold down the MaskRom button 2-Connect DC power 3-Wait 5 seconds, release the button. eMMC Installation: 1-Uncompress the OpenWrt sysupgrade image 2-fash to eMMC dd if=openwrt-rockchip-armv8-sinovoip_bpi-r2-pro-squashfs-sysupgrade.img of=/dev/mmcblk1 sync 3-remove SD card reboot Signed-off-by: Antonio Flores <antflores627@gmail.com>
157 lines
4.0 KiB
Makefile
157 lines
4.0 KiB
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# Copyright (C) 2020 Tobias Maedel
|
|
|
|
# FIT will be loaded at 0x02080000. Leave 16M for that, align it to 2M and load the kernel after it.
|
|
KERNEL_LOADADDR := 0x03200000
|
|
|
|
define Device/firefly_roc-rk3328-cc
|
|
DEVICE_VENDOR := Firefly
|
|
DEVICE_MODEL := ROC-RK3328-CC
|
|
SOC := rk3328
|
|
DEVICE_DTS := rockchip/rk3328-roc-cc
|
|
UBOOT_DEVICE_NAME := roc-cc-rk3328
|
|
endef
|
|
TARGET_DEVICES += firefly_roc-rk3328-cc
|
|
|
|
define Device/friendlyarm_nanopc-t4
|
|
DEVICE_VENDOR := FriendlyARM
|
|
DEVICE_MODEL := NanoPC T4
|
|
SOC := rk3399
|
|
DEVICE_PACKAGES := kmod-brcmfmac brcmfmac-nvram-4356-sdio cypress-firmware-4356-sdio
|
|
endef
|
|
TARGET_DEVICES += friendlyarm_nanopc-t4
|
|
|
|
define Device/friendlyarm_nanopi-r2c
|
|
DEVICE_VENDOR := FriendlyARM
|
|
DEVICE_MODEL := NanoPi R2C
|
|
SOC := rk3328
|
|
DEVICE_PACKAGES := kmod-usb-net-rtl8152
|
|
endef
|
|
TARGET_DEVICES += friendlyarm_nanopi-r2c
|
|
|
|
define Device/friendlyarm_nanopi-r2c-plus
|
|
DEVICE_VENDOR := FriendlyARM
|
|
DEVICE_MODEL := NanoPi R2C Plus
|
|
SOC := rk3328
|
|
DEVICE_PACKAGES := kmod-usb-net-rtl8152
|
|
endef
|
|
TARGET_DEVICES += friendlyarm_nanopi-r2c-plus
|
|
|
|
define Device/friendlyarm_nanopi-r2s
|
|
DEVICE_VENDOR := FriendlyARM
|
|
DEVICE_MODEL := NanoPi R2S
|
|
SOC := rk3328
|
|
DEVICE_PACKAGES := kmod-usb-net-rtl8152
|
|
endef
|
|
TARGET_DEVICES += friendlyarm_nanopi-r2s
|
|
|
|
define Device/friendlyarm_nanopi-r4s
|
|
DEVICE_VENDOR := FriendlyARM
|
|
DEVICE_MODEL := NanoPi R4S
|
|
DEVICE_VARIANT := 4GB LPDDR4
|
|
SOC := rk3399
|
|
DEVICE_PACKAGES := kmod-r8169
|
|
endef
|
|
TARGET_DEVICES += friendlyarm_nanopi-r4s
|
|
|
|
define Device/friendlyarm_nanopi-r4s-enterprise
|
|
DEVICE_VENDOR := FriendlyARM
|
|
DEVICE_MODEL := NanoPi R4S Enterprise Edition
|
|
DEVICE_VARIANT := 4GB LPDDR4
|
|
SOC := rk3399
|
|
UBOOT_DEVICE_NAME := nanopi-r4s-rk3399
|
|
DEVICE_PACKAGES := kmod-r8169
|
|
endef
|
|
TARGET_DEVICES += friendlyarm_nanopi-r4s-enterprise
|
|
|
|
define Device/friendlyarm_nanopi-r5c
|
|
DEVICE_VENDOR := FriendlyARM
|
|
DEVICE_MODEL := NanoPi R5C
|
|
SOC := rk3568
|
|
DEVICE_PACKAGES := kmod-r8169 kmod-rtw88-8822ce rtl8822ce-firmware wpad-basic-mbedtls
|
|
endef
|
|
TARGET_DEVICES += friendlyarm_nanopi-r5c
|
|
|
|
define Device/friendlyarm_nanopi-r5s
|
|
DEVICE_VENDOR := FriendlyARM
|
|
DEVICE_MODEL := NanoPi R5S
|
|
SOC := rk3568
|
|
DEVICE_PACKAGES := kmod-r8169
|
|
endef
|
|
TARGET_DEVICES += friendlyarm_nanopi-r5s
|
|
|
|
define Device/pine64_rock64
|
|
DEVICE_VENDOR := Pine64
|
|
DEVICE_MODEL := Rock64
|
|
SOC := rk3328
|
|
endef
|
|
TARGET_DEVICES += pine64_rock64
|
|
|
|
define Device/pine64_rockpro64
|
|
DEVICE_VENDOR := Pine64
|
|
DEVICE_MODEL := RockPro64
|
|
SOC := rk3399
|
|
endef
|
|
TARGET_DEVICES += pine64_rockpro64
|
|
|
|
define Device/radxa_cm3-io
|
|
DEVICE_VENDOR := Radxa
|
|
DEVICE_MODEL := CM3 IO
|
|
SOC := rk3566
|
|
DEVICE_DTS := rockchip/rk3566-radxa-cm3-io
|
|
UBOOT_DEVICE_NAME := radxa-cm3-io-rk3566
|
|
endef
|
|
TARGET_DEVICES += radxa_cm3-io
|
|
|
|
define Device/radxa_e25
|
|
DEVICE_VENDOR := Radxa
|
|
DEVICE_MODEL := E25
|
|
SOC := rk3568
|
|
DEVICE_DTS := rockchip/rk3568-radxa-e25
|
|
UBOOT_DEVICE_NAME := radxa-e25-rk3568
|
|
DEVICE_PACKAGES := kmod-r8169 kmod-ata-ahci-platform
|
|
endef
|
|
TARGET_DEVICES += radxa_e25
|
|
|
|
define Device/radxa_rock-pi-4a
|
|
DEVICE_VENDOR := Radxa
|
|
DEVICE_MODEL := ROCK Pi 4A
|
|
SOC := rk3399
|
|
SUPPORTED_DEVICES := radxa,rockpi4a radxa,rockpi4
|
|
UBOOT_DEVICE_NAME := rock-pi-4-rk3399
|
|
endef
|
|
TARGET_DEVICES += radxa_rock-pi-4a
|
|
|
|
define Device/radxa_rock-pi-e
|
|
DEVICE_VENDOR := Radxa
|
|
DEVICE_MODEL := ROCK Pi E
|
|
SOC := rk3328
|
|
endef
|
|
TARGET_DEVICES += radxa_rock-pi-e
|
|
|
|
define Device/sinovoip_bpi-r2-pro
|
|
DEVICE_VENDOR := Sinovoip
|
|
DEVICE_MODEL := Bananapi-R2 Pro
|
|
SOC := rk3568
|
|
SUPPORTED_DEVICES := sinovoip,rk3568-bpi-r2pro
|
|
DEVICE_PACKAGES := kmod-ata-ahci-dwc
|
|
endef
|
|
TARGET_DEVICES += sinovoip_bpi-r2-pro
|
|
|
|
define Device/xunlong_orangepi-r1-plus
|
|
DEVICE_VENDOR := Xunlong
|
|
DEVICE_MODEL := Orange Pi R1 Plus
|
|
SOC := rk3328
|
|
DEVICE_PACKAGES := kmod-usb-net-rtl8152
|
|
endef
|
|
TARGET_DEVICES += xunlong_orangepi-r1-plus
|
|
|
|
define Device/xunlong_orangepi-r1-plus-lts
|
|
DEVICE_VENDOR := Xunlong
|
|
DEVICE_MODEL := Orange Pi R1 Plus LTS
|
|
SOC := rk3328
|
|
DEVICE_PACKAGES := kmod-usb-net-rtl8152
|
|
endef
|
|
TARGET_DEVICES += xunlong_orangepi-r1-plus-lts
|