在 Nexus N7 上使用 ubuntu-device-flash 只会安装救援系统

在 Nexus N7 上使用 ubuntu-device-flash 只会安装救援系统

下列的这个 developer.ubuntu.com指南我通过刷新了我的 Nexus 7 # ubuntu-device-flash --channel=trusty --bootstrap,得到了这个 [1] 输出,但重启后从安装 Ubuntu部分不会发生在这里:

然后,将映像的各个部分部署到设备。Ubuntu 作为“恢复”映像部署到设备。然后,设备从恢复映像启动,并将 Ubuntu 安装为正常操作系统。最后,设备启动进入设备的 Ubuntu。

它只能启动到正常的引导加载程序,并且只有当我选择“恢复模式”时才会出现 Ubuntu。此菜单有一个“-安装 zip“选项,我想我必须继续,但我找不到在哪里可以找到相关的 zip 文件或如何准确应用它。我可以看到该设备并使用它adb ..重新启动或启动 shell。

1:

# ubuntu-device-flash --channel=trusty --bootstrap                                                              
2014/08/10 22:23:41 Expecting the device to be in the bootloader... waiting
2014/08/10 22:23:42 Device is |grouper|
2014/08/10 22:23:42 Flashing version 294 from trusty channel and server https://system-image.ubuntu.com to device grouper
/root/.cache/ubuntuimages/ubuntu-touch/trusty/grouper/version-294.tar.xz
/root/.cache/ubuntuimages/gpg/image-signing.tar.xz
/root/.cache/ubuntuimages/gpg/image-master.tar.xz
/root/.cache/ubuntuimages/pool/device-08c13901d732c4ff24c342fd62f949ef4d92dbfe4bbdd9b3aee5df327619d30b.tar.xz
2014/08/10 22:24:17 Start pushing /root/.cache/ubuntuimages/ubuntu-touch/trusty/grouper/version-294.tar.xz to device
2014/08/10 22:24:17 Start pushing /root/.cache/ubuntuimages/gpg/image-signing.tar.xz to device
2014/08/10 22:24:17 Start pushing /root/.cache/ubuntuimages/gpg/image-master.tar.xz to device
2014/08/10 22:24:17 Start pushing /root/.cache/ubuntuimages/pool/device-08c13901d732c4ff24c342fd62f949ef4d92dbfe4bbdd9b3aee5df327619d30b.tar.xz to device
2014/08/10 22:24:17 Start pushing /root/.cache/ubuntuimages/pool/ubuntu-035dbe1b5088d07d386c1c6a7833c029ae1ac5ab2e3b1a86a1a3571f2566362c.tar.xz to device
2014/08/10 22:24:17 Done pushing /root/.cache/ubuntuimages/ubuntu-touch/trusty/grouper/version-294.tar.xz to device
2014/08/10 22:24:17 Done pushing /root/.cache/ubuntuimages/gpg/image-signing.tar.xz to device
2014/08/10 22:24:17 Done pushing /root/.cache/ubuntuimages/gpg/image-master.tar.xz to device
2014/08/10 22:25:12 Done pushing /root/.cache/ubuntuimages/pool/device-08c13901d732c4ff24c342fd62f949ef4d92dbfe4bbdd9b3aee5df327619d30b.tar.xz to device
2014/08/10 22:29:01 Done pushing /root/.cache/ubuntuimages/pool/ubuntu-035dbe1b5088d07d386c1c6a7833c029ae1ac5ab2e3b1a86a1a3571f2566362c.tar.xz to device
2014/08/10 22:29:01 Created ubuntu_command: /root/.cache/ubuntuimages/ubuntu_commands037385836
2014/08/10 22:29:01 Rebooting into recovery to flash

答案1

请注意,Ubuntu Touch 仅支持有限的设备:

> 2014/08/10 22:23:42 Device is |grouper|

Ubuntu Touch 支持哪些硬件?

http://developer.ubuntu.com/start/ubuntu-for-devices/devices/

相关内容