Search found 636 matches

by SeeCwriter
Fri Aug 29, 2025 1:32 pm
Forum: NetBurner Software
Topic: OpenSSL version
Replies: 0
Views: 28

OpenSSL version

For signing firmware images, we are using OpenSSL v1.1.1f, which I think was provided by Netburner. It's been about 4-years since we started signing images. In any case, is it possible to use the current version of OpenSSL, which I think is v3.5.0, to create the private/public key pair?

Am I ...
by SeeCwriter
Mon Jul 07, 2025 8:31 am
Forum: NetBurner Software
Topic: TcpUpdate Error
Replies: 7
Views: 179985

Re: TcpUpdate Error

It turns out I was calling StartTcpUpdate at two different locations in my code. I'm running out of feet to shoot.
by SeeCwriter
Mon Jun 30, 2025 3:26 pm
Forum: NetBurner Software
Topic: TcpUpdate Error
Replies: 7
Views: 179985

Re: TcpUpdate Error

It turns out the return code for OSTaskCreatewName is defined in OSTaskCreate. And error code of 40 mean the task priority is already used.
These are my priorities:

#define USERMAIN_PRIO (55)
#define NTP_TASK_PRIO (54)
#define UDP_TASK_PRIO (53)
#define SNMP_PRIO (52)
#define FTP_TASK_PRIO (51 ...
by SeeCwriter
Mon Jun 30, 2025 12:42 pm
Forum: NetBurner Software
Topic: TcpUpdate Error
Replies: 7
Views: 179985

Re: TcpUpdate Error

StartTcpUpdate just calls OSTaskCreatewName, and returns the value returned by OSTaskCreatewName. But the uCosLibrary document doesn't define any return values.
by SeeCwriter
Mon Jun 30, 2025 11:33 am
Forum: NetBurner Software
Topic: TcpUpdate Error
Replies: 7
Views: 179985

Re: TcpUpdate Error

Well, this is embarrassing. It is in my code. It's generated when function StartTcpUpdate returns a non-zero value, which in this case is 40.
by SeeCwriter
Mon Jun 30, 2025 8:22 am
Forum: NetBurner Software
Topic: TcpUpdate Error
Replies: 7
Views: 179985

TcpUpdate Error

At the completion of programming a Nano module using Autoupdate, v2.5, the following message is output on the serial port:

TcpUpdate Error: 40

The module is programmed correctly and runs as expected. I have detected nothing wrong. What does that message mean?

The applications are built with v2.9 ...
by SeeCwriter
Tue Mar 18, 2025 1:38 pm
Forum: NetBurner Software
Topic: App Header Failed
Replies: 12
Views: 199517

Re: App Header Failed

Any guidance on how we should proceed?
by SeeCwriter
Mon Mar 10, 2025 10:54 am
Forum: NetBurner Software
Topic: App Header Failed
Replies: 12
Views: 199517

Re: App Header Failed

So there is nothing we can do to correct the problem. Yes, these are brand new modules. We bought these through a distributor, Mouser. Should we go through Mouser to return them, who is fighting us tooth and nail about returning these, or send them direct to Netburner?
by SeeCwriter
Tue Mar 04, 2025 9:30 am
Forum: NetBurner Software
Topic: App Header Failed
Replies: 12
Views: 199517

Re: App Header Failed

Yes, we used the Alternate Boot Monitor to successfully download MOD5441x_FactoryApp_APP.s19 to both modules using the FLA command with MTTTY serial terminal. But the app never ran. The same error messages I put in my previous posts were issued.

Neither module was able to get an IP Address when ...
by SeeCwriter
Mon Mar 03, 2025 7:17 am
Forum: NetBurner Software
Topic: App Header Failed
Replies: 12
Views: 199517

Re: App Header Failed

The modules are plugged into our hardware. Tens of modules are programmed in these test fixtures each week. It's only these two modules that won't program. It is rare that modules fail to program.
In one module it appears that the Alternate Monitor is not entered, based on the terminal output. The ...