NNDK v2.6.6

Discussion to talk about software related topics only.
Post Reply
SeeCwriter
Posts: 630
Joined: Mon May 12, 2008 10:55 am

NNDK v2.6.6

Post by SeeCwriter »

I installed the latest NNDK, v2.6.6. When I run NBEclipse the Workspace Launcher window says: NBEclipse IDE - Release 2.6.5...

Is that correct?

Steve
User avatar
dciliske
Posts: 624
Joined: Mon Feb 06, 2012 9:37 am
Location: San Diego, CA
Contact:

Re: NNDK v2.6.6

Post by dciliske »

Probably not... I'll check on this.
Dan Ciliske
Project Engineer
Netburner, Inc
User avatar
Forrest
Posts: 288
Joined: Wed Apr 23, 2008 10:05 am

Re: NNDK v2.6.6

Post by Forrest »

Hello,

Thanks for catching this. Indeed it does say this on the windows version. OSX is correct. It appears that the windows version got the old NBEclipse. There will be a re-upload of the release tonight. No source changes, just including the 2.6.6. NBEclipse.
Forrest Stanley
Project Engineer
NetBurner, Inc

NetBurner Learn Articles: http://www.netburner.com/learn
ecasey
Posts: 164
Joined: Sat Mar 26, 2011 9:34 pm

Re: NNDK v2.6.6

Post by ecasey »

Where would I find the
◦Added JSON library and examples beta
that are indicated in the Release Notes?
User avatar
dciliske
Posts: 624
Joined: Mon Feb 06, 2012 9:37 am
Location: San Diego, CA
Contact:

Re: NNDK v2.6.6

Post by dciliske »

I believe these are under 'webclient'.
Dan Ciliske
Project Engineer
Netburner, Inc
ecasey
Posts: 164
Joined: Sat Mar 26, 2011 9:34 pm

Re: NNDK v2.6.6

Post by ecasey »

Did something change in the FTP routines in v2.6.6?
Using a MOD5282 on a Dev100 v1.12 board, I had a working program in v2.6.4 that faults out in v2.6.6 whenever I FTP to it. I get:
Thread [2 Prio( 50 ) :Main] (Suspended: Signal 'SIGSEGV' received. Description: Segmentation fault.)
5 OSSched() C:\nburn\system\ucos.c:451 0x0200b156
4 OSTimeDly() C:\nburn\system\ucos.c:521 0x0200b328
3 UserMain() C:\nburn\NBEclipse\workspace\Graph\main.cpp:48 0x020007f2
2 TopOfStackKillfunction() C:\nburn\system\ucosmcfc.c:40 0x0200aa68
1 <symbol is not available> 0x00000000
The FTPD thread suspends with:
Thread [7 Prio( 48 ) :FTPD] (Suspended)
3 FTPdTask() C:\nburn\system\ftpd.cpp:1334 0x0201b69e
2 TopOfStackKillfunction() C:\nburn\system\ucosmcfc.c:40 0x0200aa68
1 <symbol is not available> 0x00000000
I stripped everything out of the program so it is just running a simple counter loop:

Code: Select all

 while (1) {

    	TestData[0]++;

        OSTimeDly(200);

    }
No other user tasks running.

I went back to v2.6.4 and I can FTP to it.
User avatar
dciliske
Posts: 624
Joined: Mon Feb 06, 2012 9:37 am
Location: San Diego, CA
Contact:

Re: NNDK v2.6.6

Post by dciliske »

We will be publishing a revised release today. 2.6.6 has a major bug with TCP connect on non-5441x platforms due to a uncaught null pointer.

99 bugs on the wall, 99 bugs on the wall.
Take one down, patch it around,
127 bugs on the wall...

-Dan
Dan Ciliske
Project Engineer
Netburner, Inc
Post Reply