Advertisement
Guest User

Untitled

a guest
Jan 21st, 2020
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.48 KB | None | 0 0
  1.  
  2. U-Boot SPL 2019.10-armbian (Jan 19 2020 - 21:06:47 +0100)
  3. DRAM: 1024 MiB
  4. CPU: 912000000Hz, AXI/AHB/APB: 3/2/2
  5. Trying to boot from MMC1
  6.  
  7.  
  8. U-Boot 2019.10-armbian (Jan 19 2020 - 21:06:47 +0100) Allwinner Technology
  9.  
  10. CPU: Allwinner A20 (SUN7I)
  11. Model: LeMaker Banana Pi
  12. I2C: ready
  13. DRAM: 1 GiB
  14. MMC: mmc@1c0f000: 0
  15. Loading Environment from EXT4... ** File not found /boot/boot.env **
  16.  
  17. ** Unable to read "/boot/boot.env" from mmc0:1 **
  18. Setting up a 720x576i composite-pal console (overscan 32x20)
  19. In: serial
  20. Out: vga
  21. Err: vga
  22. Net: eth0: ethernet@1c50000
  23. 230454 bytes read in 17 ms (12.9 MiB/s)
  24. starting USB...
  25. Bus usb@1c14000: USB EHCI 1.00
  26. Bus usb@1c14400: USB OHCI 1.0
  27. Bus usb@1c1c000: USB EHCI 1.00
  28. Bus usb@1c1c400: USB OHCI 1.0
  29. scanning bus usb@1c14000 for devices... 1 USB Device(s) found
  30. scanning bus usb@1c14400 for devices... 1 USB Device(s) found
  31. scanning bus usb@1c1c000 for devices... 1 USB Device(s) found
  32. scanning bus usb@1c1c400 for devices... 1 USB Device(s) found
  33. scanning usb for storage devices... 0 Storage Device(s) found
  34. Autoboot in 1 seconds, press <Space> to stop
  35. switch to partitions #0, OK
  36. mmc0 is current device
  37. Scanning mmc 0:1...
  38. Found U-Boot script /boot/boot.scr
  39. 3789 bytes read in 4 ms (924.8 KiB/s)
  40. ## Executing script at 43100000
  41. U-boot loaded from SD
  42. Boot script loaded from mmc
  43. 227 bytes read in 4 ms (54.7 KiB/s)
  44. 7343073 bytes read in 407 ms (17.2 MiB/s)
  45. 7743576 bytes read in 428 ms (17.3 MiB/s)
  46. Found mainline kernel configuration
  47. 42183 bytes read in 11 ms (3.7 MiB/s)
  48. 500 bytes read in 8 ms (60.5 KiB/s)
  49. Applying kernel provided DT overlay sun7i-a20-i2c2.dtbo
  50. 1069 bytes read in 9 ms (115.2 KiB/s)
  51. Applying kernel provided DT overlay sun7i-a20-spi-spidev.dtbo
  52. 5845 bytes read in 9 ms (633.8 KiB/s)
  53. Applying kernel provided DT fixup script (sun7i-a20-fixup.scr)
  54. ## Executing script at 44000000
  55. ## Loading init Ramdisk from Legacy Image at 43300000 ...
  56. Image Name: uInitrd
  57. Image Type: ARM Linux RAMDisk Image (gzip compressed)
  58. Data Size: 7343009 Bytes = 7 MiB
  59. Load Address: 00000000
  60. Entry Point: 00000000
  61. Verifying Checksum ... OK
  62. ## Flattened Device Tree blob at 43000000
  63. Booting using the fdt blob at 0x43000000
  64. EHCI failed to shut down host controller.
  65. Loading Ramdisk to 498ff000, end 49fffba1 ... OK
  66. Loading Device Tree to 4988c000, end 498fefff ... OK
  67.  
  68. Starting kernel ...
  69.  
  70. Uncompressing Linux... done, booting the kernel.
  71.  
  72. Armbian 20.02.0-rc0 Buster ttyS0
  73.  
  74. bananapi login:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement