Difference between revisions of "FMX"
Jump to navigation
Jump to search
(One intermediate revision by the same user not shown) | |||
Line 8: | Line 8: | ||
* Any ''code'' accessing the ethernet controller's registers must be in an ''even'' page of memory! | * Any ''code'' accessing the ethernet controller's registers must be in an ''even'' page of memory! | ||
− | * The SD Card controller's "raw access" mode only works so long as you don't initialize | + | * The SD Card controller's "raw access" mode only works so long as you don't initialize the controller. Once you've invoked the init function, raw access will fail until the next reset. |
* A special "song-and-dance" routine is needed to switch from 800x600 back down to 640x480. See the various kernel sources for details. | * A special "song-and-dance" routine is needed to switch from 800x600 back down to 640x480. See the various kernel sources for details. |
Latest revision as of 14:24, 15 March 2024
Software Errata:
- Any code accessing the ethernet controller's registers must be in an even page of memory!
- The SD Card controller's "raw access" mode only works so long as you don't initialize the controller. Once you've invoked the init function, raw access will fail until the next reset.
- A special "song-and-dance" routine is needed to switch from 800x600 back down to 640x480. See the various kernel sources for details.