[ell-i-developers] Re: eLua Setup on STM32F4DISCOVERY Board

  • From: otso@xxxxxxxxxxxx
  • To: ell-i-developers@xxxxxxxxxxxxx
  • Date: Wed, 30 Jul 2014 12:40:44 +0200

Hi Asif,

> If something is unclear or it needs improvements or modifications, please
> reply with suggestions.

luarocks.org is down right now, that blocked the step

sudo luarocks install luafilesystem
sudo luarocks install lpack
sudo luarocks install md5

for me. I got around the issue by

git clone https://github.com/keplerproject/luafilesystem.git
sudo luarocks install luafilesystem/rockspecs/luafilesystem-1.6.2-1.rockspec

git clone https://github.com/keplerproject/md5.git
sudo luarocks install md5/rockspec/md5-1.2-1.rockspec

I didn't find lpack, but I could run
lua cross-lua.lua
without it.

-Otso

Other related posts: