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.
<WRAP> that encloses it.
Edge-corE EAP102 , everything is OK and you can delete this text and the <WRAP> that encloses it.<WRAP> that encloses it.filter : Versions~. Just try, it's easy. The tables should then contain $something. If they do, delete this text and the <WRAP> that encloses it.
None at this time.
→ Install OpenWrt (generic explanation)
OpenWrt can be installed on this device via the RJ45 serial console and the U-Boot bootloader, using the TFTP method.
Find out flash layout, then add the flash layout table here.
Note: the bootm command above only boots OpenWrt temporarily into RAM (initramfs image). After the reboot, OpenWrt will not be permanently installed on the device: you must perform a sysupgrade (via LuCI or CLI, using the -sysupgrade.bin image) once booted into OpenWrt, in order to make the installation permanent on the flash.
sudo picocom -b 115200 --omap crcrlf /dev/ttyUSB0
PCI1 is not defined in the device tree In: serial@78B3000 Out: serial@78B3000 Err: serial@78B3000 machid: 801000a MMC Device 0 not found Hit any key to stop autoboot: 0
IPQ807x#
Before proceeding, configure your PC as a TFTP server (e.g. tftpd-hpa on Linux or tftpd64 on Windows), and place the OpenWrt firmware file (openwrt.bin / openwrt.itb) in the TFTP server's root directory.
| Bootloader tftp server IPv4 address | 192.168.1.15 |
|---|---|
| Firmware images | Latest OpenWrt release — use the Firmware Selector searching for “Edgecore EAP102”: download the factory file for the initial boot via TFTP (.itb initramfs image) and the sysupgrade file (.bin) to make the installation permanent |
| TFTP client (AP) IP address | 192.168.1.10 |
| Bootloader prompt | IPQ807x# |
| Serial baudrate | 115200, 8N1 |
From the bootloader shell (IPQ807x#), set the environment variables and run the recovery procedure:
setenv ipaddr 192.168.1.10
setenv serverip 192.168.1.15
setenv fw_tos_recovery 'run rec1 rec2 && run load_image && run write_image && run wipe_tzcfg && reset'
setenv load_image 'ping ${serverip} && tftpboot openwrt.bin && nand erase 0x0 0x3400000 && nand erase 0x3c00000 0x3400000'
setenv write_image 'nand write 0x44000000 0x0 ${filesize} && nand write 0x44000000 0x3c00000 ${filesize}'
setenv wipe_tzcfg 'nand erase 0x3400000 0x800000;'
saveenv
run fw_tos_recovery
At the end of these commands an error will appear on screen, do not worry about it(NAND):
setenv ipaddr 192.168.1.10 setenv serverip 192.168.1.15 && tftpboot openwrt.itb bootm
Find out flash layout, then add the flash layout table here (copy, paste, modify the example).
Note: the bootm command above only boots OpenWrt temporarily into RAM (initramfs image). After the reboot, OpenWrt will not be permanently installed on the device: you must perform a sysupgrade (via LuCI or CLI, using the -sysupgrade.bin image) once booted into OpenWrt, in order to make the installation permanent on the flash.
Please check out the article Flash layout. It contains examples and explanations that describe how to document the flash layout.
These are generic instructions. Update with your router's specifics.
http://192.168.1.1/cgi-bin/luci/mini/system/upgrade/ LuCI Upgrade URLIf you don't have a GUI (LuCI) available, you can alternatively upgrade via the command line. There are two command line methods for upgrading:
sysupgrademtdNote: It is important that you put the firmware image into the ramdisk (/tmp) before you start flashing.
cd /tmp wget http://downloads.openwrt.org/snapshots/trunk/XXX/xxx.abc sysupgrade /tmp/xxx.abc
If sysupgrade does not support this router, use mtd.
cd /tmp wget http://downloads.openwrt.org/snapshots/trunk/XXX/xxx.abc mtd write /tmp/xxx.abc linux && reboot
→ Basic configuration After flashing, proceed with this.
Set up your Internet connection, configure wireless, configure USB port, etc.
Please fill in real values for this device, then remove the EXAMPLEs
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 |
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 |
→ 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 Edge-corE EAP102 has the following buttons:
| BUTTON | Event |
|---|---|
| EXAMPLE Reset | reset |
| EXAMPLE Secure Easy Setup | ses |
| EXAMPLE No buttons at all. | - |
<WRAP> that encloses it.
Front:
Insert photo of front of the casing
Back:
Insert photo of back of the casing
Backside label:
Insert photo of backside label
→ Warranty
Describe what needs to be done to open the device, e.g. remove rubber feet, adhesive labels, screws, ...
Main PCB:
Insert photo of PCB
→ 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 Edge-corE EAP102 @@Version@@ | EXAMPLE 115200, 8N1, 3.3V |
|---|
→ 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
None so far.
COPY HERE THE BOOTLOG WITH THE ORIGINAL FIRMWARE
COPY HERE THE BOOTLOG ONCE OPENWRT IS INSTALLED AND RUNNING
Space for additional notes, links to forum threads or other resources.