Gateworks Venice GW7301-21

From TechInfoDepot
Jump to navigationJump to search
multiple revisions of this device, use caution
abgn+ac (AC600)
Single Board Computer
Homepage Product page
3rd Party Firmware
dd-wrt Status Unknown
OpenWrt Supported
Tomato any flavor Incompatible
Gargoyle Status Unknown
Platform
BrandModelRev Gateworks Venice GW7301-21
FCC ID none specified
Type single-board computer
CPU1 checkY NXP i.MX8MP
CPU1 Type ARM Cortex-A72
CPU1 Speed 1.6 GHz ( 4 cores )
Flash1 Chip Brand? Model?
Flash1 Size ? MiB (eMMC)
RAM1 Size 4 GiB 4,096 MiB <br />4,294,967,296 B <br />33,554,432 Kib <br />4,194,304 KiB <br />32,768 Mib <br />
RAM1 Chip Brand? Model?
ETH chip1 Brand? Model?
Ethernet Port Count 2-1GbE-LAN
Wired Standard IEEE 802.3i/3u/3ab

802dot11 OUI: none specified

Stock bootloader U-Boot
Expansion IF types microSDHC, Mini PCIe, SIM, USB 3.0, USB OTG
SIM Card slot 1
Mini PCIe slots 3
USB ports 2
SD/MMC Slots 1
USB Hub Compatible Untested
PoE 802.3at, standard
Power 8-60 VDC, ? A
Connector type barrel
Serial Port (UART) yes, 3.3V TTL, (115200 8N1)

Flags:
Bluetooth 5.0

Other
3rd Party Firmware Support OpenWrt • (List | Dev | DLs)
Radio 1
Chip1 Infineon CYW4373E
Wireless interface OUI none specified
Antenna Connector Type none specified
MIMO status 1x1:1
Wireless Standard IEEE 802.11b/g/n
802.11n up to 150 Mbps
802.11g up to 54 Mbps
802.11b up to 11 Mbps
WiFi Operating Frequency 2.4 GHz
Radio 2
Chip1 Infineon CYW4373E
Wireless interface OUI none specified
Antenna Connector Type none specified
MIMO status 1x1:1
Wireless Standard IEEE 802.11a/n/ac
802.11ac up to 433 Mbps
802.11n up to 150 Mbps
802.11a up to 54 Mbps
WiFi Operating Frequency 5 GHz
 CPU1 brandRadio1 chip1 brandRadio2 chip1 brand
Gateworks Venice GW7300-00NXP
Gateworks Venice GW7300-20NXP
Gateworks Venice GW7301-01NXPInfineonInfineon
Gateworks Venice GW7301-21NXPInfineonInfineon

For a list of all currently documented Infineon (Lantiq) chipsets with specifications, see Infineon.
For a list of all currently documented NXP (Freescale) SoC's with specifications, see NXP.

For a list of all currently documented Gateworks devices with specifications, see Gateworks.

150 Mbps - 1SS 2.4GHz 802.11n (40MHz chan.),
433 Mbps - 1SS 5GHz 802.11ac (80MHz chan.) = AC600 class

Flashing

Flashing OpenWrt

Target: imx
Subtarget: cortexa53
Package architecture: aarch64_cortex-a53
Supported Since Commit
Support started version: 24.10.0
Current supported version: 24.10.4
WLAN Hardware: Infineon CYW4373E
WLAN Comment: 1x1:1 MIMO
Installation method(s):
see git-commit
Comment:
u-blox GPS Receiver with MMCX Antenna Connector and TPM 2.0 Security Element
git • >>
imx: add Gateworks Venice support
Add support for Gateworks Venice imx8m family of boards:
 - required kernel modules for on-board devices
 - image generation
 - initial network config
 - sysupgrade support

The resulting compressed disk image
(bin/targets/imx/cortexa53/openwrt-imx-cortexa53-gateworks_venice-squashfs-img.gz)
can be installed on a Gateworks venice board via U-Boot:

u-boot=> tftpboot $loadaddr openwrt-imx-cortexa53-gateworks_venice-squashfs-img.gz && \
         gzwrite mmc $dev $loadaddr $filesize

WARNING: this will overwrite any boot firmware on the eMMC user hardware
partition which if being used will brick your board requiring JTAG to
re-program boot firmware and recover

The compressed disk image contains the partition table and filesystems only
and that it is expected that boot firmware is installed properly on the
eMMC boot0 hardware partition. The easiest way to ensure this is to
use the Gateworks JTAG adapter/process to install the latest boot firmware
as follows from a Linux host:
  wget http://dev.gateworks.com/jtag/jtag_usbv4
  chmod +x jtag_usbv4
  wget http://dev.gateworks.com/venice/images/firmware-venice-imx8mm.bin
  sudo ./jtag_usbv4 -p firmware-venice-imx8mm.bin