OLPC Firmware q7a13: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(Proper name for Open Firmware) |
||
(One intermediate revision by one other user not shown) | |||
Line 27: | Line 27: | ||
== Changes == |
== Changes == |
||
=== |
=== Open Firmware === |
||
* correct the interrupt routing for the camera controller, (<trac>12090</trac>). |
* correct the interrupt routing for the camera controller, (<trac>12090</trac>). |
||
* suppress image size smaller than disk size now that builds size themselves to available space, |
* suppress image size smaller than disk size now that builds size themselves to available space, |
||
* undo change to firmware upgrade version check, (<trac>12079</trac>), <trac>12091</trac>), |
* undo change to firmware upgrade version check, (<trac>12079</trac>), <trac>12091</trac>), |
||
* graphical touchscreen tests for signal analysis, double randomness of adjacent axis test, fix boxes test; many boxes could not be cleared, flush events and ignore buffered up events; to avoid old data on scribble and adjacent axis test, fix bug in watch-fss; was occasionally aborting due to touch event data seen in stream, adjacent axis tests; increase box array to cover used size for photodiode edges, remove debugging. [[XO_4_Touch_Testing]], |
* graphical touchscreen tests for signal analysis, suppress fail on "too strong" a signal, double randomness of adjacent axis test, fix boxes test; many boxes could not be cleared, flush events and ignore buffered up events; to avoid old data on scribble and adjacent axis test, fix bug in watch-fss; was occasionally aborting due to touch event data seen in stream, adjacent axis tests; increase box array to cover used size for photodiode edges, remove debugging. [[XO_4_Touch_Testing]], |
||
=== CForth === |
=== CForth === |
Latest revision as of 02:10, 7 October 2012
This page is monitored by the OLPC team.
OLPC Firmware Release q7a13
Works on XO-4 A2 only. Do not use on A1. Aiming for B1 build.
Download | q7a13.rom |
Build date time | 2012-09-06 19:39:42 |
Source revision | 3298 |
EC version | 0.1.08 |
CForth version | 7b873ab6 |
Changes
Open Firmware
- correct the interrupt routing for the camera controller, (<trac>12090</trac>).
- suppress image size smaller than disk size now that builds size themselves to available space,
- undo change to firmware upgrade version check, (<trac>12079</trac>), <trac>12091</trac>),
- graphical touchscreen tests for signal analysis, suppress fail on "too strong" a signal, double randomness of adjacent axis test, fix boxes test; many boxes could not be cleared, flush events and ignore buffered up events; to avoid old data on scribble and adjacent axis test, fix bug in watch-fss; was occasionally aborting due to touch event data seen in stream, adjacent axis tests; increase box array to cover used size for photodiode edges, remove debugging. XO_4_Touch_Testing,
CForth
- treat delete key as backspace, for compatibility with Linux terminals attached to serial console,
- turn off the storage indicator during suspend.