Release Notes if you haven't done so allready. You might kill your PDA if you don't read them. # Present a form for downloading a distribution. function dlform () { # Distribution types. $boots = array('bootstrap, a bare-bones screenless system for developers' => 'strap', 'GPE,' . ' a GTK-based GPL/LGPLed graphical interface' => 'gpe', 'Opie,' . ' a Qtopia-based GPL graphical interface' => 'opie'); # Platforms. (To do: put this in an include file.) $plats = array( 'h3600', 'h3700', 'h3800', 'h3900', 'h5400', 'h5500', 'h2200', 'hx4700', 'h6300'); # Discover release version numbers. $rels = familiar_rels(); # Present choices. echo <<

Please select a release:

EOD; foreach ($rels as $rel) { echo <<$rel[name], $rel[ver]
EOD; } echo <<

Please select your hardware:

EOD; foreach ($plats as $plat) { echo <<$plat
EOD; } echo <<

Please select which set of files you want:

EOD; while (list($name, $val) = each($boots)) { echo << EOD; } echo <<
     $name

EOD; } dlform(); ?>

All the files that make up the distribution are available outside of a tarball, so if you only need the new BootBlaster, you can get it from the files directory. But please use the above form to make sure that you get the correct and complete set of files. Note that the h3100 uses a different bootloader version because its display is not supported by the current bootloader and is currently not supported by v0.8.x.

After downloading the tarball, unpack it (tar xf filename or run WinZip) and continue with one of these installation steps: