10 years, 5 months ago.

Firmware uploading in Ubuntu

Hi have anybody experience with uploading firmware to this device in Ubuntu ?

Question relating to:

WiFi DipCortex is a simple but powerful WiFi connected development board enabling you to create connected devices quickly and easily. It uses a NXP ARM Cortex M3 LPC1347 and a …

Do you have any problems, specific?

posted by Martin Kojtal 19 Nov 2013

Hi Martin ( Zdravim Slovensko :) ) copy / paste in file manager was not working ... after googling I found solution originaly for lpc1343

posted by Tomislav Arnaudov 19 Nov 2013

1 Answer

10 years, 5 months ago.

Hi ... i found it in terminal type

sudo dd if=cc3000_hello_world_demo_LPC1347.bin of=/dev/disk/by-label/CRP
x20DISABLD seek=4

where "cc3000_hello_world_demo_LPC1347.bin" is binary from mbed "/dev/disk/by-label/CRP
x20DISABLD" is LPC1347 device "seek=4" makes offset to bypass filesystem

be good Sargon