Search found 12 matches

by romanluba
Thu Feb 03, 2022 11:14 am
Forum: NetBurner Software
Topic: Compiling on linux (SDK 2.9.2), deploying over the network from a linux machine
Replies: 3
Views: 1390

Re: Compiling on linux (SDK 2.9.2), deploying over the network from a linux machine

We have multiple systems that are built using an SB70LC so we are tied to 2.9.2. We want to create the project files and program the netburner over the network from linux devices. Thanks for the direction, I'll look into the pcbin info.
by romanluba
Thu Feb 03, 2022 6:44 am
Forum: NetBurner Software
Topic: Compiling on linux (SDK 2.9.2), deploying over the network from a linux machine
Replies: 3
Views: 1390

Compiling on linux (SDK 2.9.2), deploying over the network from a linux machine

Hi folks , I was wondering if anyone has worked on compiling 2.9.2 SDK on linux, and if anyone has successfully deployed new firmware to the netburner over the network from a Linux machine, we have a specific use case and we would like to automate the process as opposed to using sneakernet and AutoU...
by romanluba
Fri Sep 17, 2021 1:15 pm
Forum: NetBurner Hardware
Topic: SB70LC external interrupts
Replies: 4
Views: 3113

Re: SB70LC external interrupts

Tom, I figured it out thank you for your help we can close this out.
by romanluba
Thu Sep 09, 2021 8:39 am
Forum: NetBurner Hardware
Topic: SB70LC external interrupts
Replies: 4
Views: 3113

Re: SB70LC external interrupts

Tom, Sadly the Pins I am using are are set in stone, essentially I am using pins 8, 12, and 13 as GPIO to read their state. My plan was to use a DMA timer to execute at twice the speed of my sensor input rising rate, so the inside the ISR I read the state of the pin directly from the GPIO register. ...
by romanluba
Thu Sep 09, 2021 6:32 am
Forum: NetBurner Hardware
Topic: SB70LC external interrupts
Replies: 4
Views: 3113

SB70LC external interrupts

Hello, I noticed that the EPORT / IRQ pins on the SB70LC are all used up (N7, M7, L7, P8, N8) and I was wondering if anyone has a suggestion on how to create an interrupt that will execute an ISR when pins B8, D8 and D9 go through a rising edge. I was suggested to use the pins in their GPIO config, ...
by romanluba
Thu Aug 26, 2021 2:19 pm
Forum: NetBurner's Eclipse IDE
Topic: Unable to connect in debug mode
Replies: 4
Views: 3406

Re: Unable to connect in debug mode

I'm getting some 'target selection failed' messages when I try to program a debug build after a release build.
by romanluba
Thu Aug 26, 2021 1:47 pm
Forum: NetBurner's Eclipse IDE
Topic: Unable to connect in debug mode
Replies: 4
Views: 3406

Unable to connect in debug mode

Hello everyone, as a preface im using a SB70LC, running the 2.9.2 NNDK, and most of my program is using the SDK and not changing much. I attempted to follow the steps mentioned in the Getting Started Guide chapters 5 and 8 to get my debugger to work. I have my SB70LC connected to the dev board that ...
by romanluba
Tue Dec 08, 2020 11:14 am
Forum: NetBurner Software
Topic: TCP/IP stack trapping
Replies: 14
Views: 5382

Re: TCP/IP stack trapping

These are the Trap outputs of the s19 files you have provided me, thank you for taking the time to help me debug. The release version I am using is 2.9.2, I will try to re-install the NNDk. Images of the trap are attached.
by romanluba
Mon Dec 07, 2020 11:53 am
Forum: NetBurner Software
Topic: TCP/IP stack trapping
Replies: 14
Views: 5382

Re: TCP/IP stack trapping

Hello, I have tried that application as well and it provides the same trap. I have found out that our network is stateless (SLAAC instead of DHCPv6), so the netburner only received a prefix. We have been performing network packet captures. One of my fears is that the network stack is not large enoug...
by romanluba
Fri Nov 20, 2020 7:32 am
Forum: NetBurner Software
Topic: TCP/IP stack trapping
Replies: 14
Views: 5382

Re: TCP/IP stack trapping

Commenting on this since this issue has not been resolved yet. I have attempted to install my software for TCP using IPv4ONLY and it works like a charm, however when I try to use the simplest IPv6 Example on dual stack (specifically using IPv6 - DHCPv6 example) and connect it to our corporate networ...