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