disable bootloader

This commit is contained in:
Andrey Gusakov 2022-05-16 10:25:48 +03:00
parent 7c1075c3e1
commit bf7e70f4fc
2 changed files with 7 additions and 6 deletions

View File

@ -6,10 +6,10 @@ BOARD=f1_rev2
cd openblt
echo ""
echo "Building bootloader"
#echo ""
#echo "Building bootloader"
#make clean
make -j12 BOARD=${BOARD} || exit 1
#make -j12 BOARD=${BOARD} || exit 1
# back out to the root
cd ../../..
@ -17,7 +17,7 @@ cd ../../..
echo ""
echo "Build application"
export EXTRA_PARAMS="-DECHO_UART=TRUE"
#make clean
make clean
make -j12 BOARD=${BOARD} || exit 1
echo ""

View File

@ -4,9 +4,10 @@
MEMORY
{
blflash (rx) : org = 0x08000000, len = 0
/* 8k reserved for bootloader */
appflash (rx) : org = 0x08000000 + 8k, len = 128k - 1k - 8k
configflash (rx) : org = 0x08000000 + 128k - 1k, len = 1k
appflash (rx) : org = 0x08000000, len = 128k - 1k
configflash (rx) : org = 0x08000000 + 0k - 1k, len = 1k
flash1 (rx) : org = 0x00000000, len = 0
flash2 (rx) : org = 0x00000000, len = 0
flash3 (rx) : org = 0x00000000, len = 0