Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Lua Development Tools » Debug on a microcontroller(Debug embedded Lua on a microcontroller)
Debug on a microcontroller [message #1384708] Fri, 30 May 2014 15:27 Go to next message
Jim Hall is currently offline Jim HallFriend
Messages: 2
Registered: May 2014
Junior Member
Hi

I have embedded Lua in a ARM based microcontroller platform. The OS is E-Force UC3.
How do I setup IDT to debug scripts running in that embedded Lua. Is there a tutorial that explains how this might work?

Thanks
Re: Debug on a microcontroller [message #1385839 is a reply to message #1384708] Wed, 11 June 2014 14:51 Go to previous message
Marc Aubry is currently offline Marc AubryFriend
Messages: 86
Registered: August 2012
Member
Hi Jim,

Sorry for the late response.

We haven't tested to debug on top of an ARM microcontroller, but on the paper it's possible.

You should use the attach session debug configuration: http://wiki.eclipse.org/Koneki/LDT/Developer_Area/User_Guides/User_Guide_1.1#Attach_session

Your microcontroller board must fulfill following requirements:
- have a tcp/ip stack
- have an unix (or windows Very Happy) style file system
- have a functional LuaSocket installed (https://github.com/diegonehab/luasocket)

if your board is reachable using SSH you can also do remote session debug configuration, which is a bit easier to use: http://wiki.eclipse.org/Koneki/LDT/Developer_Area/User_Guides/User_Guide_1.1#Remote_session

Feel free to share with the community if you succeed ! or any question/issues.

Marc
Previous Topic:How do I check a Function for Syntax Errors
Next Topic:Unable to creat Lua Project
Goto Forum:
  


Current Time: Thu Apr 18 09:26:20 GMT 2024

Powered by FUDForum. Page generated in 0.01404 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top