为了上一些课,我不得不在 E4.5 上安装 Android。现在课程结束了,我尝试重新安装 Ubuntu Touch,以便尝试为它开发一些东西
我已经使用过这个命令:
ubuntu-device-flash touch --channel ubuntu-touch/stable/bq-aquaris.en --bootstrap --recovery-image /home/nori/Downloads/recovery-krillin.img
但它给出了一个错误:
Device KRILLIN not found on server https://system-image.ubuntu.com channel ubuntu-touch/stable/bq-aquaris.en
我看到服务器已命名krillin
(没有大写),因此我尝试:
ubuntu-device-flash touch --channel ubuntu-touch/stable/bq-aquaris.en --bootstrap --recovery-image /home/nori/Downloads/recovery-krillin.img --device krillin
然后出现这个错误:
Can't flash recovery image
关于如何解决这个问题有什么想法吗?
编辑 1:刚刚尝试了此链接中的说明: https://developer.ubuntu.com/en/phone/devices/installing-ubuntu-for-devices/
最后它给了我一个错误:
Cache formatting was not succesful, flashing may fail, check your partittions on device
Can't boot recovery image
我甚至尝试重新安装工具和 sdk,但仍然无法安装。
答案1
请遵循此处的所有说明:
https://developer.ubuntu.com/en/phone/devices/installing-ubuntu-for-devices/
如果失败的话请告知我们。