Raspberry pi Windbg不工作

Raspberry pi Windbg不工作,raspberry-pi,windbg,windows-iot-core-10,Raspberry Pi,Windbg,Windows Iot Core 10,我正在尝试使用Bus Pirate对Raspberry PI3进行内核调试,我按照说明连接了它们,还按照 () 但是每次我运行以下命令时 windbg.exe -k com:port=com3,baud=921600 但一旦我重新启动,我就会“等待重新连接…”而什么也没发生? 有什么建议吗,你遇到过这个问题吗?我的目标是PI3,使用最新的Win 10 IoT Core 10.0.14393.693版本。通过在Raspberry PI上运行以下命令解决了这一问题 bcdedit /dbgsett

我正在尝试使用Bus Pirate对Raspberry PI3进行内核调试,我按照说明连接了它们,还按照 () 但是每次我运行以下命令时

windbg.exe -k com:port=com3,baud=921600
但一旦我重新启动,我就会“等待重新连接…”而什么也没发生?
有什么建议吗,你遇到过这个问题吗?我的目标是PI3,使用最新的Win 10 IoT Core 10.0.14393.693版本。

通过在Raspberry PI上运行以下命令解决了这一问题

bcdedit /dbgsettings serial debugport:1 baudrate:115200
在运行以下波特率的主机上

C:\Program Files (x86)\Windows Kits\10\Debuggers\x86>windbg.exe -k com:port=COM3,baud=921600

不知道为什么会被否决?我需要改进这个问题吗?不要只是投反对票,试着在投票时加入一些理由。。。