From ccc89f44ae7da351ead4b1c1163668550716d3fb Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Mon, 1 Feb 2016 22:09:46 +0100 Subject: [PATCH] fix idl4k.cfgresetusb and dist/README --- dist/README | 3 ++- dist/idl4k.cfgresetusb | Bin 203 -> 193 bytes patches/uboot-cfgresetusb.script | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/dist/README b/dist/README index 015d8826..689cd32e 100644 --- a/dist/README +++ b/dist/README @@ -108,7 +108,8 @@ Recovery from the wrong configuration: - copy idl4k.cfgreset file as idl4k.scr file to the root directory on the USB stick - for firmware on the USB stick: - copy idl4k.cfgresetusb file as idl4k.scr file to the root directory on the USB stick - - copy satip-axe-*.fw file to the root directory on the USB stick (build 10 or later) + - copy satip-axe-*.fw file as satip-axe.fw to the root directory on the USB stick + (build 10 or later) - plug the USB stick to the upper USB port in box - turn on the box - the old configuration file is moved to /etc/sysconfig/config.old diff --git a/dist/idl4k.cfgresetusb b/dist/idl4k.cfgresetusb index 20a92e1dd98cc31de5514bad3ee27151e7337432..a637e3684ba3d03b19ea8fe5b27565984b84ea37 100644 GIT binary patch delta 44 vcmX@jc#u&>omDcdz&$!YZ2ie%1_p*kAO?eXo1FM2%BV9|PIOV5SP~8Z4wMWY delta 55 zcmX@ec$!g0omDdIqto4n&=U*4GcYi812Gt|>jYa)lu>7Fp6H^+rRxyp8Wim5@8>Wv GD;xm90uNUJ diff --git a/patches/uboot-cfgresetusb.script b/patches/uboot-cfgresetusb.script index 8f68242b..d24203dd 100644 --- a/patches/uboot-cfgresetusb.script +++ b/patches/uboot-cfgresetusb.script @@ -1,3 +1,3 @@ -fatload usb 0 $load_addr satip-axe-@VERSION@.fw +fatload usb 0 $load_addr satip-axe.fw set bootargs console=ttyAS0,115200 bigphysarea=20000 axecfg=reset bootm $load_addr