[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Lua on ARM baremetal
- From: Andre Leiradella <andre@...>
- Date: Sun, 19 Jan 2020 21:31:49 +0000
Hi All,
This is almost one year old now but I think it's interesting enough to
share: stock Lua running on a Raspberry Pi without an OS [1,2].
No changes were made to Lua's source code. There was an issue with
printing 64-bit integers but it was solved by correctly configuring
Newlib [3].
Cheers,
Andre
[1] https://leiradel.github.io/2019/03/24/File-Upload.html
[2] https://asciinema.org/a/234924
[3]
https://github.com/leiradel/barebones-rpi/commit/e01035de2734200e282f57bfb0340637710c1297