Micropython Build Step by Step
Posted: Fri Oct 09, 2020 2:11 am
Hi All,
Are there step by step instructions on building a .dfu file for an STM32 custom board?
*edit. I have Ubuntu 18 installed on a virtual machine for this.
1. Install Ubuntu on virtual box
2. Sudo apt-get install git
3. Sudo apt-get install screen
4. Git clone https://github.com/micropython/micropython.git
5. Sudo apt-get install locate
6. Sudo updatedb
7. Locate gcc-arm-none-eabi
8. Export PATH="$PATH:/usr/share/doc/gcc-arm-none-eabi/bin
my make returns error i cannot build any of the boards.
Appreciate any guidance.
Are there step by step instructions on building a .dfu file for an STM32 custom board?
*edit. I have Ubuntu 18 installed on a virtual machine for this.
1. Install Ubuntu on virtual box
2. Sudo apt-get install git
3. Sudo apt-get install screen
4. Git clone https://github.com/micropython/micropython.git
5. Sudo apt-get install locate
6. Sudo updatedb
7. Locate gcc-arm-none-eabi
8. Export PATH="$PATH:/usr/share/doc/gcc-arm-none-eabi/bin
my make returns error i cannot build any of the boards.
Appreciate any guidance.