Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for RT6600ax Synology Router with SRM 1.3 #6365

Open
gabrielmongefranco opened this issue Dec 30, 2024 · 8 comments
Open

Support for RT6600ax Synology Router with SRM 1.3 #6365

gabrielmongefranco opened this issue Dec 30, 2024 · 8 comments
Labels
srm related to Synology Routers

Comments

@gabrielmongefranco
Copy link

gabrielmongefranco commented Dec 30, 2024

Hello,

I found the Syno Community while looking for how to install web packages in SRM 1.3. I noticed that none of the toolkits published by Synology and the packages on this site include a build for "Cypress" processors (RT6600ax router). Any chance the packages here can start supporting it? Not sure what it would take exactly.

https://github.com/SynoCommunity/spksrc/blob/fcc74a84596007e9766ce6110ff357dd050672a0/mk/spksrc.archs.mk

I am interested in running some kind of lightweight CMS.

Thanks!

Gabriel.

@hgy59 hgy59 added the srm related to Synology Routers label Dec 30, 2024
@hgy59
Copy link
Contributor

hgy59 commented Dec 30, 2024

The toolchain for SRM 1.3 is ready in #6318 (except for WRX560 with hawkeye cpu).
What package you are looking for? (so far I only built git and tested on RT2600ac.

@gabrielmongefranco
Copy link
Author

Thanks for the super quick reply!

I am interested in Mako Server (https://makoserver.net). Also Grist, though that one might be too resource heavy for a router... would have to test it.

Alternatively, cuddy or lighthttpd + php7 would also work.

Given that Mako Server is designed for embedded systems, I think it would be an awesome addition to any synology router or NAS. It's now open source.

I looked at the toolkit and it doesn't seem to have "cypress" as a target. I tried entware/opkg but I couldn't get any basic packages to work because it doesn't provide lua headers, make, etc.

@gabrielmongefranco
Copy link
Author

I tried to follow the directions to setup the toolchain but got stuck. :(

I went through and setup the docker environment with the code from the srm1.3 tag. But once I'm in the container, I'm not sure how to install what I need per: https://github.com/SynoCommunity/spksrc/releases/tag/toolchains%2Fsrm1.3

I tried unpacking the archive to /spksrc/toolchain/aarch64-unknown-linux-gnu, also tried /spksrc/.usr/local and /usr/local, but when I tried "make" under the spk/lua dir (to test) no combination of architecture name would work.

I really have no idea how to set this up. :) Any detailed instructions??

@gabrielmongefranco
Copy link
Author

See my other post - I got it to work with your add_srm13 branch. :)

#6191

@hgy59
Copy link
Contributor

hgy59 commented Jan 12, 2025

@gabrielmongefranco to complete my add_srm13 branch I need to know the kernel version of RT6600ax with SRM 1.3.
Can you please provide the output of uname -r on your device?

@gabrielmongefranco
Copy link
Author

@gabrielmongefranco to complete my add_srm13 branch I need to know the kernel version of RT6600ax with SRM 1.3.

Can you please provide the output of uname -r on your device?

Sure thing!

4.4.60

@hgy59
Copy link
Contributor

hgy59 commented Jan 13, 2025

@gabrielmongefranco you can now find the latest package for Lua v5.4.7-5 for cypress-1.3 in our repository under https://synocommunity.com/package/lua

@gabrielmongefranco
Copy link
Author

@hgy59 Thank you!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
srm related to Synology Routers
Projects
None yet
Development

No branches or pull requests

2 participants