
8
3.4. Build the AWS demos
fi
rmware
TypeABR AWS FreeRTOS SDK Getting Started Guide
60
#define keyCLIENT_PRIVATE_KEY_PEM
"-----BEGIN CERTIFICATE-----\n"\
61
"...base64 data...\n"\
62
"-----END CERTIFICATE-----\n"
3.4 Build the AWS demos
fi
rmware
The
firmware
file
aws_demos.bin
is located in
build
after below commands.
cd
amazon-freertos
cmake -DVENDOR
=
marvell -DBOARD
=
mw320 -DCOMPILER
=
arm-gcc -S . -B build -DAFR_ENABLE_
C
→
TESTS
=
0
cd
build
make all -j4