Use standard arm-none-eabi toolchain by default.
This commit is contained in:
parent
ac5e99d330
commit
b47f240b5f
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user