Wiki

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
resources:tools-software:sharc-audio-module:micropython:building [02 Apr 2019 21:57] Chad Wentworthresources:tools-software:sharc-audio-module:micropython:building [06 Nov 2019 18:27] (current) – Remove snapshot zip. Missing lwip and other libs. Requires recursive clone. Use Git for Windows for linux commands that Makefile uses. Gabby Yi
Line 8: Line 8:
  
 {{:resources:tools-software:sharc-audio-module:micropython:py372_install.png?nolink|}} {{:resources:tools-software:sharc-audio-module:micropython:py372_install.png?nolink|}}
 +
 +Also, please download [[https://gitforwindows.org/|Git for Windows]] since the Makefile used for building MicroPython executes commands like 'mkdir' and 'rm'.  
  
 Linux user: you may install Python 3 from your distribution's software repository, and no extra configuration should be necessary after installation. Linux user: you may install Python 3 from your distribution's software repository, and no extra configuration should be necessary after installation.
  
-Start by cloning the GitHub repository of MicroPython: [[https://github.com/analogdevicesinc/micropython.git]], you can use [[https://git-scm.com/download/win|Git for Windows]] or [[https://desktop.github.com/|GitHub Desktop]] to do that. Alternatively, you may just download a snapshot zip file from GitHub: [[https://github.com/analogdevicesinc/micropython/archive/master.zip]]+Start by cloning the GitHub repository of MicroPython: [[https://github.com/analogdevicesinc/micropython.git]], you can use [[https://git-scm.com/download/win|Git for Windows]] or [[https://desktop.github.com/|GitHub Desktop]] to do that.  Note that MicroPython relies on external repositories so cloning should be done recursively. 
  
 After cloning that onto your local computer, open the project located inside ''ports/sc5xx'' using CCES: After cloning that onto your local computer, open the project located inside ''ports/sc5xx'' using CCES:
resources/tools-software/sharc-audio-module/micropython/building.txt · Last modified: 06 Nov 2019 18:27 by Gabby Yi