Check Point L-50
|
Check Point L-50 Network Appliance with 8-Port Gigabit LAN Switch | |||||||||||||||||
|
| |||||||||||||||||
| WikiDevi.wi-cat.ru | Check Point L-50 | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 3rd Party Firmware | |||||||||||||||||
| dd-wrt | Status Unknown | ||||||||||||||||
| OpenWrt | Partial Support | ||||||||||||||||
| Tomato any flavor | Incompatible | ||||||||||||||||
| Gargoyle | Status Unknown | ||||||||||||||||
| Platform | |||||||||||||||||
| Brand • Model • Rev | Check Point L-50 | ||||||||||||||||
| Model Part Number | CPAP-SG1120-FW | ||||||||||||||||
| Board ID | 490ADK00C-1.6MM | ||||||||||||||||
| Type | security appliance | ||||||||||||||||
| CPU1 | Marvell 88F6281 | ||||||||||||||||
| CPU1 Type | ARMv5 | ||||||||||||||||
| CPU1 Speed | 1.2 GHz | ||||||||||||||||
| Flash1 Chip | Samsung K9F4G08U0D-SCB0 | ||||||||||||||||
| 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 /> (DDR2 SDRAM) | ||||||||||||||||
| RAM1 Chip | Nanya NT5TU128M8GE-AC x 4 | ||||||||||||||||
| ETH chip1 | Marvell 88F6281 | ||||||||||||||||
| ETH chip2 | Marvell 88E1116R | ||||||||||||||||
| ETH chip3 | Marvell 88E6171R | ||||||||||||||||
| Ethernet Port Count |
2-1GbE-WAN 8-1GbE-LAN | ||||||||||||||||
| Wired Standard | IEEE 802.3i/3u/3ab | ||||||||||||||||
| Stock bootloader | U-Boot 1.1.4 Check Point version: 983002039 | ||||||||||||||||
| Stock FW OS | Linux 2.6.22.18 | ||||||||||||||||
| Expansion IF types | SD Card slot, ExpressCard/34 (USB), USB 2.0 (Type A) | ||||||||||||||||
| ExpressCard slots | 1 | ||||||||||||||||
| USB ports | 1 | ||||||||||||||||
| SD/MMC Slots | 1 | ||||||||||||||||
| USB Hub Compatible | Untested | ||||||||||||||||
| Power | 12 VDC, 2 A | ||||||||||||||||
| Connector type |
barrel 5.5 mm (OD) 2.1 mm (ID) 9.5 mm (LEN) | ||||||||||||||||
| Serial Port (UART) | yes, console port, RJ45, (9600 8N1) | ||||||||||||||||
|
Flags: | |||||||||||||||||
|
Additional chips | |||||||||||||||||
| Other | |||||||||||||||||
|
Default IP address: 192.168.1.1 | |||||||||||||||||
| Manuf/OEM/ODM | SerComm SG-80A | ||||||||||||||||
| 3rd Party Firmware Support |
OpenWrt • (List | Dev | DLs) | ||||||||||||||||
| Retail | |||||||||||||||||
| Availability | End of Life | ||||||||||||||||
| End of Life date | June 2022 | ||||||||||||||||
| (Est.) release date | April 2013 | ||||||||||||||||
| (Est.) initial retail price (in USD): | $600 | ||||||||||||||||
| Country of manuf | Taiwan | ||||||||||||||||
| |||||||||||||||||
For a list of all currently documented Marvell chipsets with specifications, see Marvell.
For a list of all currently documented Check Point devices with specifications, see Check Point.
Overview
Check Point L-50 - 8 Port Gigabit Firewall Appliance
- CPAP-SG1120-FW
Hardware specification
- CPU: Marvell 88F6281 ARM v5 (@1.2GHz)
- Memory: 512MB (SDRAM) DDR2
- Storage: 512MB NAND Flash, SD Card Slot
- Network: 12x Gigabit Ethernet
- USB: 2x USB 2.0 ports
Links of Interest
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
Subtarget: generic
Package architecture: arm_xscale
Supported Since Commit
Support started version: 21.02.0
Current supported version: 25.12.5
DSL modem
LAN Hardware: 2x Marvell 88E6171
WLAN Hardware: Atheros AR9287 (mini-PCIe)
Installation method(s):
See devicepage, see git-commit
Recovery method(s):
Serial
Recovery Comment:
Serial + kwboot tool
| git • >> |
|---|
kirkwood: add support for Check Point L-50 This patch adds support for the Check Point L-50 from 600/1100 series routers. Specification: -CPU: Marvell Kirkwood 88F6281 1200MHz -RAM: 512MB -Flash: NAND 512MB -WiFi: mPCIe card based on Atheros AR9287 b/g/n -WAN: 1 Gigabit Port (Marvell 88E1116R PHY) -LAN: 9 Gigabit Ports (2x Marvell 88E6171(5+4)) -USB: 2x USB2.0 -Express card slot -SD card slot -Serial console: RJ-45 115200 8n1 -Unsupported DSL Known issues: -DSL not supported -Expresscard not tested Installation: Step one -> backup: make backup u-boot and env for revert stock posibility make backup dsl_mac_addr, dmz_mac_addr, eth1addr, ethaddr and all lanX_mac_addr Step two -> Use kwboot tool to upload openwrt u-boot to RAM: run kwboot: "kwboot -B 115200 /dev/ttyUSB0 -b u-boot.kwb -p -t" end start u-boot Step three -> Restore macs (e.g. below): setenv eth1addr 00:1C:XX:XX:XX:6C setenv ethaddr 00:1C:XX:XX:XX:6B setenv lan1_mac_addr 00:1C:XX:XX:XX:6C setenv lan2_mac_addr 00:1C:XX:XX:XX:6D setenv lan3_mac_addr 00:1C:XX:XX:XX:6E setenv lan4_mac_addr 00:1C:XX:XX:XX:6F setenv lan5_mac_addr 00:1C:XX:XX:XX:70 setenv lan6_mac_addr 00:1C:XX:XX:XX:71 setenv lan7_mac_addr 00:1C:XX:XX:XX:72 setenv lan8_mac_addr 00:1C:XX:XX:XX:73 setenv dmz_mac_addr 00:1C:XX:XX:XX:74 setenv dsl_mac_addr 00:1C:XX:XX:XX:75 Step four -> flash u-boot: mw 0x0800000 0xffff 0x100000 nand erase 0x0 100000 tftp 0x0800000 openwrt-kirkwood-l50-u-boot.kwb nand write 0x0800000 0x0 0x100000 saveenv Step five -> run initramfs image: tftpboot 0x02000000 openwrt.bin; bootm 0x02000000; Step six -> install sysupgrade OpenWrt image: copy to /tmp/ sysupgrade image run sysupgrade Back to stock: Restore original u-boot end env. Install factory image via stock u-boot. |