Mise à jour du touch Book
Mise a jour en différé (notes)
Script approximatif:
cat /proc/partitions
mknod /dev/sda1 b 8 1 mkdir /mnt/usb mount -o iocharset=utf8 /dev/sda1 /mnt/usb cd / cp /mnt/usb/install-sd.sh . chmod 777 install-sd.sh ./install-sd.sh -d /dev/mmcblk0 -e -f -o /mnt/usb
Download the following files and place them in the root of your USB flash drive:
ai-install.tbz2
ai-os.squashfs
ai-ui.tbz2
android.squashfs
install-sd.sh
mlo
u-boot.bin
ubuntu.squashfs
uImage
From here:
http://www.alwaysinnovating.com/release/latest/
Warning to Windows users: Windows will save mlo and uImage as .txt files; after downloading, rename the files and remove the .txt from the end.
The flash drive can be inserted in the TB either prior to powering on or at the command prompt below; I've done both.
Select the "command prompt" option from the boot menu and from there enter the following.
[Note if you have 2010-01.b or higher, at the OS selection screen, tap/poke the "Advanced Boot Menu" text in the lower left of the screen.]
mknod /dev/sda b 8 0
mkdir /mnt/usb
mount -o iocharset=utf8 /dev/sda /mnt/usb
cd /
cp /mnt/usb/install-sd.sh .
chmod 777 install-sd.sh
./install-sd.sh -d /dev/mmcblk0 -e -f -o /mnt/usb
In 10-15 minutes you'll have an updated TB
Meilleure possibilité
if that succeeds, then the contents of the first partition will be accessible in /mnt/mmc directory
then:
1. go to
http://www.alwaysinnovating.com/release/latest/
, download all the files you see on the small drive (that should be: mlo, u-boot.bin, uImage, ai-ui.tbz2 and ai-install.tbz2) to some directory on your desktop - or anywhere, but not on the card (yet)
2. open the download directory and make sure that your browser didn't rename mlo to mlo.html or uImage to uImage.html (one of those happens sometimes, not sure which)
3. copy the files from the download directory to the small drive (which is /mnt/mmc). overwrite everything.
4. reboot and enjoy your OS selection screen. at this point, you should apply the "normal" update method
Téléchargement
wget -r -np http://www.alwaysinnovating.com/release/latest/