james osburn |
Is there prebuilt image for the lm3s9b92 that features support tcp support.
james _______________________________________________ eLua-dev mailing list [hidden email] https://lists.berlios.de/mailman/listinfo/elua-dev |
Probably even the downloadable image should have working TCP/IP for 0.8 here:
http://www.eluaproject.net/get-started/downloads However it will have the fixed IP I mentioned earlier. I can build an image if you let me know whether you want DHCP or static and whether you want the TCP/IP console. On Mon, Nov 14, 2011 at 11:33 PM, james osburn <[hidden email]> wrote: > Is there prebuilt image for the lm3s9b92 that features support tcp support. > james > > _______________________________________________ > 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 |
james osburn |
Thanks for the response.
Actually to everyone. I would like to try to get dhcp to work and have tcp/ip console included. More so I want to be able to fish for myself. What is your build system like? James On Tue, Nov 15, 2011 at 2:07 PM, James Snyder <[hidden email]> wrote: Probably even the downloadable image should have working TCP/IP for 0.8 here: _______________________________________________ eLua-dev mailing list [hidden email] https://lists.berlios.de/mailman/listinfo/elua-dev |
On Tue, Nov 15, 2011 at 2:14 PM, james osburn <[hidden email]> wrote:
> Thanks for the response. > Actually to everyone. > > I would like to try to get dhcp to work and have tcp/ip console included. > More so I want to be able to fish for myself. > What is your build system like? If you can build any sort of working image, TCP/IP shouldn't really be any different unless you've run into a bug or there's a configurational issue. The SCons build system and the Lua one should generate the same binaries. If they don't, we would count this as a bug :-) I can't locate my 9B92 board at the moment, so I can't double check this build to make sure that something isn't broken, but I'll try and locate it later if this doesn't work for you. I've put a bin file and platform_conf.h up: http://dl.dropbox.com/u/169337/elua_9b92/elua_lua_lm3s9b92.bin http://dl.dropbox.com/u/169337/elua_9b92/platform_conf.h So, this one is set to have a default IP of 192.168.1.100 Side note: I actually also recently worked on a 9D92 port that includes some fixes for 9B92 that I haven't merged in yet, but I don't recall any of those affecting TCP/IP. Given that you're asking about this, I'll try and expedite merging in the common platform fixes. That branch also added some things like experimental USB CDC support: https://github.com/jsnyder/elua/tree/lm3s_usb_cdc > James > > On Tue, Nov 15, 2011 at 2:07 PM, James Snyder <[hidden email]> > wrote: >> >> Probably even the downloadable image should have working TCP/IP for 0.8 >> here: >> http://www.eluaproject.net/get-started/downloads >> >> However it will have the fixed IP I mentioned earlier. I can build an >> image if you let me know whether you want DHCP or static and whether >> you want the TCP/IP console. >> >> On Mon, Nov 14, 2011 at 11:33 PM, james osburn <[hidden email]> wrote: >> > Is there prebuilt image for the lm3s9b92 that features support tcp >> > support. >> > james >> > >> > _______________________________________________ >> > 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 > > > _______________________________________________ > 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 |
One other thing occurs to me based on having gotten one of the eval
kits where this was the case before: Can you check with the luminary flash tool whether or not the USER0 and USER1 registers are programmed with the MAC address? When I originally got my kit these registers were all zeros and I couldn't get it to do any networking prior to that point. Given that I've seen this more than once I'm going to add a note to add a feature to check for this case in the future and substitute a MAC when it happens. On Tue, Nov 15, 2011 at 2:37 PM, James Snyder <[hidden email]> wrote: > On Tue, Nov 15, 2011 at 2:14 PM, james osburn <[hidden email]> wrote: >> Thanks for the response. >> Actually to everyone. >> >> I would like to try to get dhcp to work and have tcp/ip console included. >> More so I want to be able to fish for myself. >> What is your build system like? > > If you can build any sort of working image, TCP/IP shouldn't really be > any different unless you've run into a bug or there's a > configurational issue. The SCons build system and the Lua one should > generate the same binaries. If they don't, we would count this as a > bug :-) > > I can't locate my 9B92 board at the moment, so I can't double check > this build to make sure that something isn't broken, but I'll try and > locate it later if this doesn't work for you. > > I've put a bin file and platform_conf.h up: > http://dl.dropbox.com/u/169337/elua_9b92/elua_lua_lm3s9b92.bin > http://dl.dropbox.com/u/169337/elua_9b92/platform_conf.h > > So, this one is set to have a default IP of 192.168.1.100 > > Side note: I actually also recently worked on a 9D92 port that > includes some fixes for 9B92 that I haven't merged in yet, but I don't > recall any of those affecting TCP/IP. Given that you're asking about > this, I'll try and expedite merging in the common platform fixes. > That branch also added some things like experimental USB CDC support: > https://github.com/jsnyder/elua/tree/lm3s_usb_cdc > >> James >> >> On Tue, Nov 15, 2011 at 2:07 PM, James Snyder <[hidden email]> >> wrote: >>> >>> Probably even the downloadable image should have working TCP/IP for 0.8 >>> here: >>> http://www.eluaproject.net/get-started/downloads >>> >>> However it will have the fixed IP I mentioned earlier. I can build an >>> image if you let me know whether you want DHCP or static and whether >>> you want the TCP/IP console. >>> >>> On Mon, Nov 14, 2011 at 11:33 PM, james osburn <[hidden email]> wrote: >>> > Is there prebuilt image for the lm3s9b92 that features support tcp >>> > support. >>> > james >>> > >>> > _______________________________________________ >>> > 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 >> >> >> _______________________________________________ >> 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 |
Dado Sutter |
There is also the option of building online at http://builder.eluaproject.net
You can edit the IP addresss, and other TCP/IP options on the "advanced" mode, as well as select the console over serial or tcp/ip. The build is done in our servers and you get (ready to download) either a final binary image for your platform or a ZIP file containing the image and other build info (used build parameters, warnings and error messages, .....) Best Dado On Tue, Nov 15, 2011 at 18:59, James Snyder <[hidden email]> wrote: > One other thing occurs to me based on having gotten one of the eval > kits where this was the case before: > > Can you check with the luminary flash tool whether or not the USER0 > and USER1 registers are programmed with the MAC address? When I > originally got my kit these registers were all zeros and I couldn't > get it to do any networking prior to that point. > > Given that I've seen this more than once I'm going to add a note to > add a feature to check for this case in the future and substitute a > MAC when it happens. > > On Tue, Nov 15, 2011 at 2:37 PM, James Snyder <[hidden email]> wrote: >> On Tue, Nov 15, 2011 at 2:14 PM, james osburn <[hidden email]> wrote: >>> Thanks for the response. >>> Actually to everyone. >>> >>> I would like to try to get dhcp to work and have tcp/ip console included. >>> More so I want to be able to fish for myself. >>> What is your build system like? >> >> If you can build any sort of working image, TCP/IP shouldn't really be >> any different unless you've run into a bug or there's a >> configurational issue. The SCons build system and the Lua one should >> generate the same binaries. If they don't, we would count this as a >> bug :-) >> >> I can't locate my 9B92 board at the moment, so I can't double check >> this build to make sure that something isn't broken, but I'll try and >> locate it later if this doesn't work for you. >> >> I've put a bin file and platform_conf.h up: >> http://dl.dropbox.com/u/169337/elua_9b92/elua_lua_lm3s9b92.bin >> http://dl.dropbox.com/u/169337/elua_9b92/platform_conf.h >> >> So, this one is set to have a default IP of 192.168.1.100 >> >> Side note: I actually also recently worked on a 9D92 port that >> includes some fixes for 9B92 that I haven't merged in yet, but I don't >> recall any of those affecting TCP/IP. Given that you're asking about >> this, I'll try and expedite merging in the common platform fixes. >> That branch also added some things like experimental USB CDC support: >> https://github.com/jsnyder/elua/tree/lm3s_usb_cdc >> >>> James >>> >>> On Tue, Nov 15, 2011 at 2:07 PM, James Snyder <[hidden email]> >>> wrote: >>>> >>>> Probably even the downloadable image should have working TCP/IP for 0.8 >>>> here: >>>> http://www.eluaproject.net/get-started/downloads >>>> >>>> However it will have the fixed IP I mentioned earlier. I can build an >>>> image if you let me know whether you want DHCP or static and whether >>>> you want the TCP/IP console. >>>> >>>> On Mon, Nov 14, 2011 at 11:33 PM, james osburn <[hidden email]> wrote: >>>> > Is there prebuilt image for the lm3s9b92 that features support tcp >>>> > support. >>>> > james >>>> > >>>> > _______________________________________________ >>>> > 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 >>> >>> >>> _______________________________________________ >>> 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 > eLua-dev mailing list [hidden email] https://lists.berlios.de/mailman/listinfo/elua-dev |
Free forum by Nabble | Edit this page |