diff options
author | Eike Feldmann <eike.feldmann@outlook.com> | 2019-02-26 23:04:53 +0100 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2019-04-14 23:42:03 +0200 |
commit | 9e0fb5a27ff53214734a0d8776161342cf7359e8 (patch) | |
tree | 8a06c920108faba27611906e11171e84d68b5c9a /target/linux/ramips/image | |
parent | 43e8c37cb4da64a12a3cb88a84b19db7f2fc640c (diff) | |
download | upstream-9e0fb5a27ff53214734a0d8776161342cf7359e8.tar.gz upstream-9e0fb5a27ff53214734a0d8776161342cf7359e8.tar.bz2 upstream-9e0fb5a27ff53214734a0d8776161342cf7359e8.zip |
ramips: add support for Rakwireless RAK633
It's OEM module with 2*26 pin header, similar to LinkIt Smart 7688 or
Vocore2.
Specification:
CPU: MT7628 580 MHz. MIPS 24K
RAM: 64 MB
Flash: 8 MB
WIFI: 802.11n/g/b 20/40 MHz
USB: 1x Port USB 2.0
Ethernet: 5 Port ethernet switch
UART: 2x
Installation: Use the installed uboot Bootloader. Connect a serial cable
to serialport 0. Turn power on. Choose the option: "Load system code
then write to Flash via TFTP". Choose the local device IP and the TFTP
server IP and the file name of the system image. After if the
Bootloader will copy the image to the local flash.
Notes: The I2C Kernel module work not correctly. You can send and
receive data. But the command i2cdetect doesn’t work. FS#845
Signed-off-by: Eike Feldmann <eike.feldmann@outlook.com>
[commit subject and message touches, DTS whitespace fixes, wifi LED
rename, pinctrl fixes, network settings fixes, lan/wmac mac addresses,
removed i2c kernel modules]
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'target/linux/ramips/image')
-rw-r--r-- | target/linux/ramips/image/mt76x8.mk | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/target/linux/ramips/image/mt76x8.mk b/target/linux/ramips/image/mt76x8.mk index 02b03e5007..571ddf3d51 100644 --- a/target/linux/ramips/image/mt76x8.mk +++ b/target/linux/ramips/image/mt76x8.mk @@ -164,6 +164,13 @@ define Device/pbr-d1 endef TARGET_DEVICES += pbr-d1 +define Device/rakwireless_rak633 + DTS := RAK633 + DEVICE_TITLE := Rakwireless RAK633 + DEVICE_PACKAGES := kmod-usb2 kmod-usb-ohci +endef +TARGET_DEVICES += rakwireless_rak633 + define Device/skylab_skw92a DTS := SKW92A IMAGE_SIZE := 16064k |