Use standard arm-none-eabi toolchain by default.

This commit is contained in:
Philippe Leduc 2023-09-19 17:37:43 +02:00 committed by Xiang Xiao
parent ac5e99d330
commit b47f240b5f
2 changed files with 9 additions and 3 deletions

View File

@ -391,6 +391,9 @@ Loading Code
C:\Program Files (x86)\Arduino\arduino-1.5.2\hardware\tools\bossac.exe C:\Program Files (x86)\Arduino\arduino-1.5.2\hardware\tools\bossac.exe
On Debian like distribution, BOSSA can be install through repository:
sudo apt install bossa-cli
General Procedure General Procedure
1) Erase the FLASH and put the Due in bootloader mode 1) Erase the FLASH and put the Due in bootloader mode
@ -480,6 +483,10 @@ Loading Code
Set boot flash true Set boot flash true
CPU reset. CPU reset.
In Linux shell:
bossac -i --port=ttyACM0 -U false -e -w -v -b nuttx.bin -R
Other useful bossac operations. Other useful bossac operations.
a) Write code to FLASH don't change boot mode and don't reset. This lets a) Write code to FLASH don't change boot mode and don't reset. This lets

View File

@ -14,7 +14,6 @@ CONFIG_ARCH_CHIP_ATSAM3X8E=y
CONFIG_ARCH_CHIP_SAM34=y CONFIG_ARCH_CHIP_SAM34=y
CONFIG_ARCH_CHIP_SAM3X=y CONFIG_ARCH_CHIP_SAM3X=y
CONFIG_ARCH_STACKDUMP=y CONFIG_ARCH_STACKDUMP=y
CONFIG_ARM_TOOLCHAIN_BUILDROOT_OABI=y
CONFIG_BOARD_LOOPSPERMSEC=6965 CONFIG_BOARD_LOOPSPERMSEC=6965
CONFIG_BUILTIN=y CONFIG_BUILTIN=y
CONFIG_FS_PROCFS=y CONFIG_FS_PROCFS=y