CE6.0在使用multi-bin的时候执行suspend如果出现VMProcessPageFault Error: Page fault occurred while in power handler! Address = 0x40314228且不能suspend成功,只需要在config.bib中将ROMFLAGS的最低位置1,这样Suspend的时候系统就不会去做Page Out,也就不会有VMProcessPageFault Error。
根据查找资料,如果驱动的powerdown函数中没有调用系统的API也不会出现这样的问题。
; ROMFLAGS is a bitmask of options for the kernel
; ROMFLAGS 0x0001 Disallow Paging
; ROMFLAGS 0x0002 Not all KMode
; ROMFLAGS 0x0010 Trust Module only
本文介绍了解决CE6.0系统中使用multi-bin时遇到的Suspend失败问题。通过修改config.bib文件中的ROMFLAGS设置,可以避免在挂起过程中发生页故障错误。此外,如果驱动程序的powerdown函数正确调用了系统API,则也可避免此类问题。

被折叠的 条评论
为什么被折叠?



