Motorola XT894 >> Maemo Leste

安裝系統


參考資訊:
1. wiki
2. maemo
3. kexecboot

下載燒錄檔案:

$ sudo apt-get install fastboot
$ cd
$ wget https://maedevu.maemo.org/images/droid4/VRZ_XT894_9.8.2O-72_VZW-18-8_CFC.xml.zip
$ wget https://maedevu.maemo.org/images/droid4/flash-droid-4-fw.sh
$ wget https://maedevu.maemo.org/images/droid4/20200323/maemo-leste-1.0-armhf-droid4-20200323.img.xz
$ wget https://github.com/tmlind/droid4-kexecboot/blob/master/utags-mmcblk1p13.bin
$ wget https://github.com/tmlind/droid4-kexecboot/blob/master/2019-03-08/droid4-kexecboot.img
$ unzip VRZ_XT894_9.8.2O-72_VZW-18-8_CFC.xml.zip

燒錄kexecboot:
1. XT894關機
2. 按住電源、音量上、音量下,一秒後同時放開即可進入fastboot模式
3. 執行如下命令

$ pushd VRZ_XT894_9.8.2O-72_VZW-18-8_CFC.xml
$ sudo bash ../flash-droid-4-fw.sh
$ popd
$ sudo fastboot flash mbm VRZ_XT894_9.8.2O-72_VZW-18-8_CFC.xml/allow-mbmloader-flashing-mbm.bin
$ sudo fastboot reboot-bootloader
$ sudo fastboot flash bpsw droid4-kexecboot.img
$ sudo fastboot flash utags utags-mmcblk1p13.bin
$ sudo fastboot reboot

製作開機系統:

$ xzcat maemo-leste-1.0-armhf-droid4-20200323.img.xz | sudo dd status=progress bs=1M of=/dev/xxx
$ sync

P.S. 插入XT894後開機即可。


返回上一頁