我正在尝试为Linux系统上的Raspberry Pi构建一个Linux内核版本rpi-4.14。构建是使用交叉编译器arm-linux-gnueabihf和配置bcm2709_defconfig完成的。/dts/overlays/midi-uart0-overlay.dts:4:39: fatal error: dt-bindings/clock/bcm2835.h: No such file or:587: recipe for target
但当我打字的时候它给出了以下错误:
linux/linux.mk:69: *** No kernel device tree source specified, check your BR2_LINUX_KERNEL_USE_INTREE_DTS / BR2_LINUX_KERNEL_USE_CUSTOM_DTS settings.
pi-0/conf_DEVICETREE= "sun8i-h2-plus-orangepi-zero.dtb“中,但是元-sunxi目录中没有"sun8i-h2-plus-orangepi-zero.dts通过网络上的serachin,我找到了sun8i-h2-plus-orangepi-zero.dts:&spi0 {
/* Disable SPI NOR by default
我遵循这个,并成功地在QEMU3.1.0上运行xen 4.12.0,Linux4.20.11作为Dom0。然后,我尝试使用更高版本的qemu(qemu 5.1.0和6.0.0)来做同样的事情,但是这个过程陷入了在linux中运行xen的步骤。Copyright (c) 2003-2021 Fabrice Bellard and the QEMU Project developers$ uname -a
Linux Cooper-