Changes between Version 1 and Version 2 of SettingUpMultiRootGen7

Show
Ignore:
Timestamp:
09/05/10 20:40:35 (3 years ago)
Author:
dm8tbr
Comment:

temporary changes

Legend:

Unmodified
Added
Removed
Modified
  • SettingUpMultiRootGen7

    v1 v2  
    11== download the needed files from the archos homepage == 
    22 * download the SDE firmware, rename the file firmware_archos5.aos to sde_archos5.aos to avoid confusion 
    3  * download the regular 2.0.xx Android firmware from archos  
     3 * download the regular 2.0.xx Android firmware from archos 
    44 
    55You now have one file named firmware_archos5.aos which is the original android os and one file named sde_archos5.aos which is the SDE containing anstrom. 
     
    1616sudo cp aos-unpack /usr/local/bin/ 
    1717}}} 
    18  
    1918== unpack original firmware == 
    2019{{{ 
    2120aos-unpack /path/to/firmware_archos5.aos 
    2221}}} 
    23  
    2422Of all the files unpacked, the following are of interest: 
    2523 
     
    3028 
    3129== flash the SDE == 
    32  
    3330''Before you install the SDE, please make sure your device is either running a 1.9.x or 2.0.x firmware. There have been problems reported with directly going from 1.7.x to the new SDE AOS file (the ubi-fs was damaged and ubi modules were not loading).'' (this step may have been obsoleted by the later step of using 'repair') 
    3431 
    35 Copy sde_archos5.aos via usb the root of your device, after unmouning cleanly, execute the update via the archos file manager.  
     32Copy sde_archos5.aos via usb the root of your device, after unmouning cleanly, execute the update via the archos file manager. 
    3633 
    3734Angstrom will boot afterwards, it takes a long time. Be patient. You will have to create an initial user account and set a password. 
    3835 
    3936== install the boot menu == 
     37== THIS INFORMATION IS OUTDATED. PLEASE COME BACK IN A FEW MINUTES. == 
    4038 * Reboot your device while holding down the [VOL -] button. 
    4139 * Press the [VOL -] button 5 times to reach the “Developer Edition Menu”. Then Press [Power] 
     
    4341 * The screen now should say “connect your device…” – Please do so and mount the device on your desktop PC. 
    4442 * Now get the following files and put them on the root of your archos device: 
    45   * [http://www.openaos.org/wp-upload/menu-beta/initramfs.cpio.gz initramfs.cpio.gz] (for mass storage access) '''OR''' [http://www.openaos.org/tmp/g-serial-console/initramfs.cpio.gz initramfs.cpio.gz] (for serial console access) 
    46   * [http://www.openaos.org/tmp/g-serial-console/zImage zImage] 
    47   * [http://www.openaos.org/wp-upload/menu-beta/menu.lst menu.lst] 
    48   * [http://www.openaos.org/tmp/ubitools.tar.gz ubitools.tar.gz] 
    49   * [http://www.openaos.org/wp-upload/menu-beta/script script] 
     43   * [http://www.openaos.org/wp-upload/menu-beta/inifooo.cpio.gz initramfs.cpio.gz] (for mass storage access) '''OR''' [http://www.openaos.org/tmp/g-serial-console/inifoo.cpio.gz initramfs.cpio.gz] (for serial console access) 
     44   * [http://www.openaos.org/tmp/g-serial-console/zfoo zImage] 
     45   * [http://www.openaos.org/wp-upload/menu-beta/menu.lst menu.lst] 
    5046 * Copy the previously unpacked androidroot.cramfs.secure and bitmapfs.cramfs.secure into the main directory of your device. 
    5147 * Unmount the device safely. (Else you might damage the files!) 
     
    6662 
    6763Congratulations you should now have an dual-booting gen7 device! 
    68