Talk:Autoreinstallation image

From OLPC
Revision as of 14:36, 28 February 2007 by 72.254.192.46 (talk)
Jump to: navigation, search

(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?