|
From: | ckim |
Subject: | trying u-boot on qemu |
Date: | Sun, 10 Oct 2021 23:36:51 +0900 |
Hello, To try u-boot on qemu, I did $ make ARCH=arm CROSS_COMPILE=aarch64-none-elf- qemu_arm64_defconfig $ make ARCH=arm CROSS_COMPILE=aarch64-none-elf- It compiled ok. I did then, $ qemu-system-aarch64 -M virt -bios u-boot.bin 'g_io_module_load': dlerror not working.. Failed to load module: /usr/lib/x86_64-linux-gnu/gio/modules/libgvfsdbus.so Gtk-Message: 23:10:08.763: Failed to load module "canberra-gtk-module" Gtk-Message: 23:10:08.765: Failed to load module "canberra-gtk-module" (I had tried ARM=arm64 but it gave me error below when compiling $ make ARCH=arm64 CROSS_COMPILE=aarch64-none-elf- scripts/kconfig/conf --syncconfig Kconfig ln: failed to create symbolic link 'arch/arm64/include/asm/arch': No such file or directory make[1]: *** [scripts/Makefile.autoconf:133: create_symlink] Error 1 CFGCHK u-boot.cfg make: *** No rule to make target 'include/config/auto.conf', needed by 'include/config/uboot.release'. Stop. ) Is this procedure (using ARCH=arm) correct? Any comment appreciated. Thank you. Chan Kim |
[Prev in Thread] | Current Thread | [Next in Thread] |