#!/bin/bash # --dtb rk3288-firefly-4gb (rk3288-firefly:supported) #Bootloader: conf_board="firefly-rk3288-4gb" 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="64" 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/latest/stretch-armhf/LATEST-armv7-lpae kernel_subarch="armv7-lpae" kernel_repo="LTS419" dtb="rk3288-firefly.dtb" usbnet_mem= SERIAL="ttyS2" SERIAL_CONSOLE="${SERIAL},115200n8" di_serial_mode="enable"