Talk:Autoreinstallation image
Jump to navigation
Jump to 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?