Advertisement
Guest User

Untitled

a guest
May 8th, 2024
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.59 KB | None | 0 0
  1. (gdb) target remote localhost:3333
  2.  
  3. Remote debugging using localhost:3333
  4. hang () at /media/cyhn/riscv-yocto-scratch/build/workspace/sources/u-boot-vfs/lib/hang.c:33
  5. 33 for (;;)
  6.  
  7. (gdb) where
  8.  
  9. #0 hang () at /media/cyhn/riscv-yocto-scratch/build/workspace/sources/u-boot-vfs/lib/hang.c:33
  10.  
  11. #1 0x00000000800004d4 in do_reset (cmdtp=cmdtp@entry=0x0 <current_mallinfo>, flag=flag@entry=0, argc=argc@entry=0, argv=argv@entry=0x0 <current_mallinfo>)
  12. at /media/cyhn/riscv-yocto-scratch/build/workspace/sources/u-boot-vfs/arch/riscv/lib/reset.c:15
  13.  
  14. #2 0x00000000800027dc in panic_finish () at /media/cyhn/riscv-yocto-scratch/build/workspace/sources/u-boot-vfs/lib/panic.c:30
  15.  
  16. #3 0x00000000800027f0 in panic_str (str=str@entry=0x80004c98 "No serial driver found") at /media/cyhn/riscv-yocto-scratch/build/workspace/sources/u-boot-vfs/lib/panic.c:39
  17.  
  18. #4 0x00000000800042a0 in serial_find_console_or_panic () at /media/cyhn/riscv-yocto-scratch/build/workspace/sources/u-boot-vfs/drivers/serial/serial-uclass.c:152
  19.  
  20. #5 0x0000000080004358 in serial_init () at /media/cyhn/riscv-yocto-scratch/build/workspace/sources/u-boot-vfs/drivers/serial/serial-uclass.c:161
  21.  
  22. #6 0x00000000800008fc in preloader_console_init () at /media/cyhn/riscv-yocto-scratch/build/workspace/sources/u-boot-vfs/common/spl/spl.c:927
  23.  
  24. #7 0x00000000800004fc in board_init_f (dummy=<optimized out>) at /media/cyhn/riscv-yocto-scratch/build/workspace/sources/u-boot-vfs/arch/riscv/lib/spl.c:33
  25.  
  26. #8 0x0000000080000098 in wait_for_gd_init () at /media/cyhn/riscv-yocto-scratch/build/workspace/sources/u-boot-vfs/arch/riscv/cpu/start.S:226
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement