Advertisement
Guest User

Untitled

a guest
Mar 26th, 2017
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.39 KB | None | 0 0
  1. converting initramdisk and vmlinuz to uImage and uInitrd:
  2.  
  3. export ubootAddress=0x00008000
  4. export version=4.11.0-0.rc3.git2.1.fc27.aarch64
  5. mkimage -A arm64 -O linux -T kernel -C none -a $ubootAddress -e $ubootAddress -n $version -d /lib/modules/$version/vmlinuz /boot/uImage-$version
  6. mkimage -A arm64 -O linux -T ramdisk -C none -a 0 -e 0 -n initramfs -d /boot/initramfs-$version.img /boot/uInitrd-$version
  7.  
  8.  
  9. U-Boot SPL 2017.03-g8211b6f (Mar 23 2017 - 02:28:07)
  10. DRAM: 2048 MiB
  11. Trying to boot from MMC1
  12.  
  13.  
  14. U-Boot 2017.03-g8211b6f (Mar 23 2017 - 02:28:07 +0000) Allwinner Technology
  15.  
  16. CPU: Allwinner A64 (SUN50I)
  17. Model: Pine64+
  18. DRAM: 2 GiB
  19. MMC: SUNXI SD/MMC: 0
  20. *** Warning - bad CRC, using default environment
  21.  
  22. In: serial
  23. Out: serial
  24. Err: serial
  25. Net: phy interface7
  26. eth0: ethernet@01c30000
  27. starting USB...
  28. USB0: USB EHCI 1.00
  29. USB1: USB OHCI 1.0
  30. scanning bus 0 for devices... 1 USB Device(s) found
  31. scanning usb for storage devices... 0 Storage Device(s) found
  32. Hit any key to stop autoboot: 0
  33. switch to partitions #0, OK
  34. mmc0 is current device
  35. Scanning mmc 0:3...
  36. Found /boot/extlinux/extlinux.conf
  37. Retrieving file: /boot/extlinux/extlinux.conf
  38. 997 bytes read in 334 ms (2 KiB/s)
  39. Ignoring unknown command: ui
  40. Ignoring malformed menu command: autoboot
  41. Ignoring unknown command: totaltimeout
  42. Ignoring unknown command: default=Fedora
  43. Fedora aarch64 Rawhide Boot Options.
  44. 1: Fedora (4.11.0-0.rc3.git2.1.fc27.aarch64) 27 (Rawhide)
  45. 2: Fedora Rawhide (4.11.0-0.rc3.git1.1.fc27.aarch64)
  46. Enter choice: 1: Fedora (4.11.0-0.rc3.git2.1.fc27.aarch64) 27 (Rawhide)
  47. Retrieving file: /boot/uInitrd-4.11.0-0.rc3.git2.1.fc27.aarch64
  48. 12384971 bytes read in 1231 ms (9.6 MiB/s)
  49. Retrieving file: /boot/uImage-4.11.0-0.rc3.git2.1.fc27.aarch64
  50. 7170470 bytes read in 876 ms (7.8 MiB/s)
  51. append: enforcing=0 ro root=/dev/mmcblk0p3 console=tty0 console=ttyS0,115200 selinux=0 audit=0 LANG=en_GB.utf8
  52. Retrieving file: /boot/dtb-4.11.0-0.rc3.git1.1.fc27.aarch64/allwinner/sun50i-a64-pine64-plus.dtb
  53. 7937 bytes read in 419 ms (17.6 KiB/s)
  54. ## Booting kernel from Legacy Image at 40080000 ...
  55. Image Name: 4.11.0-0.rc3.git2.1.fc27.aarch64
  56. Image Type: AArch64 Linux Kernel Image (uncompressed)
  57. Data Size: 7170406 Bytes = 6.8 MiB
  58. Load Address: 00008000
  59. Entry Point: 00008000
  60. Verifying Checksum ... OK
  61. ## Loading init Ramdisk from Legacy Image at 4fe00000 ...
  62. Image Name: initramfs
  63. Image Type: AArch64 Linux RAMDisk Image (uncompressed)
  64. Data Size: 12384907 Bytes = 11.8 MiB
  65. Load Address: 00000000
  66. Entry Point: 00000000
  67. Verifying Checksum ... OK
  68. ## Flattened Device Tree blob at 4fa00000
  69. Booting using the fdt blob at 0x4fa00000
  70. Loading Kernel Image ... OK
  71. Loading Ramdisk to 49430000, end 49fffa8b ... OK
  72. Loading Device Tree to 000000004942b000, end 000000004942ff00 ... OK
  73.  
  74. Starting kernel ...
  75.  
  76. "Synchronous Abort" handler, esr 0x02000000
  77. ELR: 8000
  78. LR: bff5a2bc
  79. x0 : 000000004942b000 x1 : 0000000000000000
  80. x2 : 0000000000000000 x3 : 0000000000000000
  81. x4 : 0000000000008000 x5 : 0000000000000001
  82. x6 : 00000000000003c9 x7 : 0000000000000000
  83. x8 : 00000000bbf31660 x9 : 0000000000000002
  84. x10: 000000000a200023 x11: 0000000000000002
  85. x12: 0000000000000002 x13: 0000000000001bff
  86. x14: 0000000000001bf4 x15: 00000000bff59ae4
  87. x16: 0000000000000003 x17: 000000004942ff01
  88. x18: 00000000bbf37df8 x19: 0000000000000400
  89. x20: 00000000bffb4d20 x21: 0000000000000000
  90. x22: 0000000000000003 x23: 00000000bbf319b8
  91. x24: 00000000bffaa7d0 x25: 0000000040080040
  92. x26: 00000000bff5a260 x27: 0000000000008000
  93. x28: 0000000000000400 x29: 00000000bbf317a0
  94.  
  95. Resetting CPU ...
  96.  
  97. resetting ...
  98. "Synchronous Abort" handler, esr 0x02000000
  99. ELR: bffab4e8
  100. LR: bbf31440
  101. x0 : 0000000084000009 x1 : 00000000bffa151c
  102. x2 : 000000013bf316d7 x3 : 00000000bff97320
  103. x4 : 00000000bbf31533 x5 : 00000000bbf31490
  104. x6 : 00000000bff7d8f0 x7 : 00000000ffffffe8
  105. x8 : 00000000bbf31560 x9 : 0000000000000002
  106. x10: 00000000bbf31182 x11: 0000000000000010
  107. x12: 00000000ffffffff x13: 0000000000001bff
  108. x14: 0000000000001bf4 x15: 00000000bff59ae4
  109. x16: 0000000000000003 x17: 000000004942ff01
  110. x18: 00000000bbf37df8 x19: 00000000bbf316a0
  111. x20: 0000000002000000 x21: 0000000000000000
  112. x22: 0000000000000003 x23: 00000000bbf319b8
  113. x24: 00000000bffaa7d0 x25: 0000000040080040
  114. x26: 00000000bff5a260 x27: 0000000000008000
  115. x28: 0000000000000400 x29: 00000000bbf31420
  116.  
  117. Resetting CPU ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement