J5运行kunit时报错boot-time: failed to find bootstage node boot-time: failed to parse bootloader time from dts
您好,您的帖子已较长时间未处理,如有新的问题,欢迎重新发起提问。该问题的相关解答,可参考OE Agent(https://chat.oe.horizon.auto/),解答如下:这个报错 boot-time: failed to find bootstage node 和 failed to parse bootloader time from dts 表明内核在启动时尝试从设备树(DTS)中读取 U-Boot 传递的启动阶段时间戳,但未能找到对应的节点或属性。这通常不会影响系统的正常启动和运行,只是导致系统无法统计并显示“Bootloader 阶段耗时”这一信息。以下是原因分析和解决方法: