2018/6/8

bookmark : nordic build with gcc on linux

官方文件 雖然寫的是 eclipse,但是也包含一些 command line 的操作方式。
大概是:

先到arm 下載安裝ㄤ arm gcc croos toolchain
apt-get install build-essential checkinstall
nordic developer site 下載 SDK.zip,解開。
修改 components/toolchain/gcc/Makefile.posix
依照你的 arm gcc cross tool 安裝途徑,版本修改..,我的是..
GNU_INSTALL_ROOT ?= /usr/bin/
GNU_VERSION ?= 5.4.1
GNU_PREFIX ?= arm-none-eabi
然後就可以到 examples/peripheral/<board name>/blank/armgcc/ 下 make 了。
make 完會在這個目錄下create _buil 目錄。

接著就是燒錄...

另一篇 也是一樣的步驟。
而且是在
EVB 是 nRF52840-DK,上面做jlink debugger 的是 PCA10056
有關linux 開發環境的文件: nRF52840-PCA10056
至於一般的 board user guide,在 download 的 SDK 解開後的 document 目錄:index.html

沒有留言:

張貼留言