-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Comments
The toolchain for SRM 1.3 is ready in #6318 (except for WRX560 with hawkeye cpu). |
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. |
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?? |
See my other post - I got it to work with your add_srm13 branch. :) |
@gabrielmongefranco to complete my add_srm13 branch I need to know the kernel version of RT6600ax with SRM 1.3. |
Sure thing! 4.4.60 |
@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 |
@hgy59 Thank you!!! |
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.
The text was updated successfully, but these errors were encountered: