Search found 1081 matches

by pbreed
Wed Oct 18, 2023 9:57 am
Forum: NetBurner Software
Topic: Nano System clock gaining time
Replies: 10
Views: 1742

Re: Nano System clock gaining time

Please try the following change: In nburn\nano54415\system\bsp.cpp Find the xTick.... void xTick() { asm(".global Tick5441X"); asm(".extern OSTickISR"); asm(".extern write_pcsr"); asm("Tick5441X:"); asm(" move.w #0x2700,%sr"); //Add this line.... asm...
by pbreed
Tue Oct 17, 2023 11:45 pm
Forum: NetBurner Software
Topic: Nano System clock gaining time
Replies: 10
Views: 1742

Re: Nano System clock gaining time

In the 3.X branch I find:
Fixing tick count multiple interrupt trip issues in 5441X, was causing clock to run fast
It has to do with the time keeping interrupts on all 5441X platforms. (Nano includee)

I'll see what it takes to back port this to 2.9.5
by pbreed
Tue Oct 17, 2023 9:22 pm
Forum: NetBurner Software
Topic: Nano System clock gaining time
Replies: 10
Views: 1742

Re: Nano System clock gaining time

How EXACTLY are you getting the time from the unit.
how are you setting the time...

Give the precise CODE you are using...
by pbreed
Tue Sep 12, 2023 9:05 am
Forum: NetBurner Software
Topic: MOD5270 /CS1 /CS2 /CS3 Memory Address Mapping Issue
Replies: 4
Views: 866

Re: MOD5270 /CS1 /CS2 /CS3 Memory Address Mapping Issue

If you mess with the operating frequency many things in the system will break. (Serial ports, time etc..) Why do you want to change the frequency? Have the chipselects already been setup? sim.cs[1].csar=..... etc... If not read the MCF5270 reference manual: nburn\docs\FreescaleManuals\MCF5270_5271RM...
by pbreed
Tue Sep 12, 2023 7:09 am
Forum: NetBurner Software
Topic: MOD5270 /CS1 /CS2 /CS3 Memory Address Mapping Issue
Replies: 4
Views: 866

Re: MOD5270 /CS1 /CS2 /CS3 Memory Address Mapping Issue

Other than for initial BOOT the memory map of the 5270 is almost completely programmable. The default values for the Netburner environment... dram (rwx) : ORIGIN = 0x02000000, LENGTH = 0x200000 SRAM (rwx) : ORIGIN = 0x20000000, LENGTH = 0xFFFF //Holds Vector table and some boot info... as well sim =...
by pbreed
Fri Feb 24, 2023 10:08 pm
Forum: NetBurner Software
Topic: Using the web interface to load a "foreign" executable
Replies: 2
Views: 1170

Re: Using the web interface to load a "foreign" executable

The way the MODM7 is setup to boot via 2 stages with the embedded D20, this is not going to work. The D20 makes sure the device is unbrick able. The format of the NetBurner binary file is not the same as the atmel tools. It could probably be made to work by removing the D20 and using an external JTA...
by pbreed
Wed Jan 25, 2023 9:38 am
Forum: NetBurner Hardware
Topic: NetBurner with gigabit LAN-Interface
Replies: 15
Views: 8906

Re: NetBurner with gigabit LAN-Interface

Send a support mail, we have a device with dual gig interfaces that has just finished engineering bring up
and should beta some time lateer this quarter, (parts gods willing).
We can provide more info via support.
by pbreed
Fri Jan 20, 2023 11:42 am
Forum: NetBurner Software
Topic: Upgrading firmware from commandline
Replies: 3
Views: 1292

Re: Upgrading firmware from commandline

So add:
PostApplicationUpdate.... functionality to your application....

Then they can use wget from the command line to update.

Alernativly the cline tool was written to do this from the command line in linux (why it exists)
by pbreed
Fri Jan 20, 2023 10:23 am
Forum: NetBurner Software
Topic: Upgrading firmware from commandline
Replies: 3
Views: 1292

Re: Upgrading firmware from commandline

Three possibilities: Source for Autoupdate is provided. Also autoupdate can be driven from the command line. (needs to be a windows install) Under Autoupdate is a JAVA version of autoupdate again source is provided... Under Clinetool is a C/C++ command line tool that will do autoupdate... Also if yo...
by pbreed
Mon Jan 16, 2023 1:56 pm
Forum: NetBurner Software
Topic: Wifi - Ethernet routing
Replies: 6
Views: 1446

Re: Wifi - Ethernet routing

You should be able to access the M7's web page from BOTH The wifi network and the ethernet network. >SB800EX Ethernet port is 192.168.30.1 >SB800EX Wifi is set to 192.168.30.100 From the wifi network you should be able to access the web page and or ping address 192.168.30.100 From the ethernet netwo...