Advertisement
Bullet64

u-boot

Jan 29th, 2023
330
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.14 KB | None | 0 0
  1. U-Boot SPL 2021.10 (Jan 08 2023 - 18:04:54 +0800)
  2. DDR version: dc2e84f0.
  3. Trying to boot from SPI
  4.  
  5. OpenSBI v1.0
  6. ____ _____ ____ _____
  7. / __ \ / ____| _ \_ _|
  8. | | | |_ __ ___ _ __ | (___ | |_) || |
  9. | | | | '_ \ / _ \ '_ \ \___ \| _ < | |
  10. | |__| | |_) | __/ | | |____) | |_) || |_
  11. \____/| .__/ \___|_| |_|_____/|____/_____|
  12. | |
  13. |_|
  14.  
  15. Platform Name : StarFive VisionFive V2
  16. Platform Features : medeleg
  17. Platform HART Count : 5
  18. Platform IPI Device : aclint-mswi
  19. Platform Timer Device : aclint-mtimer @ 4000000Hz
  20. Platform Console Device : uart8250
  21. Platform HSM Device : ---
  22. Platform Reboot Device : ---
  23. Platform Shutdown Device : ---
  24. Firmware Base : 0x40000000
  25. Firmware Size : 360 KB
  26. Runtime SBI Version : 0.3
  27.  
  28. Domain0 Name : root
  29. Domain0 Boot HART : 1
  30. Domain0 HARTs : 0*,1*,2*,3*,4*
  31. Domain0 Region00 : 0x0000000002000000-0x000000000200ffff (I)
  32. Domain0 Region01 : 0x0000000040000000-0x000000004007ffff ()
  33. Domain0 Region02 : 0x0000000000000000-0xffffffffffffffff (R,W,X)
  34. Domain0 Next Address : 0x0000000040200000
  35. Domain0 Next Arg1 : 0x0000000042200000
  36. Domain0 Next Mode : S-mode
  37. Domain0 SysReset : yes
  38.  
  39. Boot HART ID : 1
  40. Boot HART Domain : root
  41. Boot HART Priv Version : v1.11
  42. Boot HART Base ISA : rv64imafdcbx
  43. Boot HART ISA Extensions : none
  44. Boot HART PMP Count : 8
  45. Boot HART PMP Granularity : 4096
  46. Boot HART PMP Address Bits: 34
  47. Boot HART MHPM Count : 2
  48. Boot HART MIDELEG : 0x0000000000000222
  49. Boot HART MEDELEG : 0x000000000000b109
  50.  
  51.  
  52. U-Boot 2021.10 (Jan 08 2023 - 18:04:54 +0800), Build: jenkins-github_visionfive2
  53. -5
  54.  
  55. CPU: rv64imacu
  56. Model: StarFive VisionFive V2
  57. DRAM: 8 GiB
  58. MMC: sdio0@16010000: 0, sdio1@16020000: 1
  59. Loading Environment from SPIFlash... SF: Detected gd25lq128 with page size 256 B
  60. ytes, erase size 4 KiB, total 16 MiB
  61. *** Warning - bad CRC, using default environment
  62.  
  63. StarFive EEPROM format v2
  64.  
  65. --------EEPROM INFO--------
  66. Vendor : StarFive Technology Co., Ltd.
  67. Product full SN: VF7110A1-2250-D008E000-00000236
  68. data version: 0x2
  69. PCB revision: 0xa1
  70. BOM revision: A
  71. Ethernet MAC0 address: 6c:cf:39:00:1f:23
  72. Ethernet MAC1 address: 6c:cf:39:00:1f:24
  73. --------EEPROM INFO--------
  74.  
  75. In: serial@10000000
  76. Out: serial@10000000
  77. Err: serial@10000000
  78. Model: StarFive VisionFive V2
  79. Net: eth0: ethernet@16030000, eth1: ethernet@16040000
  80. switch to partitions #0, OK
  81. mmc1 is current device
  82. found device 1
  83. bootmode flash device 1
  84. Can't set block device
  85. Failed to load '/boot/uEnv.txt'
  86. Hit any key to stop autoboot: 0
  87. Can't set block device
  88. Importing environment from mmc1 ...
  89. ## Warning: Input data exceeds 1048576 bytes - truncated
  90. ## Info: input data size = 1048578 = 0x100002
  91. 385 bytes read in 4 ms (93.8 KiB/s)
  92. ## Warning: defaulting to text format
  93. ## Error: "boot2" not defined
  94. 47546 bytes read in 9 ms (5 MiB/s)
  95. 47546 bytes written in 20 ms (2.3 MiB/s)
  96. Retrieving file: /boot/extlinux/extlinux.conf
  97. 823 bytes read in 5 ms (160.2 KiB/s)
  98. U-Boot menu
  99. 1: Debian GNU/Linux bookworm/sid 5.15.0-starfive
  100. 2: Debian GNU/Linux bookworm/sid 5.15.0-starfive (rescue target)
  101. Enter choice: 1: Debian GNU/Linux bookworm/sid 5.15.0-starfive
  102. Retrieving file: /boot/initrd.img-5.15.0-starfive
  103. 9684953 bytes read in 413 ms (22.4 MiB/s)
  104. Retrieving file: /boot/vmlinuz-5.15.0-starfive
  105. 8015200 bytes read in 341 ms (22.4 MiB/s)
  106. append: root=/dev/mmcblk1p3 rw console=tty0 console=ttyS0,115200 earlycon rootwa
  107. it stmmaceth=chain_mode:1 selinux=0
  108. Retrieving file: /boot/dtbs/starfive/jh7110-visionfive-v2.dtb
  109. 47546 bytes read in 9 ms (5 MiB/s)
  110. Uncompressing Kernel Image
  111. Moving Image from 0x44000000 to 0x40200000, end=41767000
  112. ## Flattened Device Tree blob at 48000000
  113. Booting using the fdt blob at 0x48000000
  114. Using Device Tree in place at 0000000048000000, end 000000004800e9b9
  115.  
  116. Starting kernel ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement