G
@luz
How to detect... "locally"?
It is fairly easy since there is an Onion Omega2+ / Onion Omega2 sticker on the device
If you don't believe the sticker a reboot command and the bootloader messages on the Serial Console can help.
For example - please watch the 'find flash: ' line:
# HW Omega2+
# FW v0.3.2 b240
# http://repo.onioniot.com.s3.amazonaws.com/omega2/images/omega2-v0.3.2-b240.bin
# U-Boot 1.1.3 (Oct 18 2016 - 17:29:05)
root@Omega-5BE1:/# reboot
____ _ ____
/ __ \___ (_)__ ___ / __ \__ _ ___ ___ ____ _
/ /_/ / _ \/ / _ \/ _ \ / /_/ / ' \/ -_) _ `/ _ `/
\____/_//_/_/\___/_//_/ \____/_/_/_/\__/\_, /\_,_/
W H A T W I L L Y O U I N V E N T ? /___/"
Board: Onion Omega2 APSoC DRAM: 128 MB
relocate_code Pointer at: 87f60000
******************************
Software System Reset Occurred
******************************
flash manufacture id: c2, device id 20 19
find flash: MX25L25635E
============================================
Onion Omega2 UBoot Version: 4.3.0.3
---
root@Omega-5BE1:/# ubus call system board
{
"kernel": "4.14.81",
"hostname": "Omega-5BE1",
"system": "MediaTek MT7688 ver:1 eco:2",
"model": "Onion Omega2",
"board_name": "omega2",
"release": {
"distribution": "OpenWrt",
"version": "18.06-SNAPSHOT",
"revision": "r0+7471-90181760c3",
"target": "ramips\/mt76x8",
"description": "OpenWrt 18.06-SNAPSHOT r0+7471-90181760c3"
}
}
# HW Omega2+
# FW v0.3.2 b240
# http://repo.onioniot.com.s3.amazonaws.com/omega2/images/omega2p-v0.3.2-b240.bin
# U-Boot 1.1.3 (Oct 18 2016 - 17:29:05)
root@Omega-5BE1:/# reboot
____ _ ____
/ __ \___ (_)__ ___ / __ \__ _ ___ ___ ____ _
/ /_/ / _ \/ / _ \/ _ \ / /_/ / ' \/ -_) _ `/ _ `/
\____/_//_/_/\___/_//_/ \____/_/_/_/\__/\_, /\_,_/
W H A T W I L L Y O U I N V E N T ? /___/"
Board: Onion Omega2 APSoC DRAM: 128 MB
relocate_code Pointer at: 87f60000
******************************
Software System Reset Occurred
******************************
flash manufacture id: c2, device id 20 19
find flash: MX25L25635E
============================================
Onion Omega2 UBoot Version: 4.3.0.3
---
root@Omega-5BE1:/# ubus call system board
{
"kernel": "4.14.81",
"hostname": "Omega-5BE1",
"system": "MediaTek MT7688 ver:1 eco:2",
"model": "Onion Omega2+",
"board_name": "omega2p",
"release": {
"distribution": "OpenWrt",
"version": "18.06-SNAPSHOT",
"revision": "r0+7471-90181760c3",
"target": "ramips\/mt76x8",
"description": "OpenWrt 18.06-SNAPSHOT r0+7471-90181760c3"
}
}
# HW Omega2
# FW v0.3.2 b240
# http://repo.onioniot.com.s3.amazonaws.com/omega2/images/omega2-v0.3.2-b240.bin
# U-Boot 1.1.3 (Oct 18 2016 - 17:30:55)
root@Omega-5533:/# reboot
____ _ ____
/ __ \___ (_)__ ___ / __ \__ _ ___ ___ ____ _
/ /_/ / _ \/ / _ \/ _ \ / /_/ / ' \/ -_) _ `/ _ `/
\____/_//_/_/\___/_//_/ \____/_/_/_/\__/\_, /\_,_/
W H A T W I L L Y O U I N V E N T ? /___/"
Board: Onion Omega2 APSoC DRAM: 64 MB
relocate_code Pointer at: 83f60000
flash manufacture id: ef, device id 40 18
find flash: W25Q128BV
============================================
Onion Omega2 UBoot Version: 4.3.0.3
---
root@Omega-5533:/# ubus call system board
{
"kernel": "4.14.81",
"hostname": "Omega-5533",
"system": "MediaTek MT7688 ver:1 eco:2",
"model": "Onion Omega2",
"board_name": "omega2",
"release": {
"distribution": "OpenWrt",
"version": "18.06-SNAPSHOT",
"revision": "r0+7471-90181760c3",
"target": "ramips\/mt76x8",
"description": "OpenWrt 18.06-SNAPSHOT r0+7471-90181760c3"
}
}
How to detect... "remotely"?
That is the question.