EAP655-WALL GPL CODE lack of toolchain

This thread has been locked for further replies. You can start a new thread to share your ideas or ask questions.

EAP655-WALL GPL CODE lack of toolchain

This thread has been locked for further replies. You can start a new thread to share your ideas or ask questions.
EAP655-WALL GPL CODE lack of toolchain
EAP655-WALL GPL CODE lack of toolchain
2024-11-29 07:58:24 - last edited 2024-12-06 09:53:37
Model: EAP655-Wall  
Hardware Version: V1
Firmware Version: 1.0

Hi there,

I'm trying to customize firmware based on GPL code, but actually the code doesn't work in compilation at all as it's lack of some toolchain tarballs. I'm really disapointed about this brand so I doubt I can build a customized firmware based on GPL code.
toolchain/make_flash_src_nand: No such file or directory

  0      
  0      
#1
Options
1 Accepted Solution
Re:EAP655-WALL GPL CODE lack of toolchain-Solution
2024-12-06 09:44:01 - last edited 2024-12-06 09:53:37

 Hi @Kunkka1986 

 

We can do this without any problem

 

Where did you download the GPL code?

 

Below is the link for you to download from TP-Link official website:

https://www.tp-link.com/en/support/gpl-code/

Recommended Solution
  0  
  0  
#2
Options
3 Reply
Re:EAP655-WALL GPL CODE lack of toolchain-Solution
2024-12-06 09:44:01 - last edited 2024-12-06 09:53:37

 Hi @Kunkka1986 

 

We can do this without any problem

 

Where did you download the GPL code?

 

Below is the link for you to download from TP-Link official website:

https://www.tp-link.com/en/support/gpl-code/

Recommended Solution
  0  
  0  
#2
Options
Re:EAP655-WALL GPL CODE lack of toolchain
2024-12-06 10:02:06 - last edited 2024-12-06 10:02:26

  @Vincent-TP from the following link, actually it doesn't come with make_flash tool chain at all.Could you please attach the tool?

 

https://static.tp-link.com/upload/gpl-code/2023/202305/20230516/ipq50xx_eap655_wall_v1.tar.gz

  0  
  0  
#3
Options
Re:EAP655-WALL GPL CODE lack of toolchain
2024-12-09 03:36:29

  @Kunkka1986 

 

No extra tool is required.

 

This is how we tested locally:

System: Ubuntu 18.04 LTS

 

compilation commands:

cd eap gpl code/build

make BOARD TYPE=ipq50xx eap655 wall v1 PID=eap WEB PAGES ID=VI 2.0 eap prep

make BOARD TYPE=ipq50xx eap655 wall v1 PID=eap WEB PAGES ID=Vl 2 0 eap develop

 

 

To find out the reason, please help us to confirm the following:

1. Did you change the code or makefile?

2. Did you compile it according to the commands in readme.bt? In our readme.txt, it is required to execute the following two compilation commands in sequence:

make BOARD TYPE=ipq50xx_eap655_wall_v1 PID=eap WEB PAGES ID=Vl 2.0 eap prep

make BOARD TYPE=ipq50xx eap655_wall_v1 PID=eap WEB PAGES ID=V 2.0 eap develop

3. What is the compiled operating system and its version?

 

 

Just for clarification, the GPL BUILD is defined in \build\Makefile, so the nand flash maker should not be compiled.

What's more, currently, our GPL compilation products only include the kernel and the file system, without upgrade files and burning files.

  0  
  0  
#4
Options