可以说这款游戏机几乎把f1c100s发挥到了极致,cpu被限制在702M,除了ps1的游戏不能玩,其它几十款模拟器都很流畅。
离线
不错不错, 感谢楼主 @kekemuyu 分享!
离线
这款机器应该可以运行自写应用,有时间搞个go程序跑跑
离线
这,手感怎么样,搞个玩下?
离线
手感不是很好,整机太小。但这货卖的很火,1千多台几天就卖光了。幸好手快抢了两台
最近编辑记录 kekemuyu (2019-06-27 10:37:41)
离线
我觉得显示不流畅,显示驱动有问题。
初步反编译看了下,没有使用双缓冲。
就是没源码,另外调试也不方便,想改进下显示驱动。楼主知道怎么调试吗?
离线
离线
感觉15,16帧的样子
除了ps游戏和gba某些游戏,其它都能60帧左右,很流畅的
离线
miyoo烧录镜像:
百度网盘: https://pan.baidu.com/s/1nm33UcwCprt8EW_wQWAAkg 提取码:czsk
离线
我觉得显示不流畅,显示驱动有问题。
初步反编译看了下,没有使用双缓冲。
就是没源码,另外调试也不方便,想改进下显示驱动。楼主知道怎么调试吗?
linux驱动不太懂,底层的东西没做过,只会做应用。如果他的驱动实现了framebuffer接口,就可以实现画点、线等基本作图功能。
离线
找到一个在bitboy(miyoo的国外版本)编写的计算器例子
https://github.com/szymor/bittboy-calc
离线
显示驱动芯片是r61520fb
离线
miyoo这么大张旗鼓的,不怕被任天堂告侵权赔偿么?
离线
miyoo这么大张旗鼓的,不怕被任天堂告侵权赔偿么?
连小霸王都不怕, miyoo那点蚊子肉,不知道任天堂看不看得上。
离线
图里那3个焊点是uart接口吗?哪个是tx rx
离线
图里那3个焊点是uart接口吗?哪个是tx rxhttps://whycan.cn/files/members/1770/none.png
司徒的博客里有介绍
离线
https://github.com/steward-fu/miyoo
请问大神, 这个 miyoo链接 怎么玩?
离线
https://github.com/steward-fu/miyoo
请问大神, 这个 miyoo链接 怎么玩?
司徒删除了所有源码,在github搜索miyoo还能收到很多其他人fork司徒的源码
离线
smartcar 说:https://github.com/steward-fu/miyoo
请问大神, 这个 miyoo链接 怎么玩?
司徒删除了所有源码,在github搜索miyoo还能收到很多其他人fork司徒的源码
都被我叉过来了:
https://github.com/qq516333132/f1c500s_kernel
https://github.com/qq516333132/miyoo
https://github.com/qq516333132/f1c500s_uboot
https://github.com/qq516333132/miyoo_src
https://github.com/qq516333132/miyoo_rel
在线
kekemuyu 说:smartcar 说:https://github.com/steward-fu/miyoo
请问大神, 这个 miyoo链接 怎么玩?
司徒删除了所有源码,在github搜索miyoo还能收到很多其他人fork司徒的源码
都被我叉过来了:
https://github.com/qq516333132/f1c500s_kernel
https://github.com/qq516333132/miyoo
https://github.com/qq516333132/f1c500s_uboot
https://github.com/qq516333132/miyoo_src
https://github.com/qq516333132/miyoo_rel
没有.config啊。
前几天试过这个源码为基础,改改编译出来,替换显示驱动r61520fb.ko,结果停留在logo进不去。
零售版机器里ko反编译出来的struct和自己用它源码编译的struct,比如fb_info对应某些变量offset不一致,折腾几天了不知咋回事。
晕哥知道不?
司徒主页上其他掌机的资源也有些删掉了
离线
据说这个显示驱动,tcon0里的vsync中断触发只有40hz。
难怪感觉不流畅,不知怎么搞出来的
Steward says:
-------------
ok
it is hard to explain something
first
not all of screen has TE pinout
ex: v2 bittboy
second
the TE pin is open on PCB for some bittboys
so, for v1, you need short it manually
and
even though all of hardware are ready
the trigger rate is only 40hz in f1c500s
I mean TE is output around 60hz
but f1c500s only get 40hz in kernel driver
so, many issues
I dont know how to say that
but
if you fix your hardware, maybe, you can check kernel whether it is somgthing I overlooked
any question ?People says:
-------------
kernel gets 40Hz instead of 60Hz because it is too slow to process it or the signal got lost in hw, for example by lack of filtering or filtering too much?
i have bittboy v2.5Steward says:
-------------
we use oscilloscope to double check and hw can ouput 60hz
in kernel, I just accumulate and print it
and the result is 40hz
even though boost priority for innterrupt
the result is same as without boos priority
we also check with some engineers who developed f1c500s
they havent checked this when produce this ic
I mean no any verification with interrupt speed
so, I dont know whats the root cause
maybe, kernel or IC
if you know this, please tell me
thanks
离线
据说这个显示驱动,tcon0里的vsync中断触发只有40hz。
难怪感觉不流畅,不知怎么搞出来的
你可以私信或email司徒。技术问题讨论。他应该不会拒绝。删掉代码估计是因为伸手党和键盘侠的烦恼。
离线
这款游戏机强,有购买链接吗?
离线
离线
刚入手,有个3P座子是接调试口,然而:
(1)开机没有SPL和Uboot的Log,内核早期的log也没有
(2)开机起来串口只能输出,不能输入
不能输入的问题是否有解决办法?谢谢
离线
谢谢分享
离线
看来都没搞起来呃。
离线