Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision Next revisionBoth sides next revision | ||
| toh:d-link:d-link_dap-2230_a1 [2021/01/20 19:42] – [Debricking] s_2 | toh:d-link:d-link_dap-2230_a1 [2021/01/20 20:11] – [Flash Layout] s_2 | ||
|---|---|---|---|
| Line 60: | Line 60: | ||
| ==== Flash Layout ==== | ==== Flash Layout ==== | ||
| - | <WRAP BOX> | + | ^ start ^ size ^ label ^ |
| - | FIXME // | + | | 0x00000000 | 0x00040000 |
| + | | 0x00040000 | 0x00010000 (64k) | bdcfg | | ||
| + | | 0x00050000 | 0x00010000 (64k) | rgdb | | ||
| + | | 0x00060000 | 0x00010000 (64k) | unknown | | ||
| + | | 0x00070000 | 0x00ee0000 (15232k) | firmware | | ||
| + | | 0x00f50000 | 0x00020000 (128k) | langpack | | ||
| + | | 0x00f70000 | 0x00070000 (448k) | captival | | ||
| + | | 0x00fe0000 | 0x00010000 (64k) | certificate | | ||
| + | | 0x00ff0000 | 0x00010000 (64k) | art | | ||
| - | Please check out the article [[docs: | ||
| - | </ | ||
| - | |||
| - | ==== OEM easy installation ==== | ||
| - | |||
| - | <WRAP BOX> | ||
| - | FIXME //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 ''< | ||
| - | * Upload .bin file to router | ||
| - | * Wait for it to reboot | ||
| - | * Telnet to 192.168.1.1 and set a root password, or browse to ''< | ||
| - | </ | ||
| - | |||
| - | ==== OEM installation using the TFTP method ==== | ||
| - | |||
| - | -> [[docs: | ||
| - | |||
| - | === Specific values needed for tftp === | ||
| - | |||
| - | <WRAP BOX> | ||
| - | |||
| - | FIXME Enter values for " | ||
| - | |||
| - | ^ Bootloader tftp server IPv4 address | ||
| - | ^ Bootloader MAC address (special) | ||
| - | ^ Firmware tftp image | [[: | ||
| - | ^ TFTP transfer window | ||
| - | ^ TFTP window start | approximately FILL-IN seconds after power on | | ||
| - | ^ TFTP client required IP address | ||
| - | |||
| - | </ | ||
| ===== Upgrading OpenWrt ===== | ===== Upgrading OpenWrt ===== | ||
| -> [[docs: | -> [[docs: | ||
| - | |||
| - | <WRAP BOX> | ||
| - | |||
| - | FIXME These are generic instructions. Update with your router' | ||
| - | |||
| - | ==== LuCI Web Upgrade Process ==== | ||
| - | |||
| - | * Browse to ''< | ||
| - | * 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: | ||
| - | |||
| - | * '' | ||
| - | * '' | ||
| - | |||
| - | 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, | ||
| - | |||
| - | < | ||
| - | cd /tmp | ||
| - | wget http:// | ||
| - | sysupgrade / | ||
| - | </ | ||
| - | |||
| - | === mtd === | ||
| - | |||
| - | If '' | ||
| - | |||
| - | * Login as root via SSH on 192.168.1.1, | ||
| - | |||
| - | < | ||
| - | cd /tmp | ||
| - | wget http:// | ||
| - | mtd write / | ||
| - | </ | ||
| - | |||
| - | </ | ||
| - | |||
| ===== Debricking ===== | ===== Debricking ===== | ||
| -> -> Please see the main article for the DAP-2xxx series for [[: | -> -> Please see the main article for the DAP-2xxx series for [[: | ||
| Line 159: | Line 84: | ||
| Set up your Internet connection, configure wireless, configure USB port, etc. | Set up your Internet connection, configure wireless, configure USB port, etc. | ||
| - | ===== Specific Configuration ===== | ||
| - | |||
| - | <WRAP BOX> | ||
| - | FIXME Please fill in real values for this device, then remove the EXAMPLEs | ||
| - | |||
| - | ==== Network interfaces ==== | ||
| - | The default network configuration is: | ||
| - | ^ Interface Name ^ Description | ||
| - | | br-lan | ||
| - | | vlan0 (eth0.0) | ||
| - | | vlan1 (eth0.1) | ||
| - | | wl0 | EXAMPLE WiFi | EXAMPLE Disabled | ||
| - | |||
| - | </ | ||
| - | |||
| - | ==== Switch Ports (for VLANs) ==== | ||
| - | <WRAP BOX> | ||
| - | FIXME 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 ==== | ==== Buttons ==== | ||
| Line 198: | Line 95: | ||
| ===== Hardware ===== | ===== Hardware ===== | ||
| ==== Info ==== | ==== Info ==== | ||
| - | <WRAP BOX> | ||
| - | FIXME | ||
| - | - This table is automatically generated, **once the correct filters for Brand and Model are set.** | ||
| - | - If you see " | ||
| - | - If you still don't see a table here, or a table filled with ' | ||
| - | - If you see a table with the desired device data, everything is OK and you can delete this text and the ''< | ||
| - | - If it still doesn' | ||
| - | </ | ||
| ---- datatemplatelist dttpllist ---- | ---- datatemplatelist dttpllist ---- | ||
| Line 235: | Line 124: | ||
| <WRAP BOX> | <WRAP BOX> | ||
| - | FIXME //Describe what needs to be done to open the device, e.g. remove rubber feet, adhesive labels, | + | Remove 4 screws |
| - | * To remove the cover and open the device, do a/b/c | + | |
| </ | </ | ||
| Line 243: | Line 131: | ||
| ==== Serial ==== | ==== Serial ==== | ||
| - | -> [[docs:techref:hardware:port.serial]] general information about the serial port, serial port cable, etc. | + | -> Please see the main article for the DAP-2xxx series for [[:toh:d-link:D-Link DAP Series of Business Access Points# |
| - | + | ||
| - | How to connect to the Serial Port of this specific device:\\ | + | |
| - | **Insert photo of PCB with markings for serial port** | + | |
| - | + | ||
| - | <WRAP BOX> | + | |
| - | FIXME //Replace EXAMPLE by real values.// | + | |
| - | </ | + | |
| - | + | ||
| - | ^ Serial connection parameters\\ for D-Link DAP-2230 A1 | EXAMPLE 115200, 8N1 | | + | |
| ==== JTAG ==== | ==== JTAG ==== | ||
| -> [[docs: | -> [[docs: | ||