boards/arm/samv7/same70-qmtech: fix description in README.txt

Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
Petro Karashchenko 2022-01-24 00:01:49 +02:00 committed by Alan Carvalho de Assis
parent 311f351da5
commit c0881feca9
2 changed files with 2 additions and 2 deletions

View File

@ -804,7 +804,7 @@ Configuration sub-directories
Generate signed binaries for MCUboot compatible application:
./apps/boot/mcuboot/mcuboot/scripts/imgtool.py sign \
--key apps/boot/mcuboot/mcuboot/root-rsa-2048.pem --align 8 \
--version 1.0.0 --header-size 0x200 --pad-header --slot-size 0xe0000 \
--version 1.0.0 --header-size 0x200 --pad-header --slot-size 0x28000 \
nuttx/nuttx.bin signed_app_1_0_0.bin
Relevant configuration settings:

View File

@ -501,7 +501,7 @@ static void nxtask_setup_name(FAR struct task_tcb_s *tcb,
*
* Input Parameters:
* tcb - Address of the new task's TCB
* argv - A pointer to an array of input parameters. The arrau should be
* argv - A pointer to an array of input parameters. The array should be
* terminated with a NULL argv[] value. If no parameters are
* required, argv may be NULL.
*