Open goondu opened 7 years ago
is there a prebuilt version of node running on AArch64? https://nodejs.org/dist/v7.3.0/
Recently I tried to install Cloud9 on a Jetson TX2. The above message Unsupported Architecture: linux aarch64
was shown. I resolved the issue by adding a case to the install script to use 'arm64' as the architecture when aarch64
is found. This must be done in install-sdk.sh
and the https://raw.githubusercontent.com/c9/install/master/install.sh
scripts. Also comment out the auto repo update in install-sdk.sh
to stop it from removing the changes to the script. I am unsure if this fix will work for every aarch64 device.
I had a SOC running on AArch64 Processor. Is it possible for c9 to be capable in installing on AArch64 SOC devices as well in future?
> Processor : AArch64 Processor rev 4 (aarch64)
processor : 0 processor : 1 processor : 2 processor : 3 Features : fp asimd aes pmull sha1 sha2 crc32 CPU implementer : 0x41 CPU architecture: AArch64 CPU variant : 0x0 CPU part : 0xd03 CPU revision : 4
> goondu@oppc:~$ c9sdk/scripts/install-sdk.sh
From https://github.com/c9/core