File tree Expand file tree Collapse file tree 1 file changed +5
-16
lines changed
Expand file tree Collapse file tree 1 file changed +5
-16
lines changed Original file line number Diff line number Diff line change 1- # ccminer for ARM (RK3328 )
1+ # ccminer for ARM (cortex-a53 )
22
33Based on https://github.com/monkins1010/ccminer/tree/ARM
44
5- I recommend using the latest release of Armbian for the Rock64 (https://www.armbian.com/rock64/#kernels-archive-all )
6-
7- Overclocking:
8- With older releases of Armbian, Overclocking is done with the below commands
9- ```
10- sed -i "s/MAX_SPEED=.*/MAX_SPEED=1510000/" /etc/default/cpufrequtils
11- service cpufrequtils restart
12- ```
13- But on the latest version you can overclock with ` armbian-config ` .
14-
15-
165Git and Build Process:
176```
187sudo apt-get update
198sudo apt-get install libcurl4-openssl-dev libssl-dev libjansson-dev automake autotools-dev build-essential -y
20- sudo apt-get install clang lld -y
21- git clone https://github.com/DevTechGames/ccminer-rk3328 .git
22- cd ccminer-rk3328
9+ sudo apt-get install -y libllvm-16-ocaml-dev libllvm16 llvm-16 llvm-16-dev llvm-16-doc llvm-16-examples llvm-16-runtime clang-16 clang-tools-16 clang-16-doc libclang-common-16-dev libclang-16-dev libclang1-16 clang-format-16 python3-clang-16 clangd-16 clang-tidy-16 libclang-rt-16-dev libpolly-16-dev libfuzzer-16-dev lldb-16 lld-16 libc++-16-dev libc++abi-16-dev libomp-16-dev libclc-16-dev libunwind-16-dev libmlir-16-dev mlir-16-tools flang-16 libclang-rt-16-dev-wasm32 libclang-rt-16-dev-wasm64 libclang-rt-16-dev-wasm32 libclang-rt-16-dev-wasm64
10+ git clone https://github.com/Oink70/CCminer-ARM-optimized .git
11+ cd CCminer-ARM-optimized
2312chmod +x build.sh
2413chmod +x configure.sh
2514chmod +x autogen.sh
26- ./ build.sh
15+ CXX=clang++ CC=clang build.sh
2716```
2817
2918Compile on Linux
You can’t perform that action at this time.
0 commit comments