Advertisement
prefixcactus

first uboot shell!

Feb 12th, 2021 (edited)
280
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.94 KB | None | 0 0
  1. U-Boot SPL 2020.10-00001-gf3fae64b16-dirty (Feb 12 2021 - 18:19:03 +0300)
  2. DRAM:cr1=4319e5
  3. cr1=4316f1
  4. cr1=4316d5
  5. cr1=431ad5
  6. cr1=4319d5
  7. 1024 MiB
  8. Trying to boot from MMC1
  9. [SLI] loader->boot_device = 0x1
  10. [SMLI()]
  11. spl: mmc boot mode: raw
  12. [SML] CP6 rs=0x50
  13. hdr read sector 50, count=1
  14. >mmc_load_legacy()
  15. read 36c sectors to 49ffffc0
  16. [SMLI] 0 < SML
  17. [SLI] < load_image()
  18. [SLI] return 0
  19. [BFD] ok
  20. [BI] < BFD
  21. cCdef
  22. slL ini kkim!
  23. 00!!!!!!!!!!!!!!!initcall: 4a00cff5
  24. !
  25.  
  26. U-Boot 2020.10-00001-gf3fae64b16-dirty (Feb 12 2021 - 18:19:03 +0300) Allwinner Technology
  27.  
  28. !U-Boot code: 4A000000 -> 4A05B2F8 BSS: -> 4A065FF0
  29. !!CPU: Allwinner R40 (SUN8I 1701)
  30. !Model: Banana Pi BPI-M2-Ultra
  31. !I2C: ready
  32. !DRAM: !!Monitor len: 00065FF0
  33. Ram size: 40000000
  34. Ram top: 80000000
  35. !!!!!Reserving 407k for U-Boot at: 7ff8a000
  36. !Reserving 65664k for malloc() at: 7bf6a000
  37. !Reserving 80 Bytes for Board Info at: 7bf69fb0
  38. !!Reserving 216 Bytes for Global Data at: 7bf69ed0
  39. !Reserving 25632 Bytes for FDT at: 7bf63ab0
  40. !!!!!!
  41. RAM Configuration:
  42. Bank #0: 40000000 1 GiB
  43.  
  44. DRAM: 1 GiB
  45. !!New Stack Pointer is: 7bf63a90
  46. !!!!Relocation Offset is: 35f8a000
  47. Relocating to 7ff8a000, new gd at 7bf69ed0, sp at 7bf63a90
  48. !!)1234!!!!!!!!!!!!!!!!!!MMC: mmc@1c0f000: 0, mmc@1c10000: 2, mmc@1c11000: 1
  49. !Loading Environment from FAT... MMC: no card present
  50. !!!!In: serial@1c28000
  51. Out: serial@1c28000
  52. Err: serial@1c28000
  53. !!!!Net: phy interface7
  54. eth0: ethernet@1c50000
  55. !starting USB...
  56. Bus usb@1c19000: USB EHCI 1.00
  57. Bus usb@1c19400: USB OHCI 1.0
  58. Bus usb@1c1c000: USB EHCI 1.00
  59. Bus usb@1c1c400: USB OHCI 1.0
  60. scanning bus usb@1c19000 for devices... 2 USB Device(s) found
  61. scanning bus usb@1c19400 for devices... 1 USB Device(s) found
  62. scanning bus usb@1c1c000 for devices... 1 USB Device(s) found
  63. scanning bus usb@1c1c400 for devices... 1 USB Device(s) found
  64. scanning usb for storage devices... 0 Storage Device(s) found
  65. Hit any key to stop autoboot: 0
  66. =>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement