From f955c8f11a0e9803c2b48d04d6080376aa545552 Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Wed, 25 May 2016 20:47:11 -0500 Subject: [PATCH] firefly: only have 4gb for testing Signed-off-by: Robert Nelson --- .../{rk3288-firefly.conf => rk3288-firefly-4gb.conf} | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) rename hwpack/{rk3288-firefly.conf => rk3288-firefly-4gb.conf} (81%) diff --git a/hwpack/rk3288-firefly.conf b/hwpack/rk3288-firefly-4gb.conf similarity index 81% rename from hwpack/rk3288-firefly.conf rename to hwpack/rk3288-firefly-4gb.conf index 08350c0..93a8643 100644 --- a/hwpack/rk3288-firefly.conf +++ b/hwpack/rk3288-firefly-4gb.conf @@ -1,8 +1,8 @@ #!/bin/bash -# --dtb rk3288-firefly (rk3288-firefly:supported) +# --dtb rk3288-firefly-4gb (rk3288-firefly:supported) #Bootloader: -conf_board="firefly-rk3288" +conf_board="firefly-rk3288-4gb" conf_bl_http="https://rcn-ee.com/repos/bootloader/latest" conf_bl_listfile="bootloader-ng" @@ -13,7 +13,7 @@ bootloader_location="dd_spl_uboot_boot" spl_uboot_name="SPL" dd_spl_uboot_count="" -dd_spl_uboot_seek="" +dd_spl_uboot_seek="64" dd_spl_uboot_conf="" dd_spl_uboot_bs="" spl_name="SPL" @@ -33,12 +33,12 @@ conf_smart_uboot="enable" #https://rcn-ee.com/repos/deb/wheezy-armhf/LATEST-armv7-lpae kernel_subarch="armv7-lpae" #kernel_repo="LTS41" -kernel_repo="LTS44" +#kernel_repo="LTS44" #kernel_repo="STABLE" -#kernel_repo="TESTING" +kernel_repo="TESTING" #dtb="rk3288-firefly.dtb" usbnet_mem= -SERIAL="ttyFIQ0" +SERIAL="ttyS2" SERIAL_CONSOLE="${SERIAL},115200n8" di_serial_mode="enable"