Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我为自定义板构建了一个新的 yocto 图像。我将它刷到 SD 卡并尝试启动它,但在启动内核时冻结。
该图像已启用 SYSTEMD 功能。如果我禁用 SYSTEMD,它可以正常启动。我需要配置什么吗?就像在 fstab 中一样?我在这一点上卡了很长时间,所以请指教。
我能够解决这个错误。我在我的机器的 defconfig 中启用了(链接)中提到的 CONFIG_CGROUPS 相关功能,并且内核启动正常:)