Changes between Version 1 and Version 2 of SettingUpMultiRootGen7
- Timestamp:
- 09/05/10 20:40:35 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SettingUpMultiRootGen7
v1 v2 1 1 == download the needed files from the archos homepage == 2 2 * 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 4 4 5 5 You 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. … … 16 16 sudo cp aos-unpack /usr/local/bin/ 17 17 }}} 18 19 18 == unpack original firmware == 20 19 {{{ 21 20 aos-unpack /path/to/firmware_archos5.aos 22 21 }}} 23 24 22 Of all the files unpacked, the following are of interest: 25 23 … … 30 28 31 29 == flash the SDE == 32 33 30 ''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') 34 31 35 Copy sde_archos5.aos via usb the root of your device, after unmouning cleanly, execute the update via the archos file manager. 32 Copy sde_archos5.aos via usb the root of your device, after unmouning cleanly, execute the update via the archos file manager. 36 33 37 34 Angstrom will boot afterwards, it takes a long time. Be patient. You will have to create an initial user account and set a password. 38 35 39 36 == install the boot menu == 37 == THIS INFORMATION IS OUTDATED. PLEASE COME BACK IN A FEW MINUTES. == 40 38 * Reboot your device while holding down the [VOL -] button. 41 39 * Press the [VOL -] button 5 times to reach the “Developer Edition Menu”. Then Press [Power] … … 43 41 * The screen now should say “connect your device…” – Please do so and mount the device on your desktop PC. 44 42 * 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] 50 46 * Copy the previously unpacked androidroot.cramfs.secure and bitmapfs.cramfs.secure into the main directory of your device. 51 47 * Unmount the device safely. (Else you might damage the files!) … … 66 62 67 63 Congratulations you should now have an dual-booting gen7 device! 68
