ramips: add support for MikroTik hEX v3 (RB750Gr3)
authorAndrew Yong <me@ndoo.sg>
Tue, 18 Oct 2016 20:05:32 +0000 (04:05 +0800)
committerJohn Crispin <john@phrozen.org>
Wed, 2 Nov 2016 09:25:44 +0000 (10:25 +0100)
commitfaf94d926e2810f895f2a98d4a49ee2fe8f673e8
tree9485b22770a8ade148c8b5f37c4ea14161aefd8c
parentdf1804b75cd81743dd9e1bd9fa0c9df37a1afbee
ramips: add support for MikroTik hEX v3 (RB750Gr3)

The MikroTik hEX v3 (RB750Gr3) is a MT7621AT board which is similar to most MT7621 reference designs, it can be easily supported by this patch; however, the stock RouterBOOT bootloader has to be replaced by a MT7621 SDK U-Boot such as https://github.com/ndoo/RB750Gr3-U-Boot - U-Boot configured for the RB750Gr3 (16MiB SPI flash, 256MiB DDR3 RAM at 1200MHz).

RouterBOOT, the stock bootloader, does not initialize the UART and boots silently, making it preferable to replace it with a MT7621 SDK U-Boot with UART (57600 8N1) that supports HTTP, TFTP or serial upload of sysupgrade firmware and U-Boot.

Furthermore, RouterOS, the stock firmware, is contained in a proprietary modification of SquashFS without GPL sources; UART is also disabled in stock firmware.

The combination of LEDE firmware generated by this PR and MT7621 SDK U-Boot expects the printed MAC address to reside at offset `0xe000` of the factory partition (absolute offset is `0x4e000`); this is similar to the factory MAC address offset for several other MT7621 devices.

A 16MiB flash dump suitable for use with flashrom will be provided if/once this patch is accepted and binaries are built by LEDE buildbot. Alternatively, writing the U-Boot to the SPI flash starting at 0x0 offset and booting the board with serial console attached will allow TFTP, HTTP or serial upload of sysupgrade firmware.

Signed-off-by: Andrew Yong <me@ndoo.sg>
target/linux/ramips/base-files/etc/board.d/02_network
target/linux/ramips/base-files/etc/diag.sh
target/linux/ramips/base-files/lib/ramips.sh
target/linux/ramips/base-files/lib/upgrade/platform.sh
target/linux/ramips/dts/RB750Gr3.dts [new file with mode: 0644]
target/linux/ramips/image/mt7621.mk