Skip to content

Latest commit

 

History

History
85 lines (58 loc) · 1.56 KB

README.md

File metadata and controls

85 lines (58 loc) · 1.56 KB

monoplatform_nrf9160-ltem1rc

Getting start

About

このソフトウェアはさくらのモノプラットフォーム向けのサンプルプログラムです。 同梱しているPCBファイルで製造した基板上で動作します。(SCO-LTEM1RC-A)

Install nRF Connect SDK

See nRF Connect SDK Getting started.
If you want to install the development environment quickly, see Installing the nRF Connect SDK through nRF Connect for Desktop.

Using nRF Connect SDK v1.7.1 .

Clone this repository

git clone https://github.com/sakura-internet/monoplatform_nrf9160-ltem1rc.git
cd monoplatform_nrf9160-ltem1rc

Clean

rm -rf build

Build

Use build.sh for build.

./build.sh [target] [board]

target

  • develop (default)
  • staging
  • production
  • local

board

  • scm-ltem1nrf_nrf9160ns on SCO-LTEM1RC-A

For develop / SCM-LTEM1NRF

./build.sh

For production / SCM-LTEM1NRF

./build.sh production

For local only

cp -n prj.conf.develop prj.conf.local
vi prj.conf.local
./build.sh local

Flash

nrfjprog is required.

For develop

./flash.sh

For production

./flash.sh production

OR

Write the HEX image file 'build/{ENV}/zephyr/merged.hex' using nRF Connect `Programmer' application.


Please refer to the Wiki(Japanese) for specifications.