Search found 1068 matches
- Tue Sep 12, 2023 9:05 am
- Forum: NetBurner Software
- Topic: MOD5270 /CS1 /CS2 /CS3 Memory Address Mapping Issue
- Replies: 4
- Views: 122
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...
- Tue Sep 12, 2023 7:09 am
- Forum: NetBurner Software
- Topic: MOD5270 /CS1 /CS2 /CS3 Memory Address Mapping Issue
- Replies: 4
- Views: 122
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 =...
- Fri Feb 24, 2023 10:08 pm
- Forum: NetBurner Software
- Topic: Using the web interface to load a "foreign" executable
- Replies: 2
- Views: 526
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...
- Wed Jan 25, 2023 9:38 am
- Forum: NetBurner Hardware
- Topic: NetBurner with gigabit LAN-Interface
- Replies: 13
- Views: 6325
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.
and should beta some time lateer this quarter, (parts gods willing).
We can provide more info via support.
- Fri Jan 20, 2023 11:42 am
- Forum: NetBurner Software
- Topic: Upgrading firmware from commandline
- Replies: 3
- Views: 610
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)
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)
- Fri Jan 20, 2023 10:23 am
- Forum: NetBurner Software
- Topic: Upgrading firmware from commandline
- Replies: 3
- Views: 610
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...
- Mon Jan 16, 2023 1:56 pm
- Forum: NetBurner Software
- Topic: Wifi - Ethernet routing
- Replies: 6
- Views: 902
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...
- Sun Jan 15, 2023 5:35 am
- Forum: NetBurner Software
- Topic: "make -j12 all" terminated with exit code 2. Build might be incomplete.
- Replies: 3
- Views: 681
Re: "make -j12 all" terminated with exit code 2. Build might be incomplete.
Looks like a path problem... compcode is the tool that compresses the S19 converts to the format the netburner uses nativly to store the file. Your clearly running from the command line not eclipse. Are you on windows? Do you run the SetEnv.bat file to setup the path and environment? (Its in the nbu...
- Fri Jan 13, 2023 4:46 pm
- Forum: NetBurner Software
- Topic: Wifi - Ethernet routing
- Replies: 6
- Views: 902
Re: Wifi - Ethernet routing
Exactly what are you trying to accomplish, one could do some port forwarding if your routing needs are simple..
- Fri Jan 13, 2023 8:15 am
- Forum: NetBurner Software
- Topic: Wifi - Ethernet routing
- Replies: 6
- Views: 902
Re: Wifi - Ethernet routing
The Netburner is not a Wifi router. The external devices are not going to be able to see each other through the NetBurner. The MOD54417 parts with dual ethernet have a mode where you can tun on a simple ethernet switch and they will route between the two ethernet ports, but even that part will not r...