Guest User

Untitled

a guest
Sep 25th, 2023
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. + qemu-system-aarch64 -m 4096 -smp 1 -nographic -cpu cortex-a57 -bios u-boot.bin -machine virt,secure=off -serial mon:stdio -device virtio-blk-pci,drive=hd0 -drive if=none,file=ir-acs-live-image-generic-arm64.wic,format=raw,id=hd0 -chardev socket,id=chrtpm,path=/tmp/mytpm1/swtpm-sock -tpmdev emulator,id=tpm0,chardev=chrtpm -device tpm-tis-device,tpmdev=tpm0
  2.  
  3.  
  4. U-Boot 2023.10-rc4-00487-g90c81f407dd4 (Sep 25 2023 - 16:20:27 +0300)
  5.  
  6. DRAM: 4 GiB
  7. Core: 52 devices, 15 uclasses, devicetree: board
  8. Flash: 64 MiB
  9. Loading Environment from Flash... *** Warning - bad CRC, using default environment
  10.  
  11. In: serial,usbkbd
  12. Out: serial,vidconsole
  13. Err: serial,vidconsole
  14. No working controllers found
  15. Net: eth0: virtio-net#32
  16. WARNING: SMBIOS table_address overflow 13e69f020
  17. Failed to write SMBIOS table
  18. initcall failed at event 10/(unknown) (err=-22)
  19. ### ERROR ### Please RESET the board ###
  20. QEMU: Terminated
  21.  
Advertisement
Add Comment
Please, Sign In to add comment