If you have an eLua capable hardware, you can try eLua without going thru the whole building process. Just download the corresponding image file from the table below, flash it into your board, connect a serial terminal (or Ethernet if you board supports) and enjoy eLua.
eLua binaries, like the source-code distributions, include some example programs in it's file system, so you can run and play (yes! we have games too! :) them, following the instructions in our Using eLua page.
The available example programs are described in our Examples page.
If you need a customized binary image for an already supported platform (ie: with an autorun program, with some code of yours in the File System, with your LAN IP settings, .....), feel free to write us explaining what you need. We may build one for you and eventually make it available here too.
To understand what's in a file name (for example elua_lualong_lm3s8962.bin) check our Building eLua page, or at least the last part of it, where the meaning of the file names coming from the build system is explained.
eLua Version | Target MCU | Lua Number | Memory Usage(KB) | Remarks | Download File |
---|---|---|---|---|---|
0.5 | Atmel ARM7 | Float | ROM: ~189 RAM: 32~64 |
Official eLua release | elua_lua_at91sam7x256.bin |
0.5 | Atmel ARM7 | Float | ROM: ~189 RAM: 32~64 |
Official eLua release | elua_lua_at91sam7x512g.bin |
0.5 | Intel x86 (for fun :) |
Float | Official eLua release | elua_lua_i386.elf | |
0.5 | Luminary Micro ARM Cortex M3 | Float | ROM: ~202 RAM: 32~64 |
Official eLua release | elua_lua_lm3s6965.bin |
0.5 | Luminary Micro ARM Cortex M3 | Float | ROM: ~202 RAM: 32~64 |
Official eLua release | elua_lua_lm3s8962.bin |
0.5 | NXP ARM7 | Float | ROM: ~229 RAM: 32~64 |
Official eLua release | elua_lua_lpc2888.bin |
0.5 | ST Microelectronics ARM7 | Float | ROM: ~189 RAM: 32~64 |
Official eLua release | elua_lua_str711fr2g.bin |
0.5 | ST Microelectronics ARM 9 | Float | ROM: ~229 RAM: 32~64 |
Official eLua release | elua_lua_str912fw44.bin |
Notes:
- Lua Number refers to the built Lua interpreter number type, float or integer.
- RAM Memory Usage is based on included Lua examples execution.