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/orangepirv2.conf
Views: 3957
1
BOARD_NAME="Orange Pi RV2"
2
BOARDFAMILY="ky"
3
BOOTCONFIG="x1_defconfig"
4
MODULES="bcmdhd"
5
KERNEL_TARGET="current"
6
SKIP_BOOTSPLASH="yes" # Skip boot splash patch, conflicts with CONFIG_VT=yes
7
BOOT_FDT_FILE="ky/x1_orangepi-rv2.dtb"
8
DISTRIB_TYPE_CURRENT="noble"
9
REVISION="1.0.0"
10
11