Signed-off-by: Robert Nelson <robertcnelson@gmail.com>master
parent
0a2d6a318a
commit
7acde2cde9
@ -1,33 +0,0 @@
|
||||
#!/bin/bash
|
||||
# --dtb Bananapi (Bananapi:supported)
|
||||
|
||||
#Bootloader:
|
||||
conf_board="Bananapi"
|
||||
conf_bl_http="https://rcn-ee.com/repos/bootloader/latest"
|
||||
conf_bl_listfile="bootloader-ng"
|
||||
|
||||
#Bootloader Partition:
|
||||
conf_boot_fstype="ext2"
|
||||
|
||||
bootloader_location="dd_uboot_boot"
|
||||
uboot_name="u-boot.sunxi"
|
||||
dd_uboot_count=
|
||||
dd_uboot_seek="8"
|
||||
dd_uboot_conf="fsync,notrunc"
|
||||
dd_uboot_bs="1024"
|
||||
unset spl_name
|
||||
boot_name="u-boot.sunxi"
|
||||
|
||||
#Bootloader: u-boot features:
|
||||
conf_config_distro_defaults="enable"
|
||||
conf_smart_uboot="enable"
|
||||
|
||||
#Kernel:
|
||||
#https://rcn-ee.com/repos/latest/stretch-armhf/LATEST-armv7-lpae
|
||||
kernel_subarch="armv7-lpae"
|
||||
kernel_repo="LTS419"
|
||||
#dtb=
|
||||
usbnet_mem=
|
||||
|
||||
SERIAL="ttyS0"
|
||||
SERIAL_CONSOLE="${SERIAL},115200n8"
|
@ -1,34 +0,0 @@
|
||||
#!/bin/bash
|
||||
# --dtb Sinovoip-BPI-M2 (Sinovoip-BPI-M2:supported)
|
||||
|
||||
#Bootloader:
|
||||
conf_board="Sinovoip_BPI_M2"
|
||||
conf_bl_http="https://rcn-ee.com/repos/bootloader/latest"
|
||||
conf_bl_listfile="bootloader-ng"
|
||||
|
||||
#Bootloader Partition:
|
||||
conf_boot_fstype="ext2"
|
||||
|
||||
bootloader_location="dd_uboot_boot"
|
||||
uboot_name="u-boot.sunxi"
|
||||
dd_uboot_count=
|
||||
dd_uboot_seek="8"
|
||||
dd_uboot_conf="fsync,notrunc"
|
||||
dd_uboot_bs="1024"
|
||||
unset spl_name
|
||||
boot_name="u-boot.sunxi"
|
||||
|
||||
#Bootloader: u-boot features:
|
||||
conf_config_distro_defaults="enable"
|
||||
conf_smart_uboot="enable"
|
||||
|
||||
#Kernel:
|
||||
#https://rcn-ee.com/repos/latest/stretch-armhf/LATEST-armv7-lpae
|
||||
kernel_subarch="armv7-lpae"
|
||||
kernel_repo="LTS419"
|
||||
#dtb=
|
||||
usbnet_mem=
|
||||
|
||||
SERIAL="ttyS0"
|
||||
SERIAL_CONSOLE="${SERIAL},115200n8"
|
||||
di_serial_mode="enable"
|
@ -1,34 +0,0 @@
|
||||
#!/bin/bash
|
||||
# --dtb Bananapi_m3 (Bananapi_m3:supported)
|
||||
|
||||
#Bootloader:
|
||||
conf_board="Sinovoip_BPI_M3"
|
||||
conf_bl_http="https://rcn-ee.com/repos/bootloader/latest"
|
||||
conf_bl_listfile="bootloader-ng"
|
||||
|
||||
#Bootloader Partition:
|
||||
conf_boot_fstype="ext2"
|
||||
|
||||
bootloader_location="dd_uboot_boot"
|
||||
uboot_name="u-boot.sunxi"
|
||||
dd_uboot_count=
|
||||
dd_uboot_seek="8"
|
||||
dd_uboot_conf="fsync,notrunc"
|
||||
dd_uboot_bs="1024"
|
||||
unset spl_name
|
||||
boot_name="u-boot.sunxi"
|
||||
|
||||
#Bootloader: u-boot features:
|
||||
conf_config_distro_defaults="enable"
|
||||
conf_smart_uboot="enable"
|
||||
|
||||
#Kernel:
|
||||
#https://rcn-ee.com/repos/latest/stretch-armhf/LATEST-armv7-lpae
|
||||
kernel_subarch="armv7-lpae"
|
||||
kernel_repo="LTS419"
|
||||
#dtb=
|
||||
usbnet_mem=
|
||||
|
||||
SERIAL="ttyS0"
|
||||
SERIAL_CONSOLE="${SERIAL},115200n8"
|
||||
di_serial_mode="enable"
|
@ -1,33 +0,0 @@
|
||||
#!/bin/bash
|
||||
# --dtb Bananapro (Bananapro:supported)
|
||||
|
||||
#Bootloader:
|
||||
conf_board="Bananapro"
|
||||
conf_bl_http="https://rcn-ee.com/repos/bootloader/latest"
|
||||
conf_bl_listfile="bootloader-ng"
|
||||
|
||||
#Bootloader Partition:
|
||||
conf_boot_fstype="ext2"
|
||||
|
||||
bootloader_location="dd_uboot_boot"
|
||||
uboot_name="u-boot.sunxi"
|
||||
dd_uboot_count=
|
||||
dd_uboot_seek="8"
|
||||
dd_uboot_conf="fsync,notrunc"
|
||||
dd_uboot_bs="1024"
|
||||
unset spl_name
|
||||
boot_name="u-boot.sunxi"
|
||||
|
||||
#Bootloader: u-boot features:
|
||||
conf_config_distro_defaults="enable"
|
||||
conf_smart_uboot="enable"
|
||||
|
||||
#Kernel:
|
||||
#https://rcn-ee.com/repos/latest/stretch-armhf/LATEST-armv7-lpae
|
||||
kernel_subarch="armv7-lpae"
|
||||
kernel_repo="LTS419"
|
||||
#dtb=
|
||||
usbnet_mem=
|
||||
|
||||
SERIAL="ttyS0"
|
||||
SERIAL_CONSOLE="${SERIAL},115200n8"
|
@ -1,34 +0,0 @@
|
||||
#!/bin/bash
|
||||
# --dtb Cubietruck_plus (Cubietruck_plus:supported)
|
||||
|
||||
#Bootloader:
|
||||
conf_board="Cubietruck_plus"
|
||||
conf_bl_http="https://rcn-ee.com/repos/bootloader/latest"
|
||||
conf_bl_listfile="bootloader-ng"
|
||||
|
||||
#Bootloader Partition:
|
||||
conf_boot_fstype="ext2"
|
||||
|
||||
bootloader_location="dd_uboot_boot"
|
||||
uboot_name="u-boot.sunxi"
|
||||
dd_uboot_count=
|
||||
dd_uboot_seek="8"
|
||||
dd_uboot_conf="fsync,notrunc"
|
||||
dd_uboot_bs="1024"
|
||||
unset spl_name
|
||||
boot_name="u-boot.sunxi"
|
||||
|
||||
#Bootloader: u-boot features:
|
||||
conf_config_distro_defaults="enable"
|
||||
conf_smart_uboot="enable"
|
||||
|
||||
#Kernel:
|
||||
#https://rcn-ee.com/repos/latest/stretch-armhf/LATEST-armv7-lpae
|
||||
kernel_subarch="armv7-lpae"
|
||||
kernel_repo="LTS419"
|
||||
#dtb=
|
||||
usbnet_mem=
|
||||
|
||||
SERIAL="ttyS0"
|
||||
SERIAL_CONSOLE="${SERIAL},115200n8"
|
||||
di_serial_mode="enable"
|
@ -1,34 +0,0 @@
|
||||
#!/bin/bash
|
||||
# --dtb orangepi_pc (orangepi_pc:supported)
|
||||
|
||||
#Bootloader:
|
||||
conf_board="orangepi_pc"
|
||||
conf_bl_http="https://rcn-ee.com/repos/bootloader/latest"
|
||||
conf_bl_listfile="bootloader-ng"
|
||||
|
||||
#Bootloader Partition:
|
||||
conf_boot_fstype="ext2"
|
||||
|
||||
bootloader_location="dd_uboot_boot"
|
||||
uboot_name="u-boot.sunxi"
|
||||
dd_uboot_count=
|
||||
dd_uboot_seek="8"
|
||||
dd_uboot_conf="fsync,notrunc"
|
||||
dd_uboot_bs="1024"
|
||||
unset spl_name
|
||||
boot_name="u-boot.sunxi"
|
||||
|
||||
#Bootloader: u-boot features:
|
||||
conf_config_distro_defaults="enable"
|
||||
conf_smart_uboot="enable"
|
||||
|
||||
#Kernel:
|
||||
#https://rcn-ee.com/repos/latest/stretch-armhf/LATEST-armv7-lpae
|
||||
kernel_subarch="armv7-lpae"
|
||||
kernel_repo="LTS419"
|
||||
#dtb=
|
||||
usbnet_mem=
|
||||
|
||||
SERIAL="ttyS0"
|
||||
SERIAL_CONSOLE="${SERIAL},115200n8"
|
||||
di_serial_mode="enable"
|
Loading…
Reference in new issue