Initial NanoPi NEO3 support (as WIP) (#2093)
* WIP: Adding NanoPi Neo3 config * u-boot for NanoPi NEO3 * add board to target.conf Signed-off-by: Jayantajit Gogoi <jayanta.gogoi525@gmail.com> * Update nanopineo3.wip Co-authored-by: Igor Pečovnik <igorpecovnik@users.noreply.github.com>
This commit is contained in:
parent
aef03587a3
commit
71dde35217
12
config/boards/nanopineo3.wip
Normal file
12
config/boards/nanopineo3.wip
Normal file
@ -0,0 +1,12 @@
|
||||
# Rockchip RK3328 quad core 1/2GB GBE USB3 USB-C
|
||||
BOARD_NAME="NanoPi Neo 3"
|
||||
BOARDFAMILY="rockchip64"
|
||||
BOOTCONFIG="nanopi-r2s-rk3328_defconfig"
|
||||
KERNEL_TARGET="current,dev"
|
||||
DEFAULT_CONSOLE="serial"
|
||||
MODULES="g_serial"
|
||||
MODULES_BLACKLIST="rockchipdrm analogix_dp dw_mipi_dsi dw_hdmi gpu_sched lima"
|
||||
SERIALCON="ttyS2:1500000,ttyGS0"
|
||||
BUILD_DESKTOP="no"
|
||||
BOOT_FDT_FILE="rockchip/rk3328-nanopi-r2-rev00.dtb"
|
||||
CPUMAX="1296000"
|
||||
@ -13,7 +13,7 @@ CPUMIN="600000"
|
||||
|
||||
RKBIN_DIR="$SRC/cache/sources/rkbin-tools"
|
||||
|
||||
if [[ $BOARD == nanopi-r2s || $BOARD == rockpi-e ]]; then
|
||||
if [[ $BOARD == nanopi-r2s || $BOARD == rockpi-e || $BOARD == nanopineo3 ]]; then
|
||||
|
||||
BOOT_USE_BLOBS=yes
|
||||
BOOT_SOC=rk3328
|
||||
|
||||
@ -394,6 +394,14 @@ nanopineo2black current bullseye cli stable yes
|
||||
nanopineo2black current focal cli stable yes
|
||||
nanopineo2black dev focal cli stable no
|
||||
|
||||
# nanopineo3
|
||||
|
||||
nanopineo3 current buster cli stable yes
|
||||
nanopineo3 current stretch cli stable yes
|
||||
nanopineo3 current bionic cli stable yes
|
||||
nanopineo3 current bullseye minimal stable yes
|
||||
nanopineo3 current focal minimal stable yes
|
||||
|
||||
# nanopineo4
|
||||
|
||||
nanopineo4 legacy buster cli stable yes
|
||||
|
||||
Loading…
Reference in New Issue
Block a user