Show pagesourceOld revisionsBacklinksBack to top × Table of Contents ADB P.DG A4001N Getting started with a new Device Page Keep the articles modular Supported Versions Hardware Highlights Installation Flash Layout OEM easy installation OEM installation using the TFTP method Upgrading OpenWrt LuCI Web Upgrade Process Terminal Upgrade Process Debricking Failsafe mode Basic configuration Specific Configuration Network interfaces Switch Ports (for VLANs) Buttons Hardware Info Photos Opening the case Serial JTAG Bootloader mods Bootlogs OEM bootlog OpenWrt bootlog Notes Tags ADB P.DG A4001N Under Construction! This page is currently under construction. You can edit the article to help completing it. This device is NOT RECOMMENDED for future use with OpenWrt due to low flash/ram. DO NOT BUY DEVICES WITH 4MB FLASH / 32MB RAM if you intend to flash an up-to-date and secure OpenWrt version (18.06 or later) onto it! See 4/32 warning for details. 1) This device does not have sufficient resources (flash and/or RAM) to provide secure and reliable operation. This means that even setting a password or changing simple network settings might not be possible any more, rendering the device effectively useless. See OpenWrt on 4/32 devices what you can do now. 2) OpenWrt support for this device will end after 2019. 19.07 will be the last official build for 4/32 devices. After 19.07, no further OpenWrt images will be built for 4/32 devices. See OpenWrt on 4/32 devices what you can do now. DSL will not work at all on devices with BCM63xx DSL chipset (due to unavailability of FLOSS driver for Broadcom chips). Consider this when chosing a device to buy, or when deciding to flash OpenWrt on your device because it is listed as supported. See Broadcom DSL, Unsupported: DSL modem and Broadcom BCM63xx for details. Write a short, relevant description of the device. Include a technical overview, but avoid marketing buzzwords/useless stuff. Two to four sentences is about right. A picture is good, too. Edit the page to see how to add pictures. Any text with a light background (like this one) provides instructions for creating the Details Page. When you have filled in correct/useful information (instead of any template that's there) remove the instructions, as well as the <WRAP> that encloses it. Getting started with a new Device Page This is an empty template that suggests the information that should be present on a well-constructed Device Page. This means, that you have to fill it with life and information. There are several “fixme” tags with text on a light background (like this text) throughout this template. As you fill in the page, remove those tags so that people can judge its completeness. When there are no more “fixme” tags left, delete this one too, along with the <WRAP> that encloses it. Keep the articles modular Please include only model specific information, omit bla,bla and put everything generic into separate articles If you have no time to write certain stuff, link to docs base-system should lead the way, do not explain this again DO NOT provide a complete howto here! Instead groom the general documentation. Supported Versions BrandModel↓ VersionCurrent ReleaseOEM InfoForum SearchTechnical DataADBP.DG A4001NA-000-1A1-AE19.07.6http://¿A4001NView/Edit dataADBP.DG A4001NA-000-1A1-AXsnapshothttp://¿A4001N A-000-1A1-AXView/Edit data↓ VersionUnsupported FunctionsA-000-1A1-AEDSL modemA-000-1A1-AXDSL modem Hardware Highlights Model↓ VersionSoCCPU MHzFlash MBRAM MBWLAN HardwareWLAN2.4WLAN5.0100M portsGbit portsModemUSBP.DG A4001NA-000-1A1-AE¿¿¿32¿b/g/n-4-ADSL2+1x 2.0P.DG A4001NA-000-1A1-AXBroadcom BCM632813201632Broadcom BCM43224b/g/n-4-ADSL2+1x 2.0 Installation Model↓ VersionCurrent ReleaseFirmware OpenWrt InstallFirmware OpenWrt UpgradeFirmware OEM StockP.DG A4001NA-000-1A1-AE19.07.6http://downloads.openwrt.org/releases/19.07.6/targets/brcm63xx/generic/openwrt-19.07.6-brcm63xx-generic-A4001N-squashfs-cfe.binhttp://¿P.DG A4001NA-000-1A1-AXsnapshothttp://¿ Model↓ VersionCurrent ReleaseFirmware OpenWrt snapshot InstallFirmware OpenWrt snapshot UpgradeFirmware OEM StockP.DG A4001NA-000-1A1-AE19.07.6http://downloads.openwrt.org/snapshots/targets/bcm63xx/generic/openwrt-bcm63xx-generic-adb_a4001n-squashfs-cfe.binhttp://¿P.DG A4001NA-000-1A1-AXsnapshothttp://downloads.openwrt.org/snapshots/targets/bcm63xx/generic/openwrt-bcm63xx-generic-adb_pdg-a4001n-a-000-1a1-ax-squashfs-cfe.binhttp://downloads.openwrt.org/snapshots/targets/bcm63xx/generic/openwrt-bcm63xx-generic-adb_pdg-a4001n-a-000-1a1-ax-squashfs-sysupgrade.binhttp://¿ → Install OpenWrt (generic explanation) Please add the installation procedure here. Flash Layout Find out flash layout, then add the flash layout table here (copy, paste, modify the example). Please check out the article Flash layout. It contains examples and explanations that describe how to document the flash layout. OEM easy installation The instructions below are for Broadcom devices and only serve as an example. Remove / modify them if they do not apply to this particular device! This section deals with How you install OpenWrt from a device freshly opened The steps required such as reset to factory defaults if the device has already been configured Note: Reset router to factory defaults if it has been previously configured. Browse to http://192.168.1.1/Upgrade.asp Upload .bin file to router Wait for it to reboot Telnet to 192.168.1.1 and set a root password, or browse to http://192.168.1.1 if LuCI is installed. OEM installation using the TFTP method → generic.flashing.tftp Specific values needed for tftp Enter values for “FILL-IN” below Bootloader tftp server IPv4 address FILL-IN Bootloader MAC address (special) FILL-IN Firmware tftp image Latest OpenWrt release (NOTE: Name must contain “tftp”) TFTP transfer window FILL-IN seconds TFTP window start approximately FILL-IN seconds after power on TFTP client required IP address FILL-IN Upgrading OpenWrt → generic.sysupgrade These are generic instructions. Update with your router's specifics. LuCI Web Upgrade Process Browse to http://192.168.1.1/cgi-bin/luci/mini/system/upgrade/ LuCI Upgrade URL Upload image file for sysupgrade to LuCI Wait for reboot Terminal Upgrade Process If you don't have a GUI (LuCI) available, you can alternatively upgrade via the command line. There are two command line methods for upgrading: sysupgrade mtd Note: It is important that you put the firmware image into the ramdisk (/tmp) before you start flashing. sysupgrade Login as root via SSH on 192.168.1.1, then enter the following commands: cd /tmp wget http://downloads.openwrt.org/snapshots/trunk/XXX/xxx.abc sysupgrade /tmp/xxx.abc mtd If sysupgrade does not support this router, use mtd. Login as root via SSH on 192.168.1.1, then enter the following commands: cd /tmp wget http://downloads.openwrt.org/snapshots/trunk/XXX/xxx.abc mtd write /tmp/xxx.abc linux && reboot Debricking → generic.debrick Failsafe mode → failsafe_and_factory_reset Basic configuration → Basic configuration After flashing, proceed with this. Set up your Internet connection, configure wireless, configure USB port, etc. Specific Configuration Please fill in real values for this device, then remove the EXAMPLEs Network interfaces The default network configuration is: Interface Name Description Default configuration br-lan EXAMPLE LAN & WiFi EXAMPLE 192.168.1.1/24 vlan0 (eth0.0) EXAMPLE LAN ports (1 to 4) EXAMPLE None vlan1 (eth0.1) EXAMPLE WAN port EXAMPLE DHCP wl0 EXAMPLE WiFi EXAMPLE Disabled Switch Ports (for VLANs) Please fill in real values for this device, then remove the EXAMPLEs Numbers 0-3 are Ports 1-4 as labeled on the unit, number 4 is the Internet (WAN) on the unit, 5 is the internal connection to the router itself. Don't be fooled: Port 1 on the unit is number 3 when configuring VLANs. vlan0 = eth0.0, vlan1 = eth0.1 and so on. Port Switch port Internet (WAN) EXAMPLE 4 LAN 1 EXAMPLE 3 LAN 2 EXAMPLE 2 LAN 3 EXAMPLE 1 LAN 4 EXAMPLE 0 Buttons → hardware.button on howto use and configure the hardware button(s). Here, we merely name the buttons, so we can use them in the above Howto. Please fill in real values for this device, then remove the EXAMPLEs The ADB P.DG A4001N has the following buttons: BUTTON Event EXAMPLE Reset reset EXAMPLE Secure Easy Setup ses EXAMPLE No buttons at all. - Hardware Info General Brand ADB Model P.DG A4001N Versions A-000-1A1-AX Device Type Modem Availability Discontinued 2015 Comments - general OpenWrt Support Supported Since Commit https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=d6f66dd88e5d833f88fa4b6e056499ec7644ff7c Supported Since Release Supported Current Release snapshot Unsupported Hardware Bootloader CFE Target bcm63xx System-On-Chip CPU MHz 320 Flash MB 16 RAM MB 32 Network Ethernet 100M ports 4 Ethernet Gbit ports - Switch Broadcom BCM63281 Modem ADSL2+ VLAN ¿ Comments - network ports Wireless WLAN 2.4GHz b/g/n WLAN 5.0GHz - WLAN Hardware Broadcom BCM43224 Detachable Antennas - Comments - WLAN Interfaces USB ports 1x 2.0 SATA ports - Serial Yes JTAG Yes Comments - USB & SATA ports Misc LED count 10 Button count 2 Power supply 15v DC, 0.5A, centre positive Links Forum Topic URL WikiDevi URL OEM device homepage URL http://¿ Firmware OEM Stock URL http://¿ Firmware OpenWrt Install URL Firmware OpenWrt Upgrade URL Edit the underlying data View/Edit data General Brand ADB Model P.DG A4001N Versions A-000-1A1-AE Device Type Modem Availability unknown 2020 Comments - general OpenWrt Support Supported Since Commit https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=1cb1041c55509b804d283d743757c5be462708d5 Supported Since Release 14.07 Supported Current Release 19.07.6 Unsupported Hardware Bootloader CFE Target bcm63xx System-On-Chip CPU MHz ¿ Flash MB ¿ RAM MB 32 Network Ethernet 100M ports 4 Ethernet Gbit ports - Switch ¿ Modem ADSL2+ VLAN ¿ Comments - network ports Wireless WLAN 2.4GHz b/g/n WLAN 5.0GHz - WLAN Hardware ¿ Detachable Antennas - Comments - WLAN Interfaces USB ports 1x 2.0 SATA ports - Serial ¿ JTAG ¿ Comments - USB & SATA ports Misc LED count ¿ Button count ¿ Power supply 12 VDC, 1.0 A Links Forum Topic URL WikiDevi URL https://wikidevi.wi-cat.ru/ADB_P.DG_A4001N_A-000-1A1-AE OEM device homepage URL http://¿ Firmware OEM Stock URL http://¿ Firmware OpenWrt Install URL http://downloads.openwrt.org/releases/19.07.6/targets/brcm63xx/generic/openwrt-19.07.6-brcm63xx-generic-A4001N-squashfs-cfe.bin Firmware OpenWrt Upgrade URL Edit the underlying data View/Edit data Photos Front: Insert photo of front of the casing Back: Insert photo of back of the casing Backside label: Insert photo of backside label Opening the case Note: This will void your warranty! Describe what needs to be done to open the device, e.g. remove rubber feet, adhesive labels, screws, … To remove the cover and open the device, do a/b/c Main PCB: Insert photo of PCB Serial → port.serial general information about the serial port, serial port cable, etc. How to connect to the Serial Port of this specific device: Insert photo of PCB with markings for serial port Replace EXAMPLE by real values. Serial connection parameters for ADB P.DG A4001N EXAMPLE 115200, 8N1 JTAG → port.jtag general information about the JTAG port, JTAG cable, etc. How to connect to the JTAG Port of this specific device: Insert photo of PCB with markings for JTAG port Bootloader mods → bootloader Bootlogs OEM bootlog COPY HERE THE BOOTLOG WITH THE ORIGINAL FIRMWARE OpenWrt bootlog COPY HERE THE BOOTLOG ONCE OPENWRT IS INSTALLED AND RUNNING Notes Space for additional notes, links to forum threads or other resources. … Tags How to add tags BCM6328, 16Flash, 32RAM, 4port, FastEthernet, ADSL2, 802.11bgn This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.OKMore information about cookies bcm6328 16flash 32RAM 4port fastethernet adsl2 802.11bgn Last modified: 2020/07/07 20:09by tmomas