ramips: Added Onion Omega2 and Omega2+
This patch adds support for the Onion Omega2 and Omega2+ (https://onion.io) Specifications: - SoC: MediaTek MT7688AN (580MHz, ramips) - Omega2 - RAM: 64MB DDR - Storage: 16MB NOR SPI flash onboard - Omega2+ - RAM: 128MB DDR - Storage: 32MB NOR SPI flash onboard + microSD slot - Wireless: Built into MT7688AN (mt76) with onboard 1x chip antenna and u.FL connecter - Ethernet: 1x100M pins on Omega2 & Omega2+, can use Ethernet Expansion and an Omega Dock to get a physical Ethernet port - Strongly recommend using the Omega2 & Omega2+ with a Dock (Expansion Dock, Power Dock, Arduino Dock 2, Mini Dock) - All Docks Provide: - Micro-USB port to provide power to the Omega - On the Expansion and Mini Docks, can also access the terminal (UART0) via serial - USB 2.0 socket connected to Omega - Just the Expansion Dock, Power Dock, and Arduino Dock 2 provide: - Omega GPIO breakout - Allows for connection of Omega Expansions: - Ethernet Expansion - Relay Expansion - PWM Expansion - OLED Expansion - Ethernet Expansion - Proto Expansion - Cellular Expansion Signed-off-by: Lazar Demin <lazar@onion.io>
This commit is contained in:
committed by
John Crispin
parent
dea191914c
commit
ab90f15c89
@@ -53,6 +53,8 @@ ramips_setup_interfaces()
|
||||
microwrt|\
|
||||
mpr-a2|\
|
||||
ncs601w|\
|
||||
omega2 | \
|
||||
omega2p | \
|
||||
timecloud|\
|
||||
w150m|\
|
||||
widora-neo|\
|
||||
@@ -366,6 +368,11 @@ ramips_setup_macs()
|
||||
lan_mac=$(cat /sys/class/net/eth0/address)
|
||||
lan_mac=$(macaddr_add "$lan_mac" 2)
|
||||
;;
|
||||
omega2|\
|
||||
omega2p)
|
||||
wan_mac=$(mtd_get_mac_binary factory 4)
|
||||
lan_mac=$(mtd_get_mac_binary factory 46)
|
||||
;;
|
||||
oy-0001)
|
||||
lan_mac=$(mtd_get_mac_binary factory 40)
|
||||
wan_mac=$(mtd_get_mac_binary factory 46)
|
||||
|
||||
@@ -172,6 +172,10 @@ get_status_led() {
|
||||
newifi-d1)
|
||||
status_led="$board:blue:status"
|
||||
;;
|
||||
omega2| \
|
||||
omega2p)
|
||||
status_led="$board:amber:system"
|
||||
;;
|
||||
oy-0001|\
|
||||
sl-r7205|\
|
||||
zbt-we826)
|
||||
|
||||
@@ -364,6 +364,12 @@ ramips_board_detect() {
|
||||
*"NW718")
|
||||
name="nw718"
|
||||
;;
|
||||
*"Onion Omega2")
|
||||
name="omega2"
|
||||
;;
|
||||
*"Onion Omega2+")
|
||||
name="omega2p"
|
||||
;;
|
||||
*"OY-0001")
|
||||
name="oy-0001"
|
||||
;;
|
||||
|
||||
@@ -102,6 +102,8 @@ platform_check_image() {
|
||||
newifi-d1|\
|
||||
nixcore|\
|
||||
nw718|\
|
||||
omega2|\
|
||||
omega2p|\
|
||||
oy-0001|\
|
||||
pbr-d1|\
|
||||
pbr-m1|\
|
||||
|
||||
Reference in New Issue
Block a user