NanoPi R3S
■관련 URL 매뉴얼: https://wiki.friendlyelec.com/wiki/index.php/NanoPi_R3S 구입: https://ko.aliexpress.com/item/1005007627886669.html Homepage: https://www.friendlyelec.com/index.php?route=product/product&product_id=303 Download: https://drive.google.com/drive/folders/1qRUboKk8igBH59lcRJ-9GgrV9J6F2unE ■Toolchain 설치 apt -y install python3-pip bash -c “$(curl -fsSL https://raw.githubusercontent.com/friendlyarm/build-env-on-ubuntu-bionic/master/install.sh)” 설치 테스트: export PATH=/opt/FriendlyARM/toolchain/11.3-aarch64/bin:$PATH aarch64-linux-gcc -v ■리눅스 커널 빌드 git clone https://github.com/friendlyarm/kernel-rockchip –single-branch –depth 1 -b nanopi6-v6.1.y kernel-rockchip cd kernel-rockchip touch .scmversion # Configuring the Kernel # Load default configuration make […]