Supported systems: Difference between revisions

No edit summary
Line 75: Line 75:
|  
|  
|}
|}
==Updating to the Latest Joyride Version==
==== Run olpc-update ====
Normally you only need to run ''olpc-update'' with a build number, like this:
# olpc-update 703
or
# olpc-update joyride-1779
There are other options.  For example:
# olpc-update --help
<pre><nowiki>
Usage:
olpc-update [options] --hints hints-file
olpc-update [options] [-rf] build-number
olpc-update [options] [-rf] --usb
olpc-update --version
olpc-update --help
For example:
olpc-update 630
olpc-update joyride-1779
olpc-update update.1-700
Options:
  -h, --help    show this help message and exit
  -f, --full    skip incremental update attempt.
  --force      force update to an unsigned build.
  -r, --reboot  reboot after a successful update.
  --hints=FILE  name of json-encoded hints dictionary identifying the desired
                new version.
  -u, --usb    upgrade from new build on inserted USB stick.
  -v            display verbose progress information; repeat for more verbose
                output.
  -q, --quiet  don't output anything; use exit status to indicate success.
  --version    display version and license information.
</nowiki></pre>