Current ARTIK7 version is A710_OS_2.0.0.
To check the os version, set the sig-product as 2.0.0.
It needs to remain the 1120byte for generating fip-nonsecure.img.
- Nexell header (1K) + FIP header (96bytes) = 1120byte
Change-Id: Icc214310bd68ae51eb2a49c62806982c19e07e78
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
INPUT_SIZE_LIMIT=$((${OUTPUT_SIZE} - ${SIGN_HDR_SIZE} - 512))
elif [ $CONFIG == "artik710_raptor_config" ]; then
echo -n "artik710_raptor" > sig-board
- OUTPUT_BIN="fip-nonsecure.img"
+ echo -n "2.0.0" > sig-product
+ INPUT_SIZE_LIMIT=$((${OUTPUT_SIZE} - ${SIGN_HDR_SIZE} - 1120))
+ OUTPUT_BIN="u-boot.bin"
else
echo -n "slp_u1" > sig-board
fi