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, 1 month ago.
running Raspbian on LPC1768
Question all, I have a project on Raspberry Pi(python), can i use the raspbian image on the LPC1768 mbed? or start from scratch?
Assigned to 11 years, 1 month ago.
This means that the question has been accepted and is being worked on.
No one can answer your question since you have assigned it to yourself.
Short answer: No.
The LPC1768 doesn't have the memory to run linux which is what Raspian is a version on.
There are some ways in which you can run python on the mBed e.g. https://mbed.org/users/va009039/code/pymite/wiki/python-on-a-chip which may work with minimal re-writing but to get the best out of something the size of an LPC1786 you normally need to use a lower level language like c or c++.
posted by Andy A 08 Sep 2014Thansk Andy for the insight. Didn't realize i posted it that way. Over the weekend i came up with a few options to try as well. Thanks again.
posted by Eric G 08 Sep 2014