Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

随身 wifi 骁龙 410 的 uz801 刷入 debian 笔记 #94

Open
hanxi opened this issue Nov 2, 2024 · 0 comments
Open

随身 wifi 骁龙 410 的 uz801 刷入 debian 笔记 #94

hanxi opened this issue Nov 2, 2024 · 0 comments
Labels

Comments

@hanxi
Copy link
Owner

hanxi commented Nov 2, 2024

步骤

  1. 进入 adb 模式,连上 WIFI ,访问 <192.168.100.1/usbdebug.html> 即可打开 adb 。
  2. 执行 adb devices ,确认 adb 连接成功。
  3. 执行 adb reboot bootloader 进入 fastboot 模式。
  4. 下载固件 https://github.com/OpenStick/OpenStick/releases/tag/v1 ,只要下载下面三个即可。
  5. 解压 base-generic.zip ,进入 base 目录,执行 flash.bat 脚本,每次按 Enter 前可以用 fastboot devices 确认设备有正常连接。
  6. 解压 debian.zip ,进入目录里,把 boot-uz801.img 重命名为 boot.img 并覆盖 debian 目录下的 boot.img 文件。最后执行 flash.bat 脚本,每次按 Enter 前可以用 fastboot devices 确认设备有正常连接。
  7. 最后重新插入随时 WiFi ,再参考 https://blog.iamsjy.com/2023/12/11/snapdragon-410-portable-wifi-hotspot-flash-debian-and-optimize/ 安装 RNDIS 网络驱动 。
  8. 使用 adb shell 进入 debian ,或者 ssh 进入,然后使用 nmtui 连上家里的 WiFi 。
  9. 安装 Docker
true > /etc/apt/sources.list.d/mobian.list
apt-get update
apt-get install -y curl wget
curl -fsSL https://get.docker.com | bash -s docker --mirror Aliyun
systemctl enable docker
systemctl start docker

参考

@hanxi hanxi added the 玩具 label Nov 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant