CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
orangepi-xunlong

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.

GitHub Repository: orangepi-xunlong/orangepi-build
Path: blob/next/external/config/boards/orangepi4a.conf
Views: 3958
1
# Allwinner T527 quad core 2GB/4GB RAM
2
BOARD_NAME="OPI 4A"
3
BOARDFAMILY="sun55iw3"
4
BOOTCONFIG="sun55iw3p1_t527_defconfig"
5
BOOT_FDT_FILE="allwinner/sun55i-t527-orangepi-4a.dtb"
6
MODULES="bcmdhd vin_v4l2"
7
KERNEL_TARGET="current"
8
DISTRIB_TYPE_CURRENT="bookworm jammy"
9
REVISION="1.0.4"
10
SKIP_BOOTSPLASH="yes" # Skip boot splash patch, conflicts with CONFIG_VT=yes
11
12