Search found 5 matches
- Tue Jul 05, 2011 2:17 pm
- Forum: NetBurner Hardware
- Topic: Size of boot loader? Total space on flash for application.
- Replies: 1
- Views: 2446
Size of boot loader? Total space on flash for application.
I've built an application in the Eclipse IDE for my Netburner Mod 5282 that comes to 258K. The product has 512K of flash for storing this application however I believe that I cannot use all of the 512K space because netburner must have a bootloader for actually decompressing my *.s19 file and loadin...
- Mon Jan 26, 2009 12:00 pm
- Forum: NetBurner Hardware
- Topic: Writing to Compressed Application Code memory...possible?
- Replies: 6
- Views: 5901
Re: Writing to Compressed Application Code memory...possible?
Hmm. Interesting thoughts. Not sure if I understand there's a need for a managing app. Everything is running in RAM so what would it matter if it was the 1st application that spawned the 2nd or in your case you suggest the manager spawn the 2nd. As I see it only 3 memory locations would need to be k...
- Mon Jan 26, 2009 10:13 am
- Forum: NetBurner Hardware
- Topic: Writing to Compressed Application Code memory...possible?
- Replies: 6
- Views: 5901
Writing to Compressed Application Code memory...possible?
Just wanted to get some input from the group as to the feasibility of the following: I have 2 different applications that I want to run on the netburner (I'm using MOD5282). Lets say the logic for each program is 300K thus making it impossible to combine the two applications into one and still fit i...
- Thu Dec 11, 2008 2:04 pm
- Forum: NetBurner Software
- Topic: Region Ram is Full
- Replies: 4
- Views: 6565
Re: Region Ram is Full
Yea one of my static arrays was apparently too large. I just decreased the size of my array, built the project, and everything was fine. It should be stated that the application compiled without error using an older runtime (1.82-RC2) but compiling it with my current runtime (2.1-RC3a )resulted in t...
- Fri Aug 29, 2008 7:08 am
- Forum: NetBurner Software
- Topic: Region Ram is Full
- Replies: 4
- Views: 6565
Region Ram is Full
I receive the following message when compiling: C:\Nburn\workspace\Rev2.14>make m68k-elf-g++ -c -m5206e -gdwarf-2 -DMOD5282 -Wall -fno-rtti -fno-exceptions -O2 -IC:\Nburn\include -IC:\Nburn\MOD5282\include main.cpp -o main.o m68k-elf-g++ -m5206e -Wl -Wl,-n -TC:\Nburn\MOD5282\lib\MOD5282.ld -Wl,-RC:\...