蓝屏由于 Windows IoT Core 10 B+ 加载
Blue screen due Windows IoT Core 10 B+ loading
我尝试 运行 Windows IoT Core 10 B+ 优于 Raspberry Pi 3 B+。
盘子是新的。我从这里下载的OS:Windows IoT 10 B+,我用过:
RaspberryPi 3B+ Technical Preview Build 17661
我使用 this 手册将 OS 安装到闪存。
我有一个 4 INCH HDMI LCD with Touch Pad 连接到平板上。
为了连接 LCD,我需要修改原始配置 (g:\config.txt
) 文件 - 请参见下面的代码。
但是问题不在配置中,当我使用原始配置时,我在仪表板中没有检测到设备。如果我使用修改后的配置,我的显示器可以正常工作,但会出现蓝屏。
FFU 上传后我有以下驱动器:
- U 盘 F:
- EFIESP G:
- 主要OS H:
- 数据 J:
我搜索了日志和重要文件,但没有找到太多:
- j:\FirstBoot.Complete
一些类似 DUMP 的文件,但是,无法 在 Visual Studio 中打开它作为 DUMP 文件:
- j:\DUMP0c15.tmp
- j:\DUMP0c35.tmp
- j:\DedicatedDumpFile.sys
跟随目录,但是它是空的:
- j:\Logfiles\WMI\RtBackup\
- j:\CrashDump\
- h:\Windows\tracing\
- h:\Windows\LiveKernelReports\
- h:\Windows\system32\winevt\Logs\
修改内容为:g:\config.txt
:
init_uart_clock=16000000 # Set UART clock to 16Mhz
kernel_old=1 # Load kernel.img at physical memory address 0x0
safe_mode_gpio=8 # A temp firmware limitation workaround
max_usb_current=1 # Enable maximum usb current
gpu_mem=32 # Set VC to 32MB, ARM DRAM to (1008-32)MB
hdmi_force_hotplug=1 # Enable HDMI display even if it is not connected (640x480)
core_freq=250 # Frequency of GPU processor core in MHz
framebuffer_ignore_alpha=1 # Ignore the alpha channel for Windows.
framebuffer_swap=1 # Set the frame buffer to be Windows BGR compatible.
disable_overscan=1 # Disable overscan
hdmi_group=2 # Use VESA Display Mode Timing over CEA
hdmi_mode=87 # 5 inch screen
hdmi_cvt 480 800 60 6 0 0 0 # 5 inch screen
dtoverlay=ads7846,cs=1,penirq=25,penirq_pull=2,speed=50000,keep_vref_on=0,swapxy=0,pmax=255,xohms=150,xmin=200,xmax=3900,ymin=200,ymax=3900
display_rotate=3
这是蓝屏截图:
据我所知,有关于以下内容的通知:BAD_SYSTEM_CONFIG_INFO
我阅读了 troubleshooting page 和一些其他信息。
我有以下问题:
- 驱动器负责什么:
G:
、F:
、J:
、H:
?
- 我在哪里可以找到 Windows IoT 文件系统中的启动日志?
- 在哪里可以找到更多关于 Windows 物联网 OS 架构及其系统目录树的文档?
- 可能是什么问题?
PS:我 成功地在 Raspberry Pi 上 运行 Windows IoT Core 10 3.
请注意没有正式发布 版本的 Windows IoT Core for Raspberry Pi 3B+。只有一个内部预览版本 17761 假设在 3B+ 上工作。所以使用你下载的图片不做任何修改看看是否有效。
But th eproblem not in config, when I use original config, I have to
device detected in Dashboard. If I use modified config, I have monitor
working, but have blue screen.
如果您的意思是您无法在 Dashboard 中检测到设备,请通过 HDMI 连接显示器以查看系统是否启动。对我来说"BAD_SYSTEM_CONFIG_INFO" 好像是因为你更改了默认设置所以导致系统启动失败。
What are the drives responsible for: G:, F:, J:, H: ?
主要OS:OS 和 OEM 预加载的应用程序。
EFI:带有引导管理器、引导配置数据库的固定大小分区。
数据:用户数据分区、用户注册表配置单元、应用程序、应用程序数据。
更详细的信息请参考“IoT Device Layout”。
Where can I find boot logs in the Windows IoT file system?
当系统可以成功启动时,您可能需要使用WinDbg获取启动信息。
Where can I find more documentation about Windows IoT OS architecture
and its system's directory tree?
好像没有这样的专用文件。但您可以参考以下文件:
"Windows kernel", "Architecture of Windows 10", "An overview of Windows 10 IoT", "Windows file sharing"
Windows IoT Core 是 Windows 10 版的 IoT。它与 Windows 10 个其他版本有许多共同点,并且由于其设备资源有限而有一些限制。因此,您可以比较 Windows 10 IoT Core 和完整版 Windows 10,例如 Windows 10 IoT Enterprise 以了解它。
我尝试 运行 Windows IoT Core 10 B+ 优于 Raspberry Pi 3 B+。
盘子是新的。我从这里下载的OS:Windows IoT 10 B+,我用过:
RaspberryPi 3B+ Technical Preview Build 17661
我使用 this 手册将 OS 安装到闪存。
我有一个 4 INCH HDMI LCD with Touch Pad 连接到平板上。
为了连接 LCD,我需要修改原始配置 (g:\config.txt
) 文件 - 请参见下面的代码。
但是问题不在配置中,当我使用原始配置时,我在仪表板中没有检测到设备。如果我使用修改后的配置,我的显示器可以正常工作,但会出现蓝屏。
FFU 上传后我有以下驱动器:
- U 盘 F:
- EFIESP G:
- 主要OS H:
- 数据 J:
我搜索了日志和重要文件,但没有找到太多:
- j:\FirstBoot.Complete
一些类似 DUMP 的文件,但是,无法 在 Visual Studio 中打开它作为 DUMP 文件:
- j:\DUMP0c15.tmp
- j:\DUMP0c35.tmp
- j:\DedicatedDumpFile.sys
跟随目录,但是它是空的:
- j:\Logfiles\WMI\RtBackup\
- j:\CrashDump\
- h:\Windows\tracing\
- h:\Windows\LiveKernelReports\
- h:\Windows\system32\winevt\Logs\
修改内容为:g:\config.txt
:
init_uart_clock=16000000 # Set UART clock to 16Mhz
kernel_old=1 # Load kernel.img at physical memory address 0x0
safe_mode_gpio=8 # A temp firmware limitation workaround
max_usb_current=1 # Enable maximum usb current
gpu_mem=32 # Set VC to 32MB, ARM DRAM to (1008-32)MB
hdmi_force_hotplug=1 # Enable HDMI display even if it is not connected (640x480)
core_freq=250 # Frequency of GPU processor core in MHz
framebuffer_ignore_alpha=1 # Ignore the alpha channel for Windows.
framebuffer_swap=1 # Set the frame buffer to be Windows BGR compatible.
disable_overscan=1 # Disable overscan
hdmi_group=2 # Use VESA Display Mode Timing over CEA
hdmi_mode=87 # 5 inch screen
hdmi_cvt 480 800 60 6 0 0 0 # 5 inch screen
dtoverlay=ads7846,cs=1,penirq=25,penirq_pull=2,speed=50000,keep_vref_on=0,swapxy=0,pmax=255,xohms=150,xmin=200,xmax=3900,ymin=200,ymax=3900
display_rotate=3
这是蓝屏截图:
据我所知,有关于以下内容的通知:BAD_SYSTEM_CONFIG_INFO
我阅读了 troubleshooting page 和一些其他信息。
我有以下问题:
- 驱动器负责什么:
G:
、F:
、J:
、H:
? - 我在哪里可以找到 Windows IoT 文件系统中的启动日志?
- 在哪里可以找到更多关于 Windows 物联网 OS 架构及其系统目录树的文档?
- 可能是什么问题?
PS:我 成功地在 Raspberry Pi 上 运行 Windows IoT Core 10 3.
请注意没有正式发布 版本的 Windows IoT Core for Raspberry Pi 3B+。只有一个内部预览版本 17761 假设在 3B+ 上工作。所以使用你下载的图片不做任何修改看看是否有效。
But th eproblem not in config, when I use original config, I have to device detected in Dashboard. If I use modified config, I have monitor working, but have blue screen.
如果您的意思是您无法在 Dashboard 中检测到设备,请通过 HDMI 连接显示器以查看系统是否启动。对我来说"BAD_SYSTEM_CONFIG_INFO" 好像是因为你更改了默认设置所以导致系统启动失败。
What are the drives responsible for: G:, F:, J:, H: ?
主要OS:OS 和 OEM 预加载的应用程序。
EFI:带有引导管理器、引导配置数据库的固定大小分区。
数据:用户数据分区、用户注册表配置单元、应用程序、应用程序数据。
更详细的信息请参考“IoT Device Layout”。
Where can I find boot logs in the Windows IoT file system?
当系统可以成功启动时,您可能需要使用WinDbg获取启动信息。
Where can I find more documentation about Windows IoT OS architecture and its system's directory tree?
好像没有这样的专用文件。但您可以参考以下文件:
"Windows kernel", "Architecture of Windows 10", "An overview of Windows 10 IoT", "Windows file sharing"
Windows IoT Core 是 Windows 10 版的 IoT。它与 Windows 10 个其他版本有许多共同点,并且由于其设备资源有限而有一些限制。因此,您可以比较 Windows 10 IoT Core 和完整版 Windows 10,例如 Windows 10 IoT Enterprise 以了解它。