gpt4 book ai didi

command-line - 如何让 uBoot 与 squashfs 一起工作/uBoot 中的 FDT 是什么?

转载 作者:行者123 更新时间:2023-12-04 20:25:05 26 4
gpt4 key购买 nike

我设置了 Kamikaze 工具链(来自 openwrt),并为 AMCC PPC405ex kilauea 编译了 Linux 2.6.30.x 内核。引用板。但是,由于某种原因,我在 uBoot 中做错了,因为我无法从 squashfs 镜像运行内核。图像通过 tftp 加载正常并解压缩,但控制台输出未启动。

我没有更改 Linux 内核命令行,它看起来很好( console=ttyS0,115200 root=/dev/mtdblock )。我也有点疑惑什么是 fdt 在 uBoot 中?

我不完全确定这是否真的属于 stackoverflow,但是这也不是一个真正的 superuser.com 问题(并且因为这与开发环境有关,它肯定与编程相关,即使不完全是编程问题)

最佳答案

我能够自己解决这个问题,我不应该使用 openwrt-boardname-squashfs.img但我必须使用 openwrt-architecture-uImage图像,只包含内核,取 root.squashfsopenwrt-boardname.dtb来自 build_dir因为它们没有在 bin/ 中复制目录。

之后,这些命令将正确显示板:

tftp 0xfc1e0000 openwrt-kilauea.dtb
tftp 0x400000 openwrt-ppc40x-uImage
tftp 0x200000 root.squashfs
setenv bootargs 'console=ttyS0,115200 root=/dev/mtdblock2 rw'
bootm 0x400000 - 0xfc1e0000

可能有更简单的方法,但我还没有想出如何“重新分区”mtd,所以我不必最初将内核镜像加载到 user内存中的空间。

关于command-line - 如何让 uBoot 与 squashfs 一起工作/uBoot 中的 FDT 是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2135188/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com