Skip to content

Instantly share code, notes, and snippets.

@luw2007
Last active December 11, 2015 21:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luw2007/4662878 to your computer and use it in GitHub Desktop.
Save luw2007/4662878 to your computer and use it in GitHub Desktop.
刷kindle touch 5.3.2 遇到问题

今天刚知道 kindle touch 最近出了5.3.2的升级包。 下载到kindle 根目录无法升级。KT 5.3.2和多看兼容情况看完才知道由于早些时候装了大量kindle touch的扩展,导致无法升级。 万幸开发组给出了5.3.2的镜像。

###遇到的问题: 1.直接刷5.3.2的工程模式包(mmcblk0p2), 出现ssh无法连接。

现象是ssh连接的时候,显示端口没有打开 。但是可以ping 192.168.15.244 。原因未知(个人猜测是装了usb net 之类的东西,导致端口无法正常开启)。 解决方案,刷其他的工程模式包 ,我找的是http://www.mobileread.com/forums/showthread.php?t=170929 中给出的kt_5.0.1-mmcblk0p2_diags+ssh.img.gz。刷完之后, 可以正常连接ssh。

2.刷到5.3.2之后一直不知道怎么安装多看。 也没有人提到过。

复制文件夹:DK_System, diagnostic_logs, data.tar.gz解压出来的mntus.params 一起放到kindle 的根目录,使用MfgTool 启动到工程模式,ssh连接到kindle, 执行

mv /mnt/us/mntus.params  /var/local/system/mntus.params
chmod +x /var/local/system/mntus.params</code>

然后回到调试模式首页,DDQ 安装多看。

###链接

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment