08-30-2019, 05:08 PM
Hello,
I'm trying install ARM compiler to compile Blast+ on ARM (Look here the tutorial that I'm using). I'm using the Ubuntu 18.04 Bionic Minimal 64bit (arm64) [microSD / eMMC Boot] [0.8.3]. First tun on the fan in maximum RPM using the following command:
After issue the command above the fan starts up, and then I download ARM compiler from official site, this download 2.3GB tar.gz file and then after unpack I run the install command
the command runs well, however at certain point the RockPro64 reboots before complete the installation.
There is any suggestion to fix this?
I'm trying install ARM compiler to compile Blast+ on ARM (Look here the tutorial that I'm using). I'm using the Ubuntu 18.04 Bionic Minimal 64bit (arm64) [microSD / eMMC Boot] [0.8.3]. First tun on the fan in maximum RPM using the following command:
Code:
echo 255 >/sys/class/hwmon/hwmon0/pwm
After issue the command above the fan starts up, and then I download ARM compiler from official site, this download 2.3GB tar.gz file and then after unpack I run the install command
Code:
cd ARM-Compiler-for-HPC_19.2_AArch64_Ubuntu_16.04_aarch64/
./arm-compiler-for-hpc-19.2_Generic-AArch64_Ubuntu-16.04_aarch64-linux-deb.sh -a
There is any suggestion to fix this?