恩山无线论坛

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
查看: 27520|回复: 71

[小米电视盒子] 史上最无聊的首发——小米盒子3刷openwrt成功(MDZ-16-AA),附跑分

  [复制链接]
发表于 2021-8-28 22:56 | 显示全部楼层 |阅读模式
本帖最后由 zeakyx 于 2022-1-24 17:37 编辑

更新:刷CoreELEC成功了,见https://www.right.com.cn/forum/thread-7507085-1-1.html


感兴趣的朋友可以加tg群,伸出圆手:
https://t.me/+S7he8AIouyhmNmJl



过气盒子没啥好说的,直接上图吧:


屏幕截图 2021-08-21 215453.png
由于主频有2Ghz,跑分甚至超过n1

因为跟n1一样使用博通的wifi所以用n1的包直接驱动了哈哈:

屏幕截图 2021-08-21 222235.png

其实很想刷coreelec的,但是加载内核就卡住了,希望有大佬指点
刷机步骤:
其实也没啥好说,拆机接ttl如图触点(我直接焊了个3pin的SH座子方便一点):




ttl跑起来后按键暂停,依次输入(来源wdmomo,感谢!):
  • setenv bootfromrecovery 0
  • setenv bootfromnand 0
  • setenv start_mmc_autoscript "run switch_bootmode"
  • setenv start_usb_autoscript "if fatload usb 0 11000000 aml_autoscript; then autoscr 11000000; fi; if fatload usb 1 11000000 aml_autoscript; then autoscr 11000000; fi;"
  • setenv start_autoscript 'if usb start; then run start_usb_autoscript; fi; run start_mmc_autoscript; '
  • setenv bootcmd 'run start_autoscript'
  • saveenv

u盘写入f大的opnenwrt固件,然后改dtb为wetek hub的,插上启动就完事了





点评

只能够U盘运行吗?  发表于 2021-8-30 00:27

评分

参与人数 2恩山币 +2 收起 理由
xiaohuzi + 1 跑分高但是百兆网口,毫无意义~
极品斌 + 1 感谢你的分享,无论怎样,你都是最无私的人!来,说说,你E盘上还有啥一起给我吧!

查看全部评分

我的恩山、我的无线 The best wifi forum is right here.
发表于 2021-11-23 16:56 | 显示全部楼层
  1. root@amlogic:~# ls
  2. install-docker.sh   install-zerotier.sh  install-to-emmc.sh  password
  3. root@amlogic:~# ./install-to-emmc.sh
  4. 请选择 Amlogic Box 的类型:
  5. -----------------------------------------------------------------------------------
  6. 1. Phicomm N1 (斐讯N1 或 S905X、S905D等盒子), 默认跳过 EMMC 的前面 700MB
  7. 2. X96 Max, X96 Max+ (或与之相当的 S905X2、S905X3 盒子),默认跳过 EMMC 的前面 1350MB
  8. 3. 自定义要跳过的空间(单位: MB)
  9. 0. 我看错了, 不刷了
  10. -----------------------------------------------------------------------------------
  11. 1
  12. SKIP = 700 MB
  13. Start script create MBR and filesystem
  14. /dev/mmcblk2
  15. Start backup u-boot default
  16. 记录了4+0 的读入
  17. 记录了4+0 的写出
  18. 4194304 bytes (4.2 MB, 4.0 MiB) copied, 1.70726 s, 2.5 MB/s
  19. Error: /dev/mmcblk2: unrecognised disk label
  20. 记录了1+0 的读入
  21. 记录了1+0 的写出
  22. 512 bytes copied, 0.00618386 s, 82.8 kB/s
  23. Start create MBR and partittion
  24. [ 5759.619991]  mmcblk2:
  25. [ 5759.716696]  mmcblk2: p1
  26. [ 5759.737501]  mmcblk2: p1
  27. Start restore u-boot
  28. [ 5759.862899]  mmcblk2: p1 p2
  29. 记录了442+0 的读入
  30. 记录了442+0 的写出
  31. 442 bytes copied, 0.00351198 s, 126 kB/s
  32. [ 5759.894093]  mmcblk2: p1 p2
  33. 记录了8191+0 的读入
  34. 记录了8191+0 的写出
  35. 4193792 bytes (4.2 MB, 4.0 MiB) copied, 0.60[ 5760.476712]  mmcblk2: p1 p2
  36. 1246 s, 7.0 MB/s
  37. Done
  38. Start copy system for eMMC.
  39. Formatting BOOT partition...mkfs.fat 4.1 (2017-01-24)
  40. done.
  41. Copying BOOT...done.
  42. Edit init config...'/ddbr/install/uEnv.txt' -> '/root/uEnv.emmc'
  43. '/boot/uEnv.txt' -> '/root/uEnv.sd'
  44. done.
  45. Formatting ROOT partition...
  46. mke2fs 1.44.5 (15-Dec-2018)
  47. Creating filesystem with 721920 4k blocks and 180688 inodes
  48. Filesystem UUID: ffe5f830-25bd-4b8b-80a4-98957d50e606
  49. Superblock backups stored on blocks:
  50.         32768, 98304, 163840, 229376, 294912

  51. Allocating group tables: done
  52. Writing inode tables: done
  53. Creating journal (16384 blocks): done
  54. Writing superblocks and filesystem accounting information: done

  55. done.
  56. Copying ROOTFS.
  57. [ 5789.040466] EXT4-fs (mmcblk2p2): mounted filesystem with ordered data mode. Opts: (null)
  58. Copy BIN
  59. Copy BOOT
  60. Create DEV
  61. Copy ETC
  62. Copy HOME
  63. Copy LIB
  64. Copy LIB64
  65. Create MEDIA
  66. Create MNT
  67. Copy OPT
  68. Create PROC
  69. Copy ROOT
  70. Create RUN
  71. Copy SBIN
  72. Copy SELINUX
  73. Copy SRV
  74. Create SYS
  75. Create TMP
  76. Copy USR
  77. Copy VAR
  78. Copy fstab
  79. done
  80. *******************************************
  81. Complete copy OS to eMMC
  82. *******************************************
  83. 安装过程结束,请重启
  84. root@amlogic:~#
复制代码
我也想它变砖啊!

点评

可以啊,用的什么固件不过700m分区属实是浪费了,s905这种老设备小米留的分区很小  详情 回复 发表于 2021-11-24 09:01
我的恩山、我的无线 The best wifi forum is right here.
发表于 2021-12-7 22:10
待审核
我的恩山、我的无线 The best wifi forum is right here.
(待审核) 支持 反对

发表于 2021-12-7 22:07
待审核
我的恩山、我的无线 The best wifi forum is right here.
(待审核) 支持 反对

发表于 2021-8-28 23:59 | 显示全部楼层
牛逼啊……
我的恩山、我的无线 The best wifi forum is right here.
发表于 2021-8-29 00:55 | 显示全部楼层
有意思 mark 一下
我的恩山、我的无线 The best wifi forum is right here.
发表于 2021-8-29 02:11 | 显示全部楼层
厉害了大神
我的恩山、我的无线 The best wifi forum is right here.
发表于 2021-8-29 02:20 | 显示全部楼层
小米盒子3s可以刷呢

我的恩山、我的无线 The best wifi forum is right here.
发表于 2021-8-29 06:55 | 显示全部楼层
厉害啊,我的小米盒子在家吃灰呢
我的恩山、我的无线 The best wifi forum is right here.
发表于 2021-8-29 11:11 | 显示全部楼层
这个厉害了
我的恩山、我的无线 The best wifi forum is right here.
发表于 2021-8-29 11:15 | 显示全部楼层
牛逼,这个盒子我有,感觉我又要进入新坑了。。。。。。
我的恩山、我的无线 The best wifi forum is right here.
发表于 2021-8-29 11:59 | 显示全部楼层
我还有个2增强版,不知道有没有戏

点评

我的小米盒子增强版是s802的cpu,我也在研究怎么刷openwrt呢  详情 回复 发表于 2021-9-1 00:56
基本上都是差不多的操作,看一下cpu型号就行  详情 回复 发表于 2021-8-29 15:58
我的恩山、我的无线 The best wifi forum is right here.
 楼主| 发表于 2021-8-29 15:58 | 显示全部楼层
changxiushanwu 发表于 2021-8-29 11:59
我还有个2增强版,不知道有没有戏

基本上都是差不多的操作,看一下cpu型号就行
我的恩山、我的无线 The best wifi forum is right here.
发表于 2021-8-29 17:42 | 显示全部楼层
今天看看论坛就发现了这个,牛!
我的恩山、我的无线 The best wifi forum is right here.
发表于 2021-8-29 20:15 | 显示全部楼层
厉害厉害
我的恩山、我的无线 The best wifi forum is right here.
发表于 2021-8-29 20:17 | 显示全部楼层
有教程吗 怎么刷机
我的恩山、我的无线 The best wifi forum is right here.
发表于 2021-8-30 00:22 | 显示全部楼层
有意思 mark 一下
我的恩山、我的无线 The best wifi forum is right here.
发表于 2021-8-30 00:31 | 显示全部楼层
小米盒子3增强版可以刷吗?

点评

会搞kernel的话可以,发哥的开源支持好像比全志还差  详情 回复 发表于 2021-8-30 16:34
我的恩山、我的无线 The best wifi forum is right here.
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

关闭

欢迎大家光临恩山无线论坛上一条 /1 下一条

有疑问请添加管理员QQ86788181|手机版|小黑屋|Archiver|恩山无线论坛(常州市恩山计算机开发有限公司版权所有) ( 苏ICP备05084872号 )|网站地图

GMT+8, 2023-4-1 02:54

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

| 江苏省互联网有害信息举报中心 举报信箱:js12377@jschina.com.cn 举报电话:025-88802724 | 本站不良内容举报信箱:68610888@qq.com 举报电话:0519-86695797
快速回复 返回顶部 返回列表