Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
Path: blob/next/external/config/sources/families/sun50iw6.conf
Views: 3960
ATF_PLAT="sun50i_h6";1source "${BASH_SOURCE%/*}/include/sunxi64_common.inc"2source "${BASH_SOURCE%/*}/include/ffmepg_kodi.inc"3OVERLAY_PREFIX='sun50i-h6'4[[ -z $CPUMIN ]] && CPUMIN=4800005[[ -z $CPUMAX ]] && CPUMAX=18100006GOVERNOR=ondemand7ASOUND_STATE='asound.state.sun50iw2-current'89LINUXFAMILY=sun50iw61011case $BRANCH in1213legacy)14LINUXFAMILY=sun50iw615KERNELBRANCH="branch:orange-pi-4.9-sun50iw6"16KERNELPATCHDIR=${BOARDFAMILY}-${BRANCH}1718BOOTCONFIG="sun50iw6p1_config"19BOOTBRANCH='branch:v2014.07-sun50iw6-linux4.9'20UBOOT_TARGET_MAP=';;u-boot.bin:u-boot.fex21spl;;boot0_sdcard.bin:boot0_sdcard.fex'22UBOOT_COMPILER="arm-linux-gnueabi-"23UBOOT_USE_GCC='> 4.0'24BOOTENV_FILE=sun50iw6-default.txt25BOOTSCRIPT='boot-sun50iw6-legacy.cmd:boot.cmd'26PACK_UBOOT="yes"27OFFSET=2028ATFSOURCE=""29ATF_COMPILE="no"30INITRD_ARCH=arm31ASOUND_STATE='asound.state.sun50iw6-legacy'32BOOT_FDT_FILE=sunxi/sun50i-h6-orangepi-${BOARD:8}.dtb33;;3435current)3637ASOUND_STATE='asound.state.sun50iw6-current'3839#KERNELBRANCH="branch:orange-pi-5.10"40#LINUXCONFIG="linux-5.10-sunxi64-current"41BOOTBRANCH='branch:v2021.10-sunxi'42KERNELBRANCH="branch:orange-pi-5.10-media"43LINUXCONFIG="linux-5.10-sunxi64-media"44;;4546next)4748#KERNEL_USE_GCC='> 10.0'49#ATF_USE_GCC='> 10.0'50BOOTBRANCH='branch:v2021.10-sunxi'51ASOUND_STATE='asound.state.sun50iw6-current'52KERNELBRANCH="branch:orange-pi-5.16-sunxi64"53LINUXCONFIG="linux-5.16-sunxi64-current"5455;;56esac5758family_tweaks_s()59{6061if [[ $BUILD_DESKTOP == yes && $BOARD =~ orangepi3-lts|orangepi3 ]]; then6263sed -i "s/auto-profiles = yes/auto-profiles = no/" ${SDCARD}/usr/share/pulseaudio/alsa-mixer/profile-sets/default.conf64echo "load-module module-alsa-sink device=hw:0,0 sink_name=AudioCodec-Playback sink_properties=\"device.description='Audio Codec'\"" >> ${SDCARD}/etc/pulse/default.pa65echo "load-module module-alsa-sink device=hw:1,0 sink_name=HDMI-Playback sink_properties=\"device.description='HDMI Audio'\"" >> ${SDCARD}/etc/pulse/default.pa6667fi6869if [[ $BOARD == orangepi3-lts && $BRANCH == current && $RELEASE == bullseye ]]; then7071ffmepg_kodi_install7273fi7475}767778family_tweaks_bsp()79{80:81}828384