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