MOD5441X EFFS STD flash settings example

Discussion to talk about hardware related topics only.
Post Reply
cbyrne
Posts: 23
Joined: Thu Jun 10, 2010 1:30 pm

MOD5441X EFFS STD flash settings example

Post by cbyrne »

I'm trying to format the voluminous 32MB flash on the MOD5441 with an EFFS STD file system. My fs_mountdrive call failes with return code 3 ("not enough memory"). I cooked up a MX289GL256F.h file (the chip on board) based on examples for other modules but not sure what I did wrong. I'm using NNDK 2.6. Has anyone done this for the MOD5441X?
User avatar
pbreed
Posts: 1081
Joined: Thu Apr 24, 2008 3:58 pm

Re: MOD5441X EFFS STD flash settings example

Post by pbreed »

There is a configuration problem with the MOD54415 monitor.
it set the chipselect mask for the flash memory to the wrong value.
Submit a support request and we will get you the code you need to fix this.

Paul
ellisonsoftware
Posts: 22
Joined: Tue Dec 01, 2009 2:12 pm

Re: MOD5441X EFFS STD flash settings example

Post by ellisonsoftware »

I am also trying to make the EFFS-STD example work for the MOD5441x and NANO5415. NNDK is 2.6. The MOD54115 card is Rev 1.5

Does this card rev contain the fix mentioned and is there MX289GL256F.h file availble for the EFFS-STD-HTTP example? Is the same issue present for the NANO?

In other MODs I have linked with StdFFile.a.

In the c:/nburn/lib directory there is no StdFFile.a. It appears to be replaced by SFNFatfile.a and/or LFNFatFile.a. Which is/are applicable for on flash file systems?

Thanks!
User avatar
dciliske
Posts: 623
Joined: Mon Feb 06, 2012 9:37 am
Location: San Diego, CA
Contact:

Re: MOD5441X EFFS STD flash settings example

Post by dciliske »

I'm not sure where your library file went... Can't you reinstall the tools and check again?

Also, if the fix you're asking about is the one Paul mentioned it is a software fix, not hardware, and no that issue is not present in the NANO.

-Dan
Dan Ciliske
Project Engineer
Netburner, Inc
ellisonsoftware
Posts: 22
Joined: Tue Dec 01, 2009 2:12 pm

Re: MOD5441X EFFS STD flash settings example

Post by ellisonsoftware »

Hi Dan,

Per your suggestion, I just reinstalled the MOD+NANO5441X NNDK v2.6

I am not seeing an StdFFile.a file. Is this something I need to build after install?

Here are the contents of the nburn/lib directory:

dev@esc-11m32pgoydk /cygdrive/c/nburn/lib
$ ls -l
total 3384
-rwx------+ 1 dev None 12656 Aug 9 2012 DBdebugLibrary.a
-rwx------+ 1 dev None 539942 Aug 9 2012 DBMOD5441X.a
-rwx------+ 1 dev None 475796 Aug 9 2012 DBNANO54415.a
-rwx------+ 1 dev None 1320016 Aug 9 2012 DBNetBurner.a
-rwx------+ 1 dev None 14748 Aug 9 2012 debugLibrary.a
-rwx------+ 1 dev None 269796 Aug 9 2012 FatFile.a
-rwx------+ 1 dev None 289444 Aug 9 2012 LFNFatFile.a
-rwx------+ 1 dev None 628258 Aug 9 2012 MOD5441X.a
-rwx------+ 1 dev None 555546 Aug 9 2012 NANO54415.a
-rwx------+ 1 dev None 1508160 Aug 9 2012 NetBurner.a
-rwx------+ 1 dev None 269796 Aug 9 2012 SFNFatfile.a

Regards,

Mark
User avatar
dciliske
Posts: 623
Joined: Mon Feb 06, 2012 9:37 am
Location: San Diego, CA
Contact:

Re: MOD5441X EFFS STD flash settings example

Post by dciliske »

Hmm... What is the full build tag for your install (located in the release_tag file it /nburn)? Did you install from a saved/cd copy of the installer or from a fresh download of the tools?

-Dan
Dan Ciliske
Project Engineer
Netburner, Inc
ellisonsoftware
Posts: 22
Joined: Tue Dec 01, 2009 2:12 pm

Re: MOD5441X EFFS STD flash settings example

Post by ellisonsoftware »

Dan,

Thanks for helping me out!

dev@esc-11m32pgoydk /cygdrive/c/nburn
$ cat release_tag
Rel_2_6_0_026

This is from the CDROM I received with the NNDKs last week.

Regards,

Mark
User avatar
dciliske
Posts: 623
Joined: Mon Feb 06, 2012 9:37 am
Location: San Diego, CA
Contact:

Re: MOD5441X EFFS STD flash settings example

Post by dciliske »

Mark,

It appears to be a serial key issue with 2.6.0_26. I don't know the exact cause, but I see two solutions:

1. Download and install the version available from the support site. It appears that is a different build number and does install that file.
2. Update to the 2.6.2 beta. I have verified that 2.6.2 installs correctly using standard platform keys.

-Dan
Dan Ciliske
Project Engineer
Netburner, Inc
ellisonsoftware
Posts: 22
Joined: Tue Dec 01, 2009 2:12 pm

Re: MOD5441X EFFS STD flash settings example

Post by ellisonsoftware »

Thanks Dan. I opted for the 2.6.2. beta. Now in /nburn/lib is see the StdFFile.a library

dev@esc-11m32pgoydk /cygdrive/c/nburn/lib
$ ls -l
total 6356
-rwx------+ 1 dev None 13160 Apr 9 14:21 DBdebugLibrary.a
-rwx------+ 1 dev None 767584 Apr 9 14:21 DBLua_Full.a
-rwx------+ 1 dev None 746224 Apr 9 14:21 DBLua_NoParser.a
-rwx------+ 1 dev None 828952 Apr 9 14:23 DBMOD5441X.a
-rwx------+ 1 dev None 858298 Apr 9 14:23 DBNANO54415.a
-rwx------+ 1 dev None 50148 Apr 9 14:21 DBNBLuaLibs.a
-rwx------+ 1 dev None 1345356 Apr 9 14:21 DBNetBurner.a
-rwx------+ 1 dev None 15244 Apr 9 14:55 debugLibrary.a
-rwx------+ 1 dev None 272756 Apr 9 13:42 FatFile.a
-rwx------+ 1 dev None 970368 Apr 9 14:55 Lua_Full.a
-rwx------+ 1 dev None 941616 Apr 9 14:55 Lua_NoParser.a
-rwx------+ 1 dev None 979624 Apr 9 14:47 MOD5441X.a
-rwx------+ 1 dev None 1024946 Apr 9 14:57 NANO54415.a
-rwx------+ 1 dev None 59796 Apr 9 14:55 NBLuaLibs.a
-rwx------+ 1 dev None 1535284 Apr 9 14:55 NetBurner.a
-rwx------+ 1 dev None 427088 Apr 9 13:42 rtl8711Library.a
-rwx------+ 1 dev None 180590 Apr 9 13:42 StdFFile.a
Post Reply