Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit ec7b04bf authored by Robert Nelson's avatar Robert Nelson
Browse files

add: A20-OLinuXino-Lime2 config


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent 66290187
No related merge requests found
#!/bin/bash
# --dtb A20-OLinuXino-Lime2 (Olimex Ltd: A20-OLinuXino-Lime:supported)
#Bootloader:
conf_board="A20-OLinuXino-Lime2"
conf_bl_http="https://rcn-ee.com/repos/bootloader/latest"
conf_bl_listfile="bootloader-ng"
distro_defaults="enable"
#Bootloader Partition:
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"
uboot_supports_csum="true"
#Kernel:
conf_kernel=
dtb=
usbnet_mem=
SERIAL="ttyS0"
drm_device_identifier="HDMI-A-1"
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment