Hello, Has anyone programmed Arduino Due (ARM Cortex M3 processor) on OpenBSD? I compiled the program using the following commands. I'm wondering how to get the program onto the board now...
$ arm-none-eabi-gcc -mcpu=cortex-m3 -mthumb -o a.elf main.c $ arm-none-eabi-objcopy -O ihex -j .text -j .data a.elf a.hex -- Sadeep Madurange PGP: 103BF9E3E750BF7E