USER MANUAL RC188x-GPR
2019 Radiocrafts AS
RIIM User Manual (rev.1.2)
Page
10
of
23
Value
Description
SOURCE_FILES
The source files that is to be compiled
OUTPUT_FILENAME
The output filename for your created application. A «.bin» will be appended
to the filename
PORT
Which serial port to use. In windows, this will be COM1, COM2 ...., and in
linux it will be /dev/ttyUSB0, /dev/ttyUSB1...
AKEY
Filename for the application encryption key
NKEY
Filename for the network encryption key
Framework_Path
The relative path to the framework
Table 1 - Makefile variables
The variables can be overridden as in these examples
$
make uploadImage
PORT=COM3
$
make encrypted
AKEY=MyKey.key