微處理器 - RockChip RV1103 (Luckfox Pico Mini B) - Assembly - 開發環境



參考資訊:
https://github.com/xboot/xrock
https://github.com/trebisky/Rockchip
https://wiki.luckfox.com/luckfox-pico/luckfox-pico-quick-start/
https://github.com/steward-fu/website/releases/download/datasheet/rockchip_rv1106_rm.pdf

司徒的開發環境是Debian x64,使用的編譯工具是GNU GCC,燒錄工具則是使用xrock,安裝步驟如下:

$ sudo apt-get install gcc-arm* -y

$ cd
$ git clone https://github.com/xboot/xrock
$ cd xrock
$ make -j4
$ sudo make install