openwrt/target/linux/mvebu
Klaus Kudielka ca1ee39854 mvebu: Add turris-omnia.bootscript
In contrast to the U-Boot version shipped with older versions of Turris
Omnia (CZ11NIC13, CZ11NIC20), the version shipped with Turris Omnia 2019
(CZ11NIC23) relies on the existence of /boot.scr.

Consequently, add a suitable boot script to the sysupgrade image.

Flash instructions for Turris Omnia 2019:
- Download openwrt-...-sysupgrade.img.gz, gunzip it, and copy the resulting
  .img file to the root of a USB flash drive (FAT32 or ext2/3/4).
- Enter a rescue shell: Either via 5-LED reset and ssh root@192.168.1.1
  on LAN port 4, or via 7-LED reset and the serial console.
- Insert the USB drive and mount it:
  mkdir /mnt; mount /dev/sda1 /mnt
- Flash the OpenWrt image to eMMC:
  dd if=/mnt/openwrt-...-sysupgrade.img of=/dev/mmcblk0 bs=4096 conv=fsync
- Reboot.

Flash instructions using a temporary "medkit" installation were written for
the older versions of Turris Omnia, and will *not* work on the Turris Omnia
2019.

Signed-off-by: Klaus Kudielka <klaus.kudielka@gmail.com>
Reviewed-by: Tomasz Maciej Nowak <tomek_n@o2.pl>
Tested-by: W. Michael Petullo <mike@flyn.org> (Turris Omnia "2020")
(cherry picked from commit afd4375a33)
2020-12-04 17:57:25 +01:00
..
base-files mvebu: fix LAN/WAN port assignment on ClearFog Base/Pro 2020-08-07 17:13:40 +02:00
cortexa9 mvebu: cortexa9: correct cpu subtype 2020-04-18 00:18:13 +02:00
cortexa53 kernel: Remove CONFIG_COMPAT 2019-05-11 17:15:41 +02:00
cortexa72 kernel: Remove CONFIG_COMPAT 2019-05-11 17:15:41 +02:00
files-4.14/arch mvebu: add images for additional ESPRESSObin boards 2019-05-11 23:11:04 +02:00
image mvebu: Add turris-omnia.bootscript 2020-12-04 17:57:25 +01:00
patches-4.14 kernel: bump 4.14 to 4.14.206 2020-11-16 09:35:05 +01:00
config-4.14 mvebu: enable xHCI USB controller connected to PCIe 2019-08-17 00:17:46 +02:00
Makefile mvebu: make bootfs size for sdcard image configurable 2019-04-06 16:31:10 +02:00