EmbDev.net

Forum: µC & Digital Electronics eLua on STM32F4discovery


Du wurdest von Mikrocontroller.net auf diese Seite weitergeleitet. Zurück zu Mikrocontroller.net
von Thomas M. (Guest)


Rate this post
useful
not useful
Hi, i'm trying to run eLua on a STM32F4discovery board.

I downloaded and flashed this image successfully:

http://dd.homeunix.com/home/space.php?uid=1&do=blog&id=90

http://dd.homeunix.com/home/attachment/public-File/elua_lua_stm32f407vg-20111103.hex

But how can i send a Lua-file to the board?

I tried to connect the board with this adapter:

http://www.pollin.de/shop/dt/MzY5OTgxOTk-/Bausaetze_Module/Bausaetze/RS232_TTL_Wandler_Bausatz.html

I used the Ports PB6 and PB7 for RX/TX and "Hterm" to establish the 
connection, but the eLua shell did not work...

von Martin Thomas (Guest)


Rate this post
useful
not useful
- re-try with a 3,3V transceiver, the mentioned device from Pollin is 
fro 5V operation

- PB7 RX and PB6 for TX should be ok
- the lua startup-message should show up (115200,8,n,1)
- shell should react on commands typed from terminal (i.e. help)

- use the recv command in the shell and a terminal-software which can 
transfer files using XMODEM to test a script
- scripts can also be placed in a filesystem (i.e. the ROMFS, needs 
rebuild of the binary)

(I have used the source from 
https://github.com/jsnyder/elua/tree/bikeNomad-master and build the 
binary myself for my tests.)

von Chris Z (Guest)


Rate this post
useful
not useful
Hi;
Does this mean you have done a STM32F4 build of v0.8 that supports 
ROMFS? Would you be willing to post the binary?
Thanks,
CZ

Please log in before posting. Registration is free and takes only a minute.
Existing account
Do you have a Google/GoogleMail account? No registration required!
Log in with Google account
No account? Register here.