Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
11 years, 4 months ago.
No Storage space(0byte used, 0byte free) in LPC1768
Hello, All
I compiled imported code for testing application using mbed board, LPC1768 and got 80kB binary. And then tried to download binary(80kB size) to LPC1768 board, but failed because of no storage space.
My development environment is ubuntu12.04
Hello,
what version of loader does your board have ? Did you update to the latest? Can you share the binary? Does example like hello world work?
Regards,
posted by Martin Kojtal 30 May 20140xc0170
For firmware, I downloaded Rev.141212 in "http://mbed.org/handbook/Firmware-LPC1768-LPC11U24". For Hello world example, this binary was not copied to target board. The same binary was copied to other board, then working well.
posted by changhwan cho 30 May 2014I fixed it. you unmount mbed board in file browser, and then execute "sudo mkfs.msdos -I /dev/sdx (device node)"
posted by changhwan cho 09 Jun 2014