Flash Filesystem: Difference between revisions

condense information
Has nothing to do with Flash filesystem
Line 90: Line 90:


With [ [[3.0.0]] + ] index 2 is used instead of index 1.
With [ [[3.0.0]] + ] index 2 is used instead of index 1.
==== panic ====
The ARM7 panic() function does the following:
* Clears memory.
* ...
* Writes 0x1 to FUSE_DIS_PGM. From nvdia source: "check that fuse options write access hasn't been disabled".
* ...
* Executes: while(1)*((u32*)0x60007004) = 0x5<<28;


== User Partitions ==
== User Partitions ==