parent
9f4b32afc6
commit
f208193d51
@ -0,0 +1,43 @@
|
||||
#!/bin/bash
|
||||
# --dtb rk3288-firefly (rk3288-firefly:supported)
|
||||
|
||||
#Bootloader:
|
||||
conf_board="firefly-rk3288"
|
||||
conf_bl_http="https://rcn-ee.com/repos/bootloader/latest"
|
||||
conf_bl_listfile="bootloader-ng"
|
||||
|
||||
#Bootloader Partition:
|
||||
conf_boot_fstype="ext2"
|
||||
|
||||
bootloader_location="dd_spl_uboot_boot"
|
||||
|
||||
spl_uboot_name="SPL"
|
||||
dd_spl_uboot_count=""
|
||||
dd_spl_uboot_seek=""
|
||||
dd_spl_uboot_conf=""
|
||||
dd_spl_uboot_bs=""
|
||||
spl_name="SPL"
|
||||
|
||||
uboot_name="u-boot.img"
|
||||
dd_uboot_count=""
|
||||
dd_uboot_seek="256"
|
||||
dd_uboot_conf=""
|
||||
dd_uboot_bs=""
|
||||
boot_name="u-boot.img"
|
||||
|
||||
#Bootloader: u-boot features:
|
||||
conf_config_distro_defaults="enable"
|
||||
conf_smart_uboot="enable"
|
||||
|
||||
#Kernel:
|
||||
#https://rcn-ee.com/repos/deb/wheezy-armhf/LATEST-armv7-lpae
|
||||
kernel_subarch="armv7-lpae"
|
||||
#kernel_repo="LTS"
|
||||
#kernel_repo="STABLE"
|
||||
kernel_repo="TESTING"
|
||||
#dtb="rk3288-firefly.dtb"
|
||||
usbnet_mem=
|
||||
|
||||
SERIAL="ttyFIQ0"
|
||||
SERIAL_CONSOLE="${SERIAL},115200n8"
|
||||
di_serial_mode="enable"
|
Loading…
Reference in new issue