Search found 4 matches

by Domantas
Mon Jan 05, 2015 11:11 am
Forum: Development of MicroPython
Topic: SD card on STM32F4 issue
Replies: 2
Views: 3735

SD card on STM32F4 issue

Hi, I have seen some bug reports related to this topic, but still no luck with my issue. I am trying to hook up a SD card to STM32F4 board. I am planning to write quite a lot of data to it, but my board does not recognise it. I followed this tutorial: http://gpio.kaltpost.de/?p=2199 but with no luck...
by Domantas
Thu Dec 11, 2014 9:36 am
Forum: Other Boards
Topic: Error while building uPython for STM32F407 discovery board
Replies: 7
Views: 9435

Re: Error while building uPython for STM32F407 discovery boa

Got fed up with dealing with debian, setted up VM for ubuntu 14 and now I have everything working. The problem was (I guess) with toolchain and path, but when I repeated same steps for ubuntu, everything worked instantly.

Anyway, thank you guys for quick response and your help
by Domantas
Tue Dec 02, 2014 10:34 am
Forum: Other Boards
Topic: Error while building uPython for STM32F407 discovery board
Replies: 7
Views: 9435

Re: Error while building uPython for STM32F407 discovery boa

I am using Debian wheezy Linux version 3.2.0-4-686-pae (debian-kernel@lists.debian.org) (gcc version 4.6.3 (Debian 4.6.3-14) ) #1 SMP Debian 3.2.63-2+deb7u1 make version is 3.81 I downloaded git zip from this url: https://github.com/micropython/micropython I assume, the issue must be related to some...
by Domantas
Mon Dec 01, 2014 11:32 am
Forum: Other Boards
Topic: Error while building uPython for STM32F407 discovery board
Replies: 7
Views: 9435

Error while building uPython for STM32F407 discovery board

Hi. I am trying to build uPython for STM32 discovery board. I work in debian. When I try this: root@debian:/home/siaubas/Downloads/micropython-master/micropython-master/stmhal# make BOARD=STM32F4DISC V=1 I get this output: mkdir -p build-STM32F4DISC/genhdr Create build-STM32F4DISC/genhdr/pins.h pyth...