Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 404 Bytes

SETUP.md

File metadata and controls

12 lines (9 loc) · 404 Bytes

Flashing

If you want to flash system on builtin flash

SDK

To cross-compile C++ code on your PC for Luckfox you need to download official SDK:

git clone https://github.com/LuckfoxTECH/luckfox-pico
export GCC_COMPILER=<ABSOLUTE_PATH>/luckfox-pico/tools/linux/toolchain/arm-rockchip830-linux-uclibcgnueabihf/bin/arm-rockchip830-linux-uclibcgnueabihf

Replace <ABSOULTE_PATH> with yours