I have an EAP102 with TIP firmware installed. What do I have to do to change it to the standard Edgecore EAP102 firmware that’s available on Edgecore’s website?
Thanks!!
Hello, @TIPnewbee.
EAP101 & EAP102 shares the same logic to flash firmware between TIP & ecCloud version.
About EAP102, the command logic is the same.
You can access the necessary files here.
Please replace the TFTF command with EAP102 files.
-
Flash Edgecore uboot image (u-boot)
tftpboot eap102-spf111-norplusnand-ipq807x-single-0603.img -
Flash EC image (u-boot)
tftpboot EAP102-v11.2.0-749-a2839bad-edgecore_eap102-squashfs-nand-factory.bin && imgaddr=$fileaddr
1. Flash Edgecore uboot image (u-boot) # setenv ipaddr && setenv serverip && tftpboot eap102-spf111-norplusnand-ipq807x-single-0603.img # imgaddr=$fileaddr && source $imgaddr:script # sf probe # sf erase 0x480000 0x10000 # reset 2. Flash EC image (u-boot) # setenv active 1 # setenv upgrade available 1 # saveenv # setenv ipaddr && setenv serverip # tftpboot EAP102-v11.2.0-749-a2839bad-edgecore_eap102-squashfs-nand-factory.bin && imgaddr=$fileaddr # imxtract $imgaddr ubi && nand device 0 # nand erase 0x00000000 0x03400000 # nand write $fileaddr 0x00000000 $filesize # nand erase 0x3c00000 0x3400000 # nand write $fileaddr 0x3c00000 $filesize # reset 3. SET SN: (CONSOLE LINUX root LOGIN SHELL) >>> login: admin >>> Password: admin root@Edgecore:~# acc hw all ... root@Edgecore:~# acc hw set SN 1234567890 root@Edgecore:~# acc save Enter password: (Please contact suppot@edge-core.com for remote assistance.) root@Edgecore:~# reboot 4. SET country code (CONSOLE LINUX root LOGIN SHELL) >>> login: admin >>> Password: admin root@Edgecore:~# acc hw all ... root@Edgecore:~# acc hw set Model EAP102-WW == Set different Model name by different country code == WORLD WIDE: # acc hw set Model EAP102-WW US ONLY: # acc hw set Model EAP102-FCC TH ONLY: # acc hw set Model EAP102-TH JP ONLY: # acc hw set Model EAP102-JP root@Edgecore:~# acc save Enter password: (Please contact suppot@edge-core.com for remote assistance.) root@Edgecore:~# rm -rf /overlay/upper/* root@Edgecore:~# reboot