Endian 4i Edge 200
From TechInfoDepot
Jump to navigationJump to search
| Industrial Security Appliance | |
| 3rd Party Firmware | |
|---|---|
| dd-wrt | Status Unknown |
| OpenWrt | Supported |
| Tomato any flavor | Incompatible |
| Gargoyle | Status Unknown |
| Platform | |
| Brand • Model • Rev | Endian 4i Edge 200 |
| Type | security appliance |
| CPU1 | Marvell 88F6281 |
| CPU1 Type | ARMv5 |
| CPU1 Speed | 1.2 GHz |
| Flash1 Chip | Micron 29F4G08AAC |
| Flash1 Size | 512 MiB 536,870,912 B <br />4,194,304 Kib <br />524,288 KiB <br />4,096 Mib <br />0.5 GiB <br /> (NAND) |
| RAM1 Size | 512 MiB 536,870,912 B <br />4,194,304 Kib <br />524,288 KiB <br />4,096 Mib <br />0.5 GiB <br /> |
| RAM1 Chip | Nanya NT5TU128M8GE-AC x 4 |
| ETH chip1 | Marvell 88F6281 |
| ETH chip2 | Marvell 88E1116R |
| Switch | Marvell 88E6171R |
| Ethernet Port Count |
1-1GbE-WAN 4-1GbE-LAN |
| Wired Standard | IEEE 802.3i/3u/3ab |
|
| |
| Stock bootloader | U-Boot |
| Expansion IF types | microSD, Mini PCIe |
| Mini PCIe slots | 1 |
| SD/MMC Slots | 1 |
| Power | 12 VDC, 1.25 A |
| Connector type | barrel |
| Serial Port (UART) | yes, (115200 8N1) |
| JTAG Port | no |
|
| |
|
| |
| Other | |
|
| |
| 3rd Party Firmware Support |
OpenWrt • (List | Dev | DLs) |
| Retail | |
| Availability | End of Life |
| End of Life date | 2015 |
For a list of all currently documented Marvell chipsets with specifications, see Marvell.
Overview
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: kirkwood
Subtarget: generic
Package architecture: arm_xscale
Supported Since Commit
Support started version: 22.03.0
Current supported version: 25.12.5
Subtarget: generic
Package architecture: arm_xscale
Supported Since Commit
Support started version: 22.03.0
Current supported version: 25.12.5
LAN Comment: One port is connected to phy: Marvell 88E1116R-NNC1
WLAN Comment: WLAN dependent on mPCI installed
Installation method(s):
see git-commit
Recovery method(s):
Serial
Recovery Comment:
serial + kwboot
WLAN Comment: WLAN dependent on mPCI installed
Installation method(s):
see git-commit
Recovery method(s):
Serial
Recovery Comment:
serial + kwboot
| git • >> |
|---|
kirkwood: add support for two clones from Endian
They are Endian 4i Edge 200 and his clone Endian UTM Mini.
Hardware:
- SoC: Marvell 88F6281-A1 ARMv5TE Processor 1.2GHz
- Ram: 512MB (4x Nanya NT5TU128M8GE-AC)
- NAND Flash: 512MB (Micron 29F4G08AAC)
- Lan 1-4: 4x GBE (Marvell 88E6171R-TFJ2)
- Lan 5: 1x GBE (Marvell 88E1116R-NNC1)
- Storage: MicroSD Slot
- WLAN: MiniPCIe Slot present, and fitted with SparkLan WPEA-110N/E
(Atheros AR9280 chipset) (ONLY Endian UTM Mini WLAN)
- USB: 1x USB 2.0 port
- Console: RJ-45 port
- LEDs: 3x GPIO controlled
Notes:
- WLAN led (Endian UTM Mini) is drived by MPCIE card
Installation by TFTP + serial:
- Setup TFTP server and copy initramfs image
- Connect serial console
- Stop booting in u-boot
- Do:
setenv bootargs 'console=ttyS0,115200n8 earlyprintk'
saveenv
setenv serverip 192.168.1.1
setenv ipaddr 192.168.1.2
tftpboot 0x1200000 openwrt-kirkwood-endian_4i-edge-200-initramfs-uImage
bootm 0x1200000
- copy sysupgrade image via ssh.
- run sysupgrade
Installation by USB + serial:
- Copy initramfs image to fat32 usb drive
- Connect pendrive to USB 2.0 front socket
- Connect serial console
- Stop booting in u-boot
- Do:
setenv bootargs 'console=ttyS0,115200n8 earlyprintk'
saveenv
usb reset
fatload usb 0:1 0x1200000 openwrt-kirkwood-endian_4i-edge-200-initramfs-uImage
bootm 0x1200000
- copy sysupgrade image via ssh.
- run sysupgrade
|