Search found 622 matches

by SeeCwriter
Thu Jan 20, 2022 2:29 pm
Forum: NetBurner Software
Topic: HttpsUploadCert example
Replies: 10
Views: 14017

Re: HttpsUploadCert example

That's fine. As I understand it, the User Parameters area is not the area after the high flash memory address set in Compcode, which is 0x700000. That area is a file system area. I use that area to store SNMP configuration files. If correct, why does CheckNVSettings() format the flash drive when inv...
by SeeCwriter
Thu Jan 20, 2022 8:26 am
Forum: NetBurner Software
Topic: HttpsUploadCert example
Replies: 10
Views: 14017

Re: HttpsUploadCert example

Still trying to figure out why NV_Settings is always zeros after a reboot. Looking through the code it appears that the NV_Settings structure is saved as raw data, not as a file, since it does not use fs_write. Does that mean that the NV_Settings structure is written to a different area of flash tha...
by SeeCwriter
Fri Jan 14, 2022 1:22 pm
Forum: NetBurner Software
Topic: HttpsUploadCert example
Replies: 10
Views: 14017

HttpsUploadCert example

In the HttpsUploadCert example on a NANO with v3.3.5 of the tools, on bootup function CheckNVSettings() is called, and the debug messages indicate that it always formats flask disk. : Formatting flash drive... NV Settings Saved : Default certificate and key size problems NANO54415SX-E9 : Setting up ...
by SeeCwriter
Thu Jan 13, 2022 2:18 pm
Forum: NetBurner Software
Topic: reprogramming
Replies: 18
Views: 9514

Re: reprogramming

I tried the script and I get error: "Socket send error: timed out". Is this timeout related to the 5-second timeout set earlier? Edit: Even though I got the timeout error, the module reprogrammed successfully. Edit 2: Changing the timeout from 5-seconds to 30-seconds removes the error. It ...
by SeeCwriter
Wed Jan 12, 2022 8:14 am
Forum: NetBurner Software
Topic: reprogramming
Replies: 18
Views: 9514

Re: reprogramming

Python, please.
by SeeCwriter
Tue Jan 11, 2022 10:59 am
Forum: NetBurner Software
Topic: reprogramming
Replies: 18
Views: 9514

Re: reprogramming

About 3-posts back pbreed said "Tell me the platform and their dev environment and I'll make you an example." The end user would like to get the example program if that offer is still available. They run Linux on a dual-core ARM processor.
by SeeCwriter
Tue Dec 21, 2021 3:22 pm
Forum: NetBurner Software
Topic: reprogramming
Replies: 18
Views: 9514

Re: reprogramming

Got an executable, followed your instructions and it works as advertised. I'll pass this along. Thanks again.
Sorry for being such a pain.
by SeeCwriter
Tue Dec 21, 2021 1:58 pm
Forum: NetBurner Software
Topic: reprogramming
Replies: 18
Views: 9514

Re: reprogramming

I don't have a TcpSendFile executable, just a source file. I tried to compile the source code with Visual Studio. It created an object file but threw 8 linker errors, so no executable.
by SeeCwriter
Tue Dec 21, 2021 12:58 pm
Forum: NetBurner Software
Topic: Image checksum
Replies: 8
Views: 4375

Re: Image checksum

That works. Thank you.
by SeeCwriter
Tue Dec 21, 2021 11:35 am
Forum: NetBurner Software
Topic: reprogramming
Replies: 18
Views: 9514

Re: reprogramming

I asked about their platform but they are being tight-lipped. They aren't giving up any details of their equipment. They are probably using Linux, but that is just a guess. And they aren't interested in using wget, the config webpage, or any utilities to do the reprogramming. A few posts ago, I ment...