openmptcprouter icon indicating copy to clipboard operation
openmptcprouter copied to clipboard

support linux/arm64 platform as VPS

Open frhack opened this issue 2 years ago • 4 comments

Hi, nowadays the ARM architecture offers very cheap and powerful options in the cloud, like for example:

https://aws.amazon.com/en/ec2/graviton/

Oracle Ampere free tier (Free ARM Instance with 24 GB of RAM and 4 cores)

Would be very interesting to support the linux/arm64 platform

frhack avatar May 31 '22 16:05 frhack

To use ARM architecture an ARM64 kernel must be build. There is no so any ARM64 VPS available yet to support and test this. You can compile the kernel yourself following this doc: https://github.com/Ysurac/openmptcprouter-vps/wiki/Compile-kernel (you only need to update kernel release to latest 5.4 available)

Ysurac avatar Jun 05 '22 05:06 Ysurac

To use ARM architecture an ARM64 kernel must be build. There is no so any ARM64 VPS available yet to support and test this. You can compile the kernel yourself following this doc: https://github.com/Ysurac/openmptcprouter-vps/wiki/Compile-kernel (you only need to update kernel release to latest 5.4 available)

hi, thanks, my free VPS on Oracle Cloud - seems ARM64:

uname -a
Linux vps 5.13.0-1028-oracle #33~20.04.1-Ubuntu SMP Mon May 2 03:56:22 UTC 2022 aarch64 aarch64 aarch64 GNU/Linux

AArch64 or ARM64 is the 64-bit extension of the ARM architecture.

frhack avatar Jun 05 '22 07:06 frhack

I'm trying to recompile but the following patch is missing

https://github.com/Ysurac/openmptcprouter/raw/develop/root/target/linux/generic/hack-5.4/690-mptcp_trunk.patch

update: found here

https://raw.githubusercontent.com/Ysurac/openmptcprouter/v0.58.5/root/target/linux/generic/hack-5.4/690-mptcp_trunk.patch

frhack avatar Jun 05 '22 08:06 frhack

when i try to compile the kernel i have an error. Can anyone help me? Immagine 2022-06-06 105854

Pako02 avatar Jun 06 '22 08:06 Pako02

This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 5 days

github-actions[bot] avatar Sep 04 '22 19:09 github-actions[bot]