evi0s

Results 35 comments of evi0s

Same issue. Any idea about changing the threshold? Maybe we can modify the source code and compile it manually before the tools release.

By the way, grub is able to boot but leads to kernel panic on my orangepi4b, with latest armbian 5.8.6 kernel (and device tree loaded). ![image](https://user-images.githubusercontent.com/29858399/100974861-f869dd80-3577-11eb-813c-37f533a2e98a.png) To my surprise that...

> 老哥有玩tn3399 的板子吗? nop, 手上的板子是 OrangePi 4B(

> 我有一个tn3399的板子处理器是rk3399,之前有位网友也研究过这个,说的是hdmi 输出跟 波特率有关系。 而且他有截图给我看看他的界面,并启动win10 arm,不过启动的时候有一个dll 错误。 哎,有链接或者资料嘛?我对比看了下这个 repo 和 uboot 的 Vop 驱动的代码,感觉 uboot 的代码有点乱,问题大概是 HDMI 的 i2c 上?

> 我找了下聊天记录,它是这样说: 原先edk卡住是因为波特率是115200 改成1500000 就能看见界面了。我没有源代码,不过有一个他改好的文件。 这个我已经解决了,这个 repo 里面把串口波特率调整成了 115200 (/Rk3399Pkg/RK3399-SDK.dec, L296),我后来改了下就可以在串口看到 edk2 的 ui 了

> 额 原来只能在串口里显示啊。。。,好吧,我理解错了。 对,所以现在在找 Vop 驱动的问题,尝试从 HDMI 输出

> > 我有一个tn3399的板子处理器是rk3399,之前有位网友也研究过这个,说的是hdmi 输出跟 波特率有关系。 而且他有截图给我看看他的界面,并启动win10 arm,不过启动的时候有一个dll 错误。 > > 我可没这么说 我说这个edk里面用的不是默认的1.5M所以串口里一直看不见输出让我以为这个实现是坏的。。。我的截图也很明显是putty的截图,不是hdmi视频采集出来的 > (我的那个win启动界面是用uboot直接bootefi bootmgfw.efi出来的,报错跟uboot实现有关,与这个项目也没啥关系) > > The baud rate setted in this repo is 115200 not 1.5M, so I...

Yeah, I do recreate your issue. I have no idea what's going on with edk2, but instead of specifying commit in clone operation, I fully clone the edk2 and checkout...

plz let me know if this also works for you. I'll fix up the description in README.

已在 https://github.com/evi0s/WMPFDebugger/commit/707f13a3e3abc66d4fbe74928747ed951009f401 中修复,欢迎测试