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/orangepir1b.conf
Views: 3957
1
# Allwinner H618 quad core 1.5GB RAM
2
BOARD_NAME="OPI R1B"
3
BOARDFAMILY="sun50iw9"
4
BOOTCONFIG="orangepi_r1b_defconfig"
5
KERNEL_TARGET="legacy,current,next"
6
MODULES_LEGACY="uwe5622_bsp_sdio sprdwl_ng sprdbt_tty"
7
MODULES_CURRENT="uwe5622_bsp_sdio sprdwl_ng sprdbt_tty"
8
MODULES_BLACKLIST_LEGACY="bcmdhd"
9
MODULES_BLACKLIST_CURRENT="bcmdhd"
10
DISTRIB_TYPE_LEGACY="buster focal"
11
DISTRIB_TYPE_CURRENT="bullseye focal jammy"
12
BOOT_LOGO="desktop"
13
REVISION="1.0.0"
14
15