Advertisement
Guest User

Untitled

a guest
Oct 14th, 2024
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.68 KB | None | 0 0
  1. U-Boot 2024.01-armbian (Feb 09 2024 - 18:58:11 +0000) Allwinner Technology
  2.  
  3. CPU: Allwinner H3 (SUN8I 1680)
  4. Model: Xunlong Orange Pi Zero
  5. DRAM: 512 MiB
  6. Core: 70 devices, 19 uclasses, devicetree: separate
  7. WDT: Not starting watchdog@1c20ca0
  8. MMC: mmc@1c0f000: 0, mmc@1c10000: 1
  9. Loading Environment from FAT... Unable to use mmc 0:1...
  10. In: serial,usbkbd
  11. Out: serial
  12. Err: serial
  13. Starting SCP...
  14. Net: SCP/INF: Crust v0.6.10000
  15. eth0: ethernet@1c30000
  16. starting USB...
  17. Bus usb@1c1a000: sun4i_usb_phy phy@1c19400: External vbus detected, not enabling our own vbus
  18. USB EHCI 1.00
  19. Bus usb@1c1a400: USB OHCI 1.0
  20. Bus usb@1c1b000: USB EHCI 1.00
  21. Bus usb@1c1b400: USB OHCI 1.0
  22. Bus usb@1c1c000: USB EHCI 1.00
  23. Bus usb@1c1c400: USB OHCI 1.0
  24. scanning bus usb@1c1a000 for devices... 1 USB Device(s) found
  25. scanning bus usb@1c1a400 for devices... 1 USB Device(s) found
  26. scanning bus usb@1c1b000 for devices... 1 USB Device(s) found
  27. scanning bus usb@1c1b400 for devices... 1 USB Device(s) found
  28. scanning bus usb@1c1c000 for devices... 1 USB Device(s) found
  29. scanning bus usb@1c1c400 for devices... 1 USB Device(s) found
  30. scanning usb for storage devices... 0 Storage Device(s) found
  31. Autoboot in 1 seconds, press <Space> to stop
  32. switch to partitions #0, OK
  33. mmc0 is current device
  34. Scanning mmc 0:1...
  35. Found U-Boot script /boot/boot.scr
  36. 4121 bytes read in 7 ms (574.2 KiB/s)
  37. ## Executing script at 43100000
  38. U-boot loaded from SD
  39. Boot script loaded from mmc
  40. 184 bytes read in 6 ms (29.3 KiB/s)
  41. 12218150 bytes read in 1019 ms (11.4 MiB/s)
  42. 8969480 bytes read in 751 ms (11.4 MiB/s)
  43. Found mainline kernel configuration
  44. 35473 bytes read in 15 ms (2.3 MiB/s)
  45. Working FDT set to 43000000
  46. 504 bytes read in 20 ms (24.4 KiB/s)
  47. Applying kernel provided DT overlay sun8i-h3-usbhost2.dtbo
  48. 504 bytes read in 20 ms (24.4 KiB/s)
  49. Applying kernel provided DT overlay sun8i-h3-usbhost3.dtbo
  50. 617 bytes read in 20 ms (29.3 KiB/s)
  51. Applying kernel provided DT overlay sun8i-h3-tve.dtbo
  52. 4185 bytes read in 20 ms (204.1 KiB/s)
  53. Applying kernel provided DT fixup script (sun8i-h3-fixup.scr)
  54. ## Executing script at 45000000
  55. Kernel image @ 0x42000000 [ 0x000000 - 0x88dd08 ]
  56. ## Loading init Ramdisk from Legacy Image at 43400000 ...
  57. Image Name: uInitrd
  58. Image Type: ARM Linux RAMDisk Image (gzip compressed)
  59. Data Size: 12218086 Bytes = 11.7 MiB
  60. Load Address: 00000000
  61. Entry Point: 00000000
  62. Verifying Checksum ... OK
  63. ## Flattened Device Tree blob at 43000000
  64. Booting using the fdt blob at 0x43000000
  65. Working FDT set to 43000000
  66. Loading Ramdisk to 49459000, end 49fffee6 ... OK
  67. Loading Device Tree to 493e7000, end 49458fff ... OK
  68. Working FDT set to 493e7000
  69.  
  70. Starting kernel ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement