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.
9 years, 3 months ago.
Yotta experiences
I see that yotta the command line build too is avaiable on github. Anyone using it to build for mbed? What are your experiences? What OS are you on? etc.
https://github.com/ARMmbed/yotta
thanks
Eric
1 Answer
9 years, 1 month ago.
I did follow the tutorial to install the Yotta on my macbook air this morning. There were an issue when using the PIP to build the cython hidapi. After upgrading the Python setuptools from v.15 to v.18, I had successfully installed the Yotta on my macbook air with no issues.
My first image is that it is a really powerfully tool. However, if you have a bigger plan, you would be better to consider how to "modulize" your programs carefully before kicking off the project... especially those modules won't be removed until you submit the ticket to the administrator.
By the way, it would be better to add in the Fortran compiler since it can handle the sequential data from sensors easier.
Upgrade the setuptools by following instruction
curl https://bootstrap.pypa.io/ez_setup.py -o - | python
Did you give it a try? If I find time these days , I can share some experience.
posted by Martin Kojtal 31 Jul 2015I haven't yet. I also don't see any documentation for mbed targets. The examples don't show any.
posted by Eric Palmer 31 Jul 2015