微處理器 - Rockchip RK3399 (NanoPi NEO4) - Assembly - 開發環境



參考資訊:
https://github.com/xboot/xrock
https://github.com/trebisky/Rockchip
https://wiki.friendlyelec.com/wiki/index.php/NanoPi_NEO4
https://courses.cs.washington.edu/courses/cse469/19wi/arm64.pdf
https://www.rockchip.fr/Rockchip%20RK3399%20TRM%20V1.3%20Part2.pdf

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

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

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