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?

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 2014

Thansk 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
Be the first to answer this question.

Assigned to Eric G 11 years, 1 month ago.

This means that the question has been accepted and is being worked on.