Talk:Autoreinstallation image: Difference between revisions

From OLPC
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 2: Line 2:
* change ''os-build# d# NNN < [if]'' to ''os-build# d# 193 = not [if]''
* change ''os-build# d# NNN < [if]'' to ''os-build# d# 193 = not [if]''
* change ''disk:\boot\nandNNN.img'' to ''disk:\boot\nand193.img''
* change ''disk:\boot\nandNNN.img'' to ''disk:\boot\nand193.img''

--------

How do we determine what the current version of the flash and image are?

Revision as of 18:36, 28 February 2007

(optional) if you need to downgrade to a previous version of the OS image for testing purposes, edit the boot/olpcboot.fth file and change both the test of current version and file used by copy-nand, for example to force a downgrade to build 193:

  • change os-build# d# NNN < [if] to os-build# d# 193 = not [if]
  • change disk:\boot\nandNNN.img to disk:\boot\nand193.img

How do we determine what the current version of the flash and image are?