Patrick-11 |
Thanks again Dado, I'll report back again soon-Patrick
_______________________________________________ eLua-dev mailing list [hidden email] https://lists.berlios.de/mailman/listinfo/elua-dev |
Dado Sutter |
In reply to this post by Dado Sutter
......... and I might also suggest you start flashing a special built image for the EK-LM3S8962 we have prepared and made available on the site under the "Official Custom Build Binaries", the LM3S Games.
http://elua.giga.puc-rio.br/downloads/elua_games_EK-LM3S8962.bin You will have an autorun menu show up on your OLED display, where you can select among 6~7 diferent games and demos for the LM3S board and have some fun even before typing your first command on an eLua Terminal. Best Dado On Wed, Mar 31, 2010 at 23:11, Dado Sutter <[hidden email]> wrote:
_______________________________________________ eLua-dev mailing list [hidden email] https://lists.berlios.de/mailman/listinfo/elua-dev |
Téo Benjamin |
Pattrick,
anything you need to start, just let us know. This LM3S is the best board (at least the best that I know) to start on eLua. This is a board we use a lot and we are more than happy to help you. I wish you luck to beat me on Pong! :) Téo On Wed, Mar 31, 2010 at 11:17 PM, Dado Sutter <[hidden email]> wrote: ......... and I might also suggest you start flashing a special built image for the EK-LM3S8962 we have prepared and made available on the site under the "Official Custom Build Binaries", the LM3S Games. _______________________________________________ eLua-dev mailing list [hidden email] https://lists.berlios.de/mailman/listinfo/elua-dev |
Patrick-11 |
Thank you Téo, Thank you Dado
I am off to bed but I will get started tomorrow.. Maybe I will dream about pong tonight ;-) talk soon-Patrick Téo Benjamin wrote: > Pattrick, > anything you need to start, just let us know. > > This LM3S is the best board (at least the best that I know) to start > on eLua. > This is a board we use a lot and we are more than happy to help you. > > I wish you luck to beat me on Pong! :) > > Téo > > On Wed, Mar 31, 2010 at 11:17 PM, Dado Sutter <[hidden email] > <mailto:[hidden email]>> wrote: > > ......... and I might also suggest you start flashing a special > built image for the EK-LM3S8962 we have prepared and made > available on the site under the "Official Custom Build Binaries", > the LM3S Games. > > http://elua.giga.puc-rio.br/downloads/elua_games_EK-LM3S8962.bin > > You will have an autorun menu show up on your OLED display, where > you can select among 6~7 diferent games and demos for the LM3S > board and have some fun even before typing your first command on > an eLua Terminal. > > Best > Dado > > > > > > On Wed, Mar 31, 2010 at 23:11, Dado Sutter <[hidden email] > <mailto:[hidden email]>> wrote: > > > > On Wed, Mar 31, 2010 at 22:45, Patrick > <[hidden email] > <mailto:[hidden email]>> wrote: > > Hi Dado > > Yes it's the EK-LM3S8962. > > > Cool. So the links I've sent you are the right ones to start with. > > > I thought I would have to use Windoze. > > > Yeap, at least to start with I suggest you stay on Windows. > The Luminary Program to flash the kit is very nice, reliable > and easy to use. But yes, it only runs on Windows. I've used > it many times on Virtual Machines in Ubuntu, under VMWare and > VirtualBox with no problem too. > > Do you think I can load the eLua image via Linux? I have > lot of OSs here but I would love to use Ubuntu if possible. > > > James Snyder has been able to flash EK-LM3S6965 boards > (basically the same FTDI type of interfacing to JTag) under > Linux and I have a receipe for this. I'll test it here too and > prepare a tutorial but I can't promisse anything for too soon. > > > Thanks very much, yet again-Patrick > > > You can start with the official eLua v0.7 binary image for > your board. They are all available for download at our > Downloads->Binaries page and the one you need is > http://prdownload.berlios.de/elua/elua0.7_lua_lm3s8962.bin > > Please let us know how it goes (and if you can beat Téo on Pong :) > > Best > Dado > > > > > > _______________________________________________ > eLua-dev mailing list > [hidden email] <mailto:[hidden email]> > https://lists.berlios.de/mailman/listinfo/elua-dev > > > > > _______________________________________________ > eLua-dev mailing list > [hidden email] <mailto:[hidden email]> > https://lists.berlios.de/mailman/listinfo/elua-dev > > > ------------------------------------------------------------------------ > > _______________________________________________ > eLua-dev mailing list > [hidden email] > https://lists.berlios.de/mailman/listinfo/elua-dev > _______________________________________________ eLua-dev mailing list [hidden email] https://lists.berlios.de/mailman/listinfo/elua-dev |
In reply to this post by Patrick-11
You definitely don't need to buy any tools. You have two choices here:
1. build your own toolchain (http://www.eluaproject.net/en_tc_cortex.html) 2. use an existing toolchain (for example CodeSourcery). I'd go with 2 above, it's a much easier option for a beginner (although it generally leads to slightly larger images). Once you installed the lite version of the CodeSourcery toolchain (http://www.codesourcery.com/sgpp/lite/arm/portal/subscription?@template=lite, you need the EABI version), all you need to do is this: $ scons cpu=lm3s8962 toolchain=codesourcery prog Then enjoy :) More details about building are here : http://www.eluaproject.net/en_building.html#configuring Best, Bogdan On Thu, Apr 1, 2010 at 4:12 AM, Patrick <[hidden email]> wrote: Hi Dado _______________________________________________ eLua-dev mailing list [hidden email] https://lists.berlios.de/mailman/listinfo/elua-dev |
Free forum by Nabble | Edit this page |