You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/package/boot
Kevin Darbyshire-Bryant f2107fc328 ramips: improve Xiaomi Mi Router 3G support
This commit improves support for the Xiaomi Mi Router 3G originally
added in commit 6e283cdc0d

Improvements:

- Remove software watchdog as hardware watchdog now working as per
  commit 3fbf3ab44f for all mt7621
  devices.

- Reset button polarity corrected - length of press determines reboot
  (short press) vs. reset to defaults (long press) behaviour.

- Enable GPIO amber switch port LEDs on board rear - lit indicates 1Gbit
  link and blink on activity.  Green LEDs driven directly by switch
  indicating any link speed and tx activity.

- USB port power on/off GPIO exposed as 'usbpower'

- Add access to uboot environment settings for checking/setting uboot
  boot order preference from user space.

Changes:

- Front LED indicator is physically made of independent Yellow/Amber,
  Red & Blue LEDs combined via a plastic 'lightpipe' to a front panel
  indicator, hence the colour behaviour is similar to an RGB LED. RGB
  LEDs are not supported at this time because they produce colour results
  that do not then match colour labels, e.g. enabling 'mir3g:red' and
  'mir3g:blue' would result in a purple indicator and we have no such
  label for purple.
  The yellow, red & blue LEDs have been split out as individual yellow,
  red & blue status LEDs, with yellow being the default status LED as
  before and with red's WAN and blue's USB default associations removed.

- Swapped order of vlan interfaces (eth0.1 & eth0.2) to match stock vlan
  layout. eth0.1 is LAN, eth0.2 is WAN

- Add 'lwlll' vlan layout to mt7530 switch driver to prevent packet
  leakage between kernel switch init and uci swconfig

uboot behaviour & system 'recovery'

uboot expects to find bootable kernels at nand addresses 0x200000 &
0x600000 known by uboot as "system 1" and "system 2" respectively.
uboot chooses which system to hand control to based on 3 environment
variables: flag_last_success, flag_try_sys1_failed & flag_try_sys2_failed

last_success represents a preference for a particular system and is set
to 0 for system 1, set to 1 for system 2.  last_success is considered *if*
and only if both try_sys'n'_failed flags are 0 (ie. unset) If *either*
failed flags are set then uboot will attempt to hand control to the
non failed system. If both failed flags are set then uboot will check
the uImage CRC of system 1 and hand control to it if ok.  If the uImage
CRC of system is not ok, uboot will hand control to system 2
irrespective of system 2's uImage CRC.

NOTE: uboot only ever sets failed flags, it *never* clears them. uboot
sets a system's failed flag if that system's was selected for boot but
the uImage CRC is incorrect.

Fortunately with serial console access, uboot provides the ability to
boot an initramfs image transferred via tftp, similarly an image may
be flashed to nand however it will flash to *both* kernels so a backup
of stock kernel image is suggested. Note that the suggested install
procedure below set's system 1's failed flag (stock) thus uboot ignores
the last_success preference and boots LEDE located in system 2.

Considerable thought has gone into whether LEDE should replace both
kernels, only one (and which one) etc. LEDE kernels do not include a
minimal rootfs and thus unlike the stock kernel cannot include a
method of controlling uboot environment variables in the event of
rootfs mount failure. Similarly uboot fails to provide an external
mechanism for indicating boot system failure.

Installation - from stock.

Installation through telnet/ssh:
- copy lede-ramips-mt7621-mir3g-squashfs-kernel1.bin and
  lede-ramips-mt7621-mir3g-squashfs-rootfs0.bin to usb disk or wget it
  from LEDE download site to /tmp
- switch to /extdisks/sda1/ (if copied to USB drive) or to /tmp if
  wgetted from LEDE download site
- run: mtd write lede-ramips-mt7621-mir3g-squashfs-kernel1.bin kernel1
- run: mtd write lede-ramips-mt7621-mir3g-squashfs-rootfs0.bin rootfs0
- run: nvram set flag_try_sys1_failed=1
- run: nvram commit
- run: reboot

Recovery - to stock.

Assuming you used the above installation instructions you will have a
stock kernel image in system 1. If it can be booted then it may be used
to perform a stock firmware recovery, thus erasing LEDE completely. From
a 'working' LEDE state (even failsafe)

Failsafe only:
- run: mount_root
- run: sh /etc/uci-defaults/30_uboot-envtools
Then do the steps for 'All'

All:
- run: fw_setenv flag_try_sys2_failed 1
- run: reboot

The board will reboot into system 1 (stock basic kernel) and wait with
system red light slowly blinking for a FAT formatted usb stick with a
recovery image to be inserted.  Press and hold the reset button for
around 1 second. Status LED will turn yellow during recovery and blue
when recovery complete.

Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
7 years ago
..
apex ixp4xx: put apex images into image staging directory 7 years ago
arm-trusted-firmware-sunxi arm-trusted-firmware-sunxi: depend on sunxi target 7 years ago
at91bootstrap at91bootstrap: New package at91bootstrap 7 years ago
fconfig treewide: clean up download hashes 8 years ago
grub2 package/grub2: update to 2.02 7 years ago
imx-bootlets treewide: clean up download hashes 8 years ago
kexec-tools kexec-tools: bump version and add support for crashdump kernel 7 years ago
kobs-ng treewide: clean up download hashes 8 years ago
rbcfg packge/boot/rbcfg: add new boot constants found in the recent Mikrotik devices 7 years ago
uboot-ar71xx uboot-ar71xx: fix build error 7 years ago
uboot-at91 uboot-at91: Add support for SAMA5D4 Xplained board 7 years ago
uboot-envtools ramips: improve Xiaomi Mi Router 3G support 7 years ago
uboot-fritz4040 uboot-fritz4040: add an ipq806x u-boot for FritzBox 4040 7 years ago
uboot-imx6 uboot-imx6: switch to u-boot.mk 8 years ago
uboot-kirkwood package/boot/uboot-kirkwood: fix build errors for nsa310 and nsa325 7 years ago
uboot-lantiq uboot-lantiq: Enable TFTP PUT support for backups 7 years ago
uboot-layerscape layerscape: add LS1043A Rev1.1 support 7 years ago
uboot-layerscape-32b layerscape: add LS1043A Rev1.1 support 7 years ago
uboot-mvebu uboot-mvebu: add OpenSSL compat patches 7 years ago
uboot-mxs mxs: put u-boot images into image staging directory 7 years ago
uboot-omap uboot-omap: rename patch to 101-disable-thumb-omap3.patch 7 years ago
uboot-oxnas oxnas: put u-boot images into image staging directory 7 years ago
uboot-sunxi sunxi: add Olimex A20-OLinuXino-LIME2-eMMC 7 years ago
uboot-xburst treewide: clean up download hashes 8 years ago
uboot-zynq uboot-zynq: switch to u-boot.mk 8 years ago
yamonenv packages: mark packages depending on a target as nonshared 8 years ago