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 20a92e1d..a637e368 100644 Binary files a/dist/idl4k.cfgresetusb and b/dist/idl4k.cfgresetusb differ 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