EAP655-WALL GPL CODE lack of toolchain
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
- Copy Link
- Subscribe
- Bookmark
- Report Inappropriate Content
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/
- Copy Link
- Report Inappropriate Content
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/
- Copy Link
- Report Inappropriate Content
@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
- Copy Link
- Report Inappropriate Content
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.
- Copy Link
- Report Inappropriate Content
Information
Helpful: 0
Views: 566
Replies: 3
Voters 0
No one has voted for it yet.
