mirror of
https://github.com/golang/go.git
synced 2025-05-05 15:43:04 +00:00
Updated GoMips (markdown)
parent
eb1045a673
commit
9e49757941
20
GoMips.md
20
GoMips.md
@ -54,3 +54,23 @@ Operating System: RutOS (based on OpenWrt)
|
||||
The Teltonika RUT955 has a Atheros Wasp MIPS 74Kc CPU running at 550 MHz with 16 MB flash 128 MB RAM. Inbuilt flash will be insufficient for most applications but a Micro SD or USB stick can be added (running application directly from SD was unreliable but copying to /tmpfs and running from there works OK). The inbuilt IO, GPS etc can be accessed via Modbus TCP and the RS232/RS485 ports worked without issue. Tested with Go 1.14.6 & 1.15.3 (GOARCH=mips, GOMIPS=softfloat).
|
||||
|
||||
Further information about the device can be found at https://teltonika-networks.com/product/rut955/.
|
||||
|
||||
## TP-Link Archer A6 WiFi Router
|
||||
|
||||
Architecture: ath79 (same hardware as ar71xx, but with native kernel support)
|
||||
|
||||
Operating System: OpenWrt
|
||||
|
||||
The TP-Link Archer A6 comes with an Atheros QCA9563 MIPS 24K classic processor, 16 MB flash, and 128 MB RAM. Flash storage is limited and no USB ports are available for storage expansion, so programs are loaded from the network into /tmpfs and executed.
|
||||
|
||||
Further information about the device can be found at https://openwrt.org/toh/hwdata/tp-link/tp-link_archer_a6_us_tw.
|
||||
|
||||
## Belkin F7D7302 WiFi Router
|
||||
|
||||
Architecture: mips74kv4
|
||||
|
||||
Operating System: DD-WRT
|
||||
|
||||
The Belkin F7D7302 comes with a Broadcom BCM4716 MIPS 74K v4 processor, 8 MB flash, and 64 MB RAM. Flash storage is severely limited, but there is a USB port available so programs can be loaded onto a flash drive and executed.
|
||||
|
||||
Further information about the device can be found at https://openwrt.org/toh/belkin/f7d3302#info.
|
Loading…
x
Reference in New Issue
Block a user