Gateworks Venice GW7201-21
From TechInfoDepot
Jump to navigationJump to search
| Single Board Computer | |||||||||||||||||||||
|
| |||||||||||||||||||||
| Homepage | Product page | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 3rd Party Firmware | |||||||||||||||||||||
| dd-wrt | Status Unknown | ||||||||||||||||||||
| OpenWrt | Supported | ||||||||||||||||||||
| Tomato any flavor | Incompatible | ||||||||||||||||||||
| Gargoyle | Status Unknown | ||||||||||||||||||||
| Platform | |||||||||||||||||||||
| Brand • Model • Rev | Gateworks Venice GW7201-21 | ||||||||||||||||||||
| Type | single-board computer | ||||||||||||||||||||
| CPU1 | 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 | ||||||||||||||||||||
|
| |||||||||||||||||||||
| Stock bootloader | U-Boot | ||||||||||||||||||||
| Expansion IF types | microSDHC, Mini PCIe, SIM, USB OTG | ||||||||||||||||||||
| SIM Card slot | 1 | ||||||||||||||||||||
| Mini PCIe slots | 2 | ||||||||||||||||||||
| USB ports | 1 | ||||||||||||||||||||
| 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) | ||||||||||||||||||||
| JTAG Port | yes | ||||||||||||||||||||
|
| |||||||||||||||||||||
|
| |||||||||||||||||||||
| Other | |||||||||||||||||||||
|
| |||||||||||||||||||||
| 3rd Party Firmware Support |
OpenWrt • (List | Dev | DLs) | ||||||||||||||||||||
| |||||||||||||||||||||
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.
Flashing
| NOTE: During configuration or flashing a device, the only things that should be hooked to the device is the computer and power. |
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
Subtarget: cortexa53
Package architecture: aarch64_cortex-a53
Supported Since Commit
Support started version: 24.10.0
Current supported version: 24.10.4
WLAN Comment: WLAN dependent on mPCIe installed
Installation method(s):
see git-commit
Comment:
u-blox GPS Receiver with MMCX Antenna Connector and TPM 2.0 Security Element
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
|