分页: 1 / 1

玩客云TTL后刷入博纳云镜像

发表于 : 09 5月 2019, 18:10
99010
更新:

如果遇到uboot版本太高,想要降级的,参考:https://www.right.com.cn/forum/thread-858287-1-1.html

TTL教程参考: https://www.right.com.cn/forum/thread-837057-1-1.html

------------------------------------------------------------------------------------------

玩客云如何拆机不做详解,网上大把教程。

拆机后无保修,拆机后无保修,拆机后无保修,重要的事情说三遍。

------------------------------------------------------------------------------------------

TTL孔位标记:
TTL.jpg


准备好ttl线、putty软件

电脑用ttl线连接玩客云,开启putty软件。

盒子刚通电时,(只有前3秒有效,过了重来)在putty界面按键盘任意键中断启动进入uboot配置界面。

依次输入如下命令:

代码: 全选

setenv bootfromrecovery 0
setenv bootfromnand 0
setenv start_mmc_autoscript 'if fatload mmc 0 11000000 s805_autoscript; then autoscr 11000000; fi;'
setenv start_usb_autoscript "if fatload usb 0 11000000 s805_autoscript; then autoscr 11000000; fi; if fatload usb 1 11000000 s805_autoscript; then autoscr 11000000; fi;"
setenv start_autoscript 'if usb start; then run start_usb_autoscript; fi; if mmcinfo; then run start_mmc_autoscript; fi;'
setenv bootcmd 'run start_autoscript; run storeboot'
saveenv
到这里双启动配置完成。

简单说就是插SD卡或者U盘就启动了SD卡或者U盘上的系统,没插就是启动玩客云自身系统。

-------------------------------------------------------------------------------------
下载博纳云镜像:

链接: https://pan.baidu.com/s/1OQrz0aTv65A-hX078aH1FA 提取码: vyhz

解压后写进SD卡或者U盘,再插进玩客云,通电,如无意外就启动了博纳云系统,用绑定工具绑定即可。

----------------------------------------------------------------------------------------
注意事项:
1. MAC地址和玩客云固件的MAC保持一致。
2. 不支持千兆,只支持百兆(自动禁用千兆)。
3. 在TTL有标记的板子上,USB1可能会不能用,这时候必须要用使用SD卡启动系统,用USB2接硬盘。
4. 进uboot以后,输入命令提示command not found的机器,目前暂时不支持。(uboot是玩客云的新版,新版中禁用了命令行,需要还原uboot,还原uboot的方法还在寻找)
5. 不支持HDMI。
6. 目前不支持写入emmc, 驱动还没兼容,识别不出来emmc。(刷入EMMC请参考,目前还不稳定 viewtopic.php?f=33&t=6367
7. 有些版本不能搞~~

Re: 玩客云拆机配置双启动,运行armbian

发表于 : 16 5月 2019, 14:29
NONAME
你好,ttl进入中断uboot后,各种命令都无效。如:
“m8b_m201_1G#help
Unknown command 'help' - try 'help'”

请问有解决办法吗

Re: 玩客云拆机配置双启动,运行armbian

发表于 : 28 6月 2019, 02:31
z9466
和楼上一样命令无效

Re: 玩客云拆机配置双启动,运行armbian

发表于 : 28 6月 2019, 12:04
二 猫
NONAME 写了:
16 5月 2019, 14:29
你好,ttl进入中断uboot后,各种命令都无效。如:
“m8b_m201_1G#help
Unknown command 'help' - try 'help'”

请问有解决办法吗
进uboot以后,输入命令提示command not found的机器,目前暂时不支持。

Re: 玩客云拆机配置双启动,运行armbian

发表于 : 28 6月 2019, 12:04
二 猫
z9466 写了:
28 6月 2019, 02:31
和楼上一样命令无效
进uboot以后,输入命令提示command not found的机器,目前暂时不支持。

Re: 玩客云TTL后刷入博纳云镜像

发表于 : 02 7月 2019, 01:19
peng980
云帆流量宝盒成功改成U盘引导,但不能正常进入系统,玩客云不能修改显示 Unknown command 'setenv‘ -try 'help'

Re: 玩客云TTL后刷入博纳云镜像

发表于 : 25 7月 2019, 09:46
yulinsoft
m8b_m201_1G#setenv bootfromrecovery 0
Unknown command 'setenv' - try 'help'
同样是这个问题,看来无解。

Re: 玩客云TTL后刷入博纳云镜像

发表于 : 26 7月 2019, 17:42
二 猫
yulinsoft 写了:
25 7月 2019, 09:46
m8b_m201_1G#setenv bootfromrecovery 0
Unknown command 'setenv' - try 'help'
同样是这个问题,看来无解。
玩客云官方升级了uboot,你可以再找找有没有能搞uboot的

Re: 玩客云TTL后刷入博纳云镜像

发表于 : 26 7月 2019, 17:43
二 猫
yulinsoft 写了:
25 7月 2019, 09:46
m8b_m201_1G#setenv bootfromrecovery 0
Unknown command 'setenv' - try 'help'
同样是这个问题,看来无解。
https://www.right.com.cn/forum/thread-403227-1-1.html 尝试下这种方法吧

Re: 玩客云TTL后刷入博纳云镜像

发表于 : 26 7月 2019, 18:14
will
yulinsoft 写了:
25 7月 2019, 09:46
m8b_m201_1G#setenv bootfromrecovery 0
Unknown command 'setenv' - try 'help'
同样是这个问题,看来无解。
在网上找下已经发布的root方法,root一下设备。 然后执行如下命令:

代码: 全选

fw_setenv bootfromrecovery 0
fw_setenv bootfromnand 0
fw_setenv start_mmc_autoscript 'if fatload mmc 0 11000000 s805_autoscript; then autoscr 11000000; fi;'
fw_setenv start_usb_autoscript "if fatload usb 0 11000000 s805_autoscript; then autoscr 11000000; fi; if fatload usb 1 11000000 s805_autoscript; then autoscr 11000000; fi;"
fw_setenv start_autoscript 'if usb start; then run start_usb_autoscript; fi; if mmcinfo; then run start_mmc_autoscript; fi;'
fw_setenv bootcmd 'run start_autoscript; run storeboot'
执行以后,关机,插上刷好的U盘,再开机即可。

Re: 玩客云TTL后刷入博纳云镜像

发表于 : 25 8月 2019, 19:38
lichuanley
玩客云刷机直接执行这套操作,不需要提前root吧?

Re: 玩客云TTL后刷入博纳云镜像

发表于 : 26 8月 2019, 10:57
二 猫
lichuanley 写了:
25 8月 2019, 19:38
玩客云刷机直接执行这套操作,不需要提前root吧?
是的

Re: 玩客云TTL后刷入博纳云镜像

发表于 : 01 9月 2019, 10:19
lichuanley
will 写了:
26 7月 2019, 18:14
yulinsoft 写了:
25 7月 2019, 09:46
m8b_m201_1G#setenv bootfromrecovery 0
Unknown command 'setenv' - try 'help'
同样是这个问题,看来无解。
在网上找下已经发布的root方法,root一下设备。 然后执行如下命令:

代码: 全选

fw_setenv bootfromrecovery 0
fw_setenv bootfromnand 0
fw_setenv start_mmc_autoscript 'if fatload mmc 0 11000000 s805_autoscript; then autoscr 11000000; fi;'
fw_setenv start_usb_autoscript "if fatload usb 0 11000000 s805_autoscript; then autoscr 11000000; fi; if fatload usb 1 11000000 s805_autoscript; then autoscr 11000000; fi;"
fw_setenv start_autoscript 'if usb start; then run start_usb_autoscript; fi; if mmcinfo; then run start_mmc_autoscript; fi;'
fw_setenv bootcmd 'run start_autoscript; run storeboot'
执行以后,关机,插上刷好的U盘,再开机即可。
那这个意思,是不是代表得必须先root,再执行那个命令吧。

Re: 玩客云TTL后刷入博纳云镜像

发表于 : 27 2月 2020, 17:28
yylwhy
至少需要多大SD卡 或者U盘? 我用的4G SD卡。

coursework

发表于 : 23 1月 2023, 05:45
InessaSlmt
coursework online
coursework support
coursework help

dating near me free

发表于 : 18 2月 2023, 07:34
AmberlySlmt
sex dating sights
dating team
dating chat free

single chat sites

发表于 : 22 2月 2023, 22:19
SalomaSlmt
dating sites our time
totally free dating sites near nelson
best dating sites