0

I am working to enable the crash dump on the Qemu Emulator. Part of that, want to pass crashkernel@128M as boot arg. It is getting issue to load u-boot in Qemu. Can we pass crashkernel@128M/256M inside .dts of kernel as chosen args?

If it is possible, we can bypass u-boot on Qemu & can directly load the .dtb file on the Qemu.

James Z
  • 12,209
  • 10
  • 24
  • 44
  • "*Can we pass 'XXX' inside .dts of kernel as chosen args?*" -- Maybe. See https://stackoverflow.com/questions/68307458/how-to-set-linux-kernel-command-line-on-arm/68340492#68340492 You would need to ensure that there is no **bootargs** variable in U-Boot's environment. – sawdust Mar 21 '23 at 07:10

0 Answers0