Edge-corE EAP102

Under Construction!
This page is currently under construction. You can edit the article to help completing it.

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.

FIXME 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.

Generic Router

FIXME

  1. 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.
  2. 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.
  3. When there are no more “fixme” tags left, delete this one too, along with the <WRAP> that encloses it.
  • 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.

FIXME

  1. The tables below are automatically generated, once the correct filters for Brand and Model are set.
  2. If the tables below show information for Edge-corE EAP102 , everything is OK and you can delete this text and the <WRAP> that encloses it.
  3. If the tables below contain “Nothing found”, it means that either
    1. the dataentry page for Edge-corE EAP102 is missing. Please create a new dataentry page first, then reload this page. The tables should then contain $something. If they do, delete this text and the <WRAP> that encloses it.
    2. filters are not set correctly. Most common reason for “Nothing found”: The dataentry does not contain a Version, but we are filtering here for version → Please edit this section and adjust the filters with the proper Brand, Model and Version. In case the dataentry does not contain a version, delete the line 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.
  4. If the tables still contain “Nothing found”: Don't panic, calm down, take a deep breath and contact a wiki admin (tmomas) for help.

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.

FIXME 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.

generic.flashing.tftp

Connecting to the serial console

  1. Connect the PC to the AP's RJ45 console port while the device is powered off.
  2. Open a serial terminal (PuTTY, GtkTerm, or from the command line):
sudo picocom -b 115200 --omap crcrlf /dev/ttyUSB0
  1. Power on the AP and wait for the following boot screen to appear:
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
  1. Immediately press Enter to stop autoboot and enter the bootloader shell, until you get the following prompt:
IPQ807x#

Setting up the TFTP server

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.

Specific values needed for tftp

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

Recovery and writing the image to NAND

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

FIXME 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.

generic.sysupgrade

FIXME These are generic instructions. Update with your router's specifics.

  • 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

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

Basic configuration After flashing, proceed with this.
Set up your Internet connection, configure wireless, configure USB port, etc.

FIXME 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

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

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.

FIXME 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. -

FIXME

  1. This table is automatically generated, once the correct filters for Brand and Model are set.
  2. If you see “Nothing.” instead of a table, please edit this section and adjust the filters with the proper Brand and Model. Just try, it's easy.
  3. If you still don't see a table here, or a table filled with '¿': Is there already a Techdata page available for Edge-corE EAP102 ? If not: Create one.
  4. If you see a table with the desired device data, everything is OK and you can delete this text and the <WRAP> that encloses it.
  5. If it still doesn't work: Don't panic, calm down, take a deep breath and contact a wiki admin (tmomas) for help.

Front:
Insert photo of front of the casing

Back:
Insert photo of back of the casing

Backside label:
Insert photo of backside label

Warranty

FIXME 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

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

FIXME 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.

  • ...
  • Last modified: 2026/08/20 12:50
  • by fgbxramel