Search found 623 matches

by dciliske
Mon Nov 28, 2016 11:19 pm
Forum: NetBurner Software
Topic: web pages take a very long time to load.
Replies: 19
Views: 14741

Re: web pages take a very long time to load.

Any chance you can tell me what version of the NNDK you're using, whether there's any dynamic content in the pages, and what browser sees this issue?
by dciliske
Tue Nov 08, 2016 4:04 pm
Forum: NetBurner Software
Topic: VLANs and IPv6
Replies: 5
Views: 5330

Re: VLANs and IPv6

Ok, I'll be honest: you're the only person asking for this right now. I'd like to get VLAN support added for you, but it's just not in the schedule at the moment. It's fairly straightforward for IPv4, but gets complicated pretty quick for IPv6. As it stands right now, VLAN support would end up being...
by dciliske
Mon Oct 31, 2016 3:10 pm
Forum: NetBurner Software
Topic: IPv6 on IPv4 network
Replies: 9
Views: 9084

Re: IPv6 on IPv4 network

IPv6 support has now been added to RegisterMulticastFifo. It's a little rudimentary (we don't currently support *full* MLDv2 querying for instance), but appears to be functional.

-Dan
by dciliske
Wed Oct 26, 2016 12:27 pm
Forum: NetBurner Software
Topic: "Unable to parse map file for Ram usage"
Replies: 3
Views: 4585

Re: "Unable to parse map file for Ram usage"

Wow... Uh. I usually see things and respond when I have any clue what's going on. So, yea. I'm not exactly sure how I didn't see this...
by dciliske
Thu Oct 13, 2016 10:17 am
Forum: NetBurner's Eclipse IDE
Topic: undefined reference to setIntc
Replies: 2
Views: 3873

Re: undefined reference to setIntc

post the full error and possibly the map file. SetIntC has different formats depending on the platform...
by dciliske
Tue Sep 27, 2016 3:11 pm
Forum: NetBurner Software
Topic: Flexbus configuration
Replies: 16
Views: 12483

Re: Flexbus configuration

I can guarantee that memcpy is correct... what I will note is that the pointer math is going to slow things down. What happens if you increase the delay from Addr latch to CS active? what happens if you slow down the internal ack (or are you running with external ack)?

-Dan
by dciliske
Tue Sep 27, 2016 11:58 am
Forum: NetBurner Software
Topic: Flexbus configuration
Replies: 16
Views: 12483

Re: Flexbus configuration

Uh... did you actually use the address 0xC000_0000 as your SRAM1_BASE? If so, open the MOD54415 Platform documentation... That's the address for the Flash. The problem is that if you're actually using 0xC000_0000, CS[0] is going to intercept the transaction. I'm surprised you're not reporting that y...
by dciliske
Tue Sep 27, 2016 11:24 am
Forum: NetBurner Software
Topic: Flexbus configuration
Replies: 16
Views: 12483

Re: Flexbus configuration

What's the SRAM P/N?

(I'm thinking through other fun things as well, just thought I'd start with that, since I'm the oddball who knows things like the Flexbus better than generic things like SRAMs. Guess this is what I get coming from software.)
by dciliske
Mon Aug 29, 2016 3:55 pm
Forum: NetBurner Software
Topic: MOD54417 "Device Platform" information lost
Replies: 4
Views: 5301

Re: MOD54417 "Device Platform" information lost

Open up the _APP.s19 you want to load with a text editor. Remove the first line and save. Load that with autoupdate. It's up to Autoupdate to verify the image and target share the same platform. Basically, every _APP.s19 generated by compcode will embed the platform it's for at the start of the file...
by dciliske
Thu Aug 11, 2016 10:59 am
Forum: NetBurner Software
Topic: IPv6 on IPv4 network
Replies: 9
Views: 9084

Re: IPv6 on IPv4 network

Hmm... interesting. I get what you expect that to do. I'll have a look at this later, currently trying to improve performance for Diffie-Hellman key exchange.