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/orangepir1.conf
Views: 3958
1
# Allwinner H2+ quad core 256MB/512MB RAM SoC WiFi SPI 2xETH
2
BOARD_NAME="Orange Pi R1"
3
BOARDFAMILY="sun8i"
4
BOOTCONFIG="orangepi_r1_defconfig"
5
DEFAULT_OVERLAYS="usbhost2 usbhost3"
6
MODULES_CURRENT="g_serial"
7
MODULES_LEGACY="#w1-sunxi #w1-gpio #w1-therm #sunxi-cir g_serial r8152 8189es"
8
MODULES_BLACKLIST="lima"
9
DEFAULT_CONSOLE="serial"
10
SERIALCON="ttyS0,ttyGS0"
11
KERNEL_TARGET="legacy,current"
12
13