Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2022
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.64 KB | None | 0 0
  1.  
  2. U-Boot SPL 2019.04-00002-g07d5700e21 (Mar 06 2020 - 11:24:55 -0600)
  3. Trying to boot from MMC2
  4. Loading Environment from EXT4... Card did not respond to voltage select!
  5.  
  6.  
  7. U-Boot 2019.04-00002-g07d5700e21 (Mar 06 2020 - 11:24:55 -0600), Build: jenkins-github_Bootloader-Builder-137
  8.  
  9. CPU : AM335X-GP rev 2.1
  10. I2C: ready
  11. DRAM: 512 MiB
  12. No match for driver 'omap_hsmmc'
  13. No match for driver 'omap_hsmmc'
  14. Some drivers were not found
  15. Reset Source: Power-on reset has occurred.
  16. RTC 32KCLK Source: External.
  17. MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1
  18. Loading Environment from EXT4... Card did not respond to voltage select!
  19. Board: BeagleBone Black
  20. <ethaddr> not set. Validating first E-fuse MAC
  21. BeagleBone Black:
  22. debug: process_cape_part_number:[BB-BONE-NH7C-01]
  23. debug: process_cape_part_number:[42422d424f4e452d4e4837432d3031]
  24. BeagleBone: cape eeprom: i2c_probe: 0x54: /lib/firmware/BB-BONE-NH7C-01-A0.dtbo [0xe3f55df]
  25. BeagleBone: cape eeprom: i2c_probe: 0x55:
  26. BeagleBone: cape eeprom: i2c_probe: 0x56:
  27. BeagleBone: cape eeprom: i2c_probe: 0x57:
  28. Net: eth0: MII MODE
  29. cpsw, usb_ether
  30. Press SPACE to abort autoboot in 0 seconds
  31. board_name=[A335BNLT] ...
  32. board_rev=[000C] ...
  33. Card did not respond to voltage select!
  34. Card did not respond to voltage select!
  35. Card did not respond to voltage select!
  36. gpio: pin 56 (gpio 56) value is 0
  37. gpio: pin 55 (gpio 55) value is 0
  38. gpio: pin 54 (gpio 54) value is 0
  39. gpio: pin 53 (gpio 53) value is 1
  40. Card did not respond to voltage select!
  41. Card did not respond to voltage select!
  42. switch to partitions #0, OK
  43. mmc1(part 0) is current device
  44. Scanning mmc 1:1...
  45. gpio: pin 56 (gpio 56) value is 0
  46. gpio: pin 55 (gpio 55) value is 0
  47. gpio: pin 54 (gpio 54) value is 0
  48. gpio: pin 53 (gpio 53) value is 1
  49. switch to partitions #0, OK
  50. mmc1(part 0) is current device
  51. gpio: pin 54 (gpio 54) value is 1
  52. Checking for: /uEnv.txt ...
  53. Checking for: /boot.scr ...
  54. Checking for: /boot/boot.scr ...
  55. Checking for: /boot/uEnv.txt ...
  56. gpio: pin 55 (gpio 55) value is 1
  57. 2005 bytes read in 14 ms (139.6 KiB/s)
  58. Loaded environment from /boot/uEnv.txt
  59. Checking if uname_r is set in /boot/uEnv.txt...
  60. gpio: pin 56 (gpio 56) value is 1
  61. Running uname_boot ...
  62. loading /boot/vmlinuz-4.19.94-ti-r42 ...
  63. 10095592 bytes read in 653 ms (14.7 MiB/s)
  64. debug: [enable_uboot_overlays=1] ...
  65. debug: [enable_uboot_cape_universal=1] ...
  66. debug: [uboot_base_dtb_univ=am335x-boneblack-uboot-univ.dtb] ...
  67. uboot_overlays: [uboot_base_dtb=am335x-boneblack-uboot-univ.dtb] ...
  68. uboot_overlays: Switching too: dtb=am335x-boneblack-uboot-univ.dtb ...
  69. loading /boot/dtbs/4.19.94-ti-r42/am335x-boneblack-uboot-univ.dtb ...
  70. 162266 bytes read in 40 ms (3.9 MiB/s)
  71. uboot_overlays: [fdt_buffer=0x60000] ...
  72. uboot_overlays: loading /lib/firmware/BB-ADC-00A0.dtbo ...
  73. 654 bytes read in 192 ms (2.9 KiB/s)
  74. uboot_overlays: loading /lib/firmware/BB-BONE-NH7C-01-A0.dtbo ...
  75. 5563 bytes read in 41 ms (131.8 KiB/s)
  76. uboot_overlays: loading /lib/firmware/BB-BONE-eMMC1-01-00A0.dtbo ...
  77. 1614 bytes read in 236 ms (5.9 KiB/s)
  78. uboot_overlays: loading /lib/firmware/AM335X-PRU-RPROC-4-19-TI-00A0.dtbo ...
  79. 3653 bytes read in 81 ms (43.9 KiB/s)
  80. uboot_overlays: [uboot_detected_capes=BB-BONE-NH7C-01,] ...
  81. loading /boot/initrd.img-4.19.94-ti-r42 ...
  82. 7047176 bytes read in 460 ms (14.6 MiB/s)
  83. debug: [console=ttyO0,115200n8 bone_capemgr.uboot_capemgr_enabled=1 root=/dev/mmcblk1p1 ro rootfstype=ext4 rootwait uboot_detected_capes=BB-BONE-NH7C-01, coherent_pool=1M net.ifnames=0 lpj=1990656 rng_core.default_quality=100 quiet] ...
  84. debug: [bootz 0x82000000 0x88080000:6b8808 88000000] ...
  85. ## Flattened Device Tree blob at 88000000
  86. Booting using the fdt blob at 0x88000000
  87. Loading Ramdisk to 8f947000, end 8ffff808 ... OK
  88. Loading Device Tree to 8f8bb000, end 8f946fff ... OK
  89.  
  90. Starting kernel ...
  91.  
  92. [ 0.002148] timer_probe: no matching timers found
  93. [ 0.195984] l4_wkup_cm:clk:0010:0: failed to disable
  94. [ 1.057804] OF: graph: no port node found in /ocp/lcdc@4830e000
  95. [ 1.064365] OF: graph: no port node found in /ocp/lcdc@4830e000
  96. [ 1.071418] OF: graph: no port node found in /ocp/lcdc@4830e000
  97. [ 1.468306] omap_voltage_late_init: Voltage driver support not added
  98. [ 1.658690] musb-hdrc musb-hdrc.1: VBUS_ERROR in a_wait_vrise (88, <AValid), retry #3, port1 0008010c
  99. rootfs: recovering journal
  100. rootfs: clean, 87042/233392 files, 630625/932864 blocks
  101.  
  102. U-Boot SPL 2019.04-00002-g07d5700e21 (Mar 06 2020 - 11:24:55 -0600)
  103. Trying to boot from MMC2
  104. Loading Environment from EXT4... Card did not respond to voltage select!
  105.  
  106.  
  107. U-Boot 2019.04-00002-g07d5700e21 (Mar 06 2020 - 11:24:55 -0600), Build: jenkins-github_Bootloader-Builder-137
  108.  
  109. CPU : AM335X-GP rev 2.1
  110. I2C: ready
  111. DRAM: 512 MiB
  112. No match for driver 'omap_hsmmc'
  113. No match for driver 'omap_hsmmc'
  114. Some drivers were not found
  115. Reset Source: Power-on reset has occurred.
  116. RTC 32KCLK Source: External.
  117. MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1
  118. Loading Environment from EXT4... Card did not respond to voltage select!
  119. Board: BeagleBone Black
  120. <ethaddr> not set. Validating first E-fuse MAC
  121. BeagleBone Black:
  122. debug: process_cape_part_number:[BB-BONE-NH7C-01]
  123. debug: process_cape_part_number:[42422d424f4e452d4e4837432d3031]
  124. BeagleBone: cape eeprom: i2c_probe: 0x54: /lib/firmware/BB-BONE-NH7C-01-A0.dtbo [0xe3f55df]
  125. BeagleBone: cape eeprom: i2c_probe: 0x55:
  126. BeagleBone: cape eeprom: i2c_probe: 0x56:
  127. BeagleBone: cape eeprom: i2c_probe: 0x57:
  128. Net: eth0: MII MODE
  129. cpsw, usb_ether
  130. Press SPACE to abort autoboot in 0 seconds
  131. board_name=[A335BNLT] ...
  132. board_rev=[000C] ...
  133. Card did not respond to voltage select!
  134. Card did not respond to voltage select!
  135. Card did not respond to voltage select!
  136. gpio: pin 56 (gpio 56) value is 0
  137. gpio: pin 55 (gpio 55) value is 0
  138. gpio: pin 54 (gpio 54) value is 0
  139. gpio: pin 53 (gpio 53) value is 1
  140. Card did not respond to voltage select!
  141. Card did not respond to voltage select!
  142. switch to partitions #0, OK
  143. mmc1(part 0) is current device
  144. Scanning mmc 1:1...
  145. gpio: pin 56 (gpio 56) value is 0
  146. gpio: pin 55 (gpio 55) value is 0
  147. gpio: pin 54 (gpio 54) value is 0
  148. gpio: pin 53 (gpio 53) value is 1
  149. switch to partitions #0, OK
  150. mmc1(part 0) is current device
  151. gpio: pin 54 (gpio 54) value is 1
  152. Checking for: /uEnv.txt ...
  153. Checking for: /boot.scr ...
  154. Checking for: /boot/boot.scr ...
  155. Checking for: /boot/uEnv.txt ...
  156. gpio: pin 55 (gpio 55) value is 1
  157. 2005 bytes read in 13 ms (150.4 KiB/s)
  158. Loaded environment from /boot/uEnv.txt
  159. Checking if uname_r is set in /boot/uEnv.txt...
  160. gpio: pin 56 (gpio 56) value is 1
  161. Running uname_boot ...
  162. loading /boot/vmlinuz-4.19.94-ti-r42 ...
  163. 10095592 bytes read in 653 ms (14.7 MiB/s)
  164. debug: [enable_uboot_overlays=1] ...
  165. debug: [enable_uboot_cape_universal=1] ...
  166. debug: [uboot_base_dtb_univ=am335x-boneblack-uboot-univ.dtb] ...
  167. uboot_overlays: [uboot_base_dtb=am335x-boneblack-uboot-univ.dtb] ...
  168. uboot_overlays: Switching too: dtb=am335x-boneblack-uboot-univ.dtb ...
  169. loading /boot/dtbs/4.19.94-ti-r42/am335x-boneblack-uboot-univ.dtb ...
  170. 162266 bytes read in 40 ms (3.9 MiB/s)
  171. uboot_overlays: [fdt_buffer=0x60000] ...
  172. uboot_overlays: loading /lib/firmware/BB-ADC-00A0.dtbo ...
  173. 654 bytes read in 192 ms (2.9 KiB/s)
  174. uboot_overlays: loading /lib/firmware/BB-BONE-NH7C-01-A0.dtbo ...
  175. 5563 bytes read in 41 ms (131.8 KiB/s)
  176. uboot_overlays: loading /lib/firmware/BB-BONE-eMMC1-01-00A0.dtbo ...
  177. 1614 bytes read in 237 ms (5.9 KiB/s)
  178. uboot_overlays: loading /lib/firmware/AM335X-PRU-RPROC-4-19-TI-00A0.dtbo ...
  179. 3653 bytes read in 82 ms (43 KiB/s)
  180. uboot_overlays: [uboot_detected_capes=BB-BONE-NH7C-01,] ...
  181. loading /boot/initrd.img-4.19.94-ti-r42 ...
  182. 7047176 bytes read in 460 ms (14.6 MiB/s)
  183. debug: [console=ttyO0,115200n8 bone_capemgr.uboot_capemgr_enabled=1 root=/dev/mmcblk1p1 ro rootfstype=ext4 rootwait uboot_detected_capes=BB-BONE-NH7C-01, coherent_pool=1M net.ifnames=0 lpj=1990656 rng_core.default_quality=100 quiet] ...
  184. debug: [bootz 0x82000000 0x88080000:6b8808 88000000] ...
  185. ## Flattened Device Tree blob at 88000000
  186. Booting using the fdt blob at 0x88000000
  187. Loading Ramdisk to 8f947000, end 8ffff808 ... OK
  188. Loading Device Tree to 8f8bb000, end 8f946fff ... OK
  189.  
  190. Starting kernel ...
  191.  
  192. [ 0.002154] timer_probe: no matching timers found
  193. [ 0.195876] l4_wkup_cm:clk:0010:0: failed to disable
  194. [ 1.058072] OF: graph: no port node found in /ocp/lcdc@4830e000
  195. [ 1.064632] OF: graph: no port node found in /ocp/lcdc@4830e000
  196. [ 1.071756] OF: graph: no port node found in /ocp/lcdc@4830e000
  197. [ 1.468336] omap_voltage_late_init: Voltage driver support not added
  198. [ 1.658626] musb-hdrc musb-hdrc.1: VBUS_ERROR in a_wait_vrise (88, <AValid), retry #3, port1 0008010c
  199. rootfs: recovering journal
  200. rootfs: clean, 87042/233392 files, 630625/932864 blocks
  201.  
  202. U-Boot SPL 2019.04-00002-g07d5700e21 (Mar 06 2020 - 11:24:55 -0600)
  203. Trying to boot from MMC2
  204. Loading Environment from EXT4... Card did not respond to voltage select!
  205.  
  206.  
  207. U-Boot 2019.04-00002-g07d5700e21 (Mar 06 2020 - 11:24:55 -0600), Build: jenkins-github_Bootloader-Builder-137
  208.  
  209. CPU : AM335X-GP rev 2.1
  210. I2C: ready
  211. DRAM: 512 MiB
  212. No match for driver 'omap_hsmmc'
  213. No match for driver 'omap_hsmmc'
  214. Some drivers were not found
  215. Reset Source: Power-on reset has occurred.
  216. RTC 32KCLK Source: External.
  217. MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1
  218. Loading Environment from EXT4... Card did not respond to voltage select!
  219. Board: BeagleBone Black
  220. <ethaddr> not set. Validating first E-fuse MAC
  221. BeagleBone Black:
  222. debug: process_cape_part_number:[BB-BONE-NH7C-01]
  223. debug: process_cape_part_number:[42422d424f4e452d4e4837432d3031]
  224. BeagleBone: cape eeprom: i2c_probe: 0x54: /lib/firmware/BB-BONE-NH7C-01-A0.dtbo [0xe3f55df]
  225. BeagleBone: cape eeprom: i2c_probe: 0x55:
  226. BeagleBone: cape eeprom: i2c_probe: 0x56:
  227. BeagleBone: cape eeprom: i2c_probe: 0x57:
  228. Net: eth0: MII MODE
  229. cpsw, usb_ether
  230. Press SPACE to abort autoboot in 0 seconds
  231. board_name=[A335BNLT] ...
  232. board_rev=[000C] ...
  233. Card did not respond to voltage select!
  234. Card did not respond to voltage select!
  235. Card did not respond to voltage select!
  236. gpio: pin 56 (gpio 56) value is 0
  237. gpio: pin 55 (gpio 55) value is 0
  238. gpio: pin 54 (gpio 54) value is 0
  239. gpio: pin 53 (gpio 53) value is 1
  240. Card did not respond to voltage select!
  241. Card did not respond to voltage select!
  242. switch to partitions #0, OK
  243. mmc1(part 0) is current device
  244. Scanning mmc 1:1...
  245. gpio: pin 56 (gpio 56) value is 0
  246. gpio: pin 55 (gpio 55) value is 0
  247. gpio: pin 54 (gpio 54) value is 0
  248. gpio: pin 53 (gpio 53) value is 1
  249. switch to partitions #0, OK
  250. mmc1(part 0) is current device
  251. gpio: pin 54 (gpio 54) value is 1
  252. Checking for: /uEnv.txt ...
  253. Checking for: /boot.scr ...
  254. Checking for: /boot/boot.scr ...
  255. Checking for: /boot/uEnv.txt ...
  256. gpio: pin 55 (gpio 55) value is 1
  257. 2005 bytes read in 13 ms (150.4 KiB/s)
  258. Loaded environment from /boot/uEnv.txt
  259. Checking if uname_r is set in /boot/uEnv.txt...
  260. gpio: pin 56 (gpio 56) value is 1
  261. Running uname_boot ...
  262. loading /boot/vmlinuz-4.19.94-ti-r42 ...
  263. 10095592 bytes read in 653 ms (14.7 MiB/s)
  264. debug: [enable_uboot_overlays=1] ...
  265. debug: [enable_uboot_cape_universal=1] ...
  266. debug: [uboot_base_dtb_univ=am335x-boneblack-uboot-univ.dtb] ...
  267. uboot_overlays: [uboot_base_dtb=am335x-boneblack-uboot-univ.dtb] ...
  268. uboot_overlays: Switching too: dtb=am335x-boneblack-uboot-univ.dtb ...
  269. loading /boot/dtbs/4.19.94-ti-r42/am335x-boneblack-uboot-univ.dtb ...
  270. 162266 bytes read in 40 ms (3.9 MiB/s)
  271. uboot_overlays: [fdt_buffer=0x60000] ...
  272. uboot_overlays: loading /lib/firmware/BB-ADC-00A0.dtbo ...
  273. 654 bytes read in 192 ms (2.9 KiB/s)
  274. uboot_overlays: loading /lib/firmware/BB-BONE-NH7C-01-A0.dtbo ...
  275. 5563 bytes read in 41 ms (131.8 KiB/s)
  276. uboot_overlays: loading /lib/firmware/BB-BONE-eMMC1-01-00A0.dtbo ...
  277. 1614 bytes read in 237 ms (5.9 KiB/s)
  278. uboot_overlays: loading /lib/firmware/AM335X-PRU-RPROC-4-19-TI-00A0.dtbo ...
  279. 3653 bytes read in 82 ms (43 KiB/s)
  280. uboot_overlays: [uboot_detected_capes=BB-BONE-NH7C-01,] ...
  281. loading /boot/initrd.img-4.19.94-ti-r42 ...
  282. 7047176 bytes read in 460 ms (14.6 MiB/s)
  283. debug: [console=ttyO0,115200n8 bone_capemgr.uboot_capemgr_enabled=1 root=/dev/mmcblk1p1 ro rootfstype=ext4 rootwait uboot_detected_capes=BB-BONE-NH7C-01, coherent_pool=1M net.ifnames=0 lpj=1990656 rng_core.default_quality=100 quiet] ...
  284. debug: [bootz 0x82000000 0x88080000:6b8808 88000000] ...
  285. ## Flattened Device Tree blob at 88000000
  286. Booting using the fdt blob at 0x88000000
  287. Loading Ramdisk to 8f947000, end 8ffff808 ... OK
  288. Loading Device Tree to 8f8bb000, end 8f946fff ... OK
  289.  
  290. Starting kernel ...
  291.  
  292. [ 0.002149] timer_probe: no matching timers found
  293. [ 0.195947] l4_wkup_cm:clk:0010:0: failed to disable
  294. [ 1.057853] OF: graph: no port node found in /ocp/lcdc@4830e000
  295. [ 1.064416] OF: graph: no port node found in /ocp/lcdc@4830e000
  296. [ 1.071472] OF: graph: no port node found in /ocp/lcdc@4830e000
  297. [ 1.468161] omap_voltage_late_init: Voltage driver support not added
  298. [ 1.658886] musb-hdrc musb-hdrc.1: VBUS_ERROR in a_wait_vrise (88, <AValid), retry #3, port1 0008010c
  299. rootfs: recovering journal
  300. rootfs: Truncating orphaned inode
  301. U-Boot SPL 2019.04-00002-g07d5700e21 (Mar 06 2020 - 11:24:55 -0600)
  302. Trying to boot from MMC2
  303. Loading Environment from EXT4... Card did not respond to voltage select!
  304.  
  305.  
  306. U-Boot 2019.04-00002-g07d5700e21 (Mar 06 2020 - 11:24:55 -0600), Build: jenkins-github_Bootloader-Builder-137
  307.  
  308. CPU : AM335X-GP rev 2.1
  309. I2C: ready
  310. DRAM: 512 MiB
  311. No match for driver 'omap_hsmmc'
  312. No match for driver 'omap_hsmmc'
  313. Some drivers were not found
  314. Reset Source: Power-on reset has occurred.
  315. RTC 32KCLK Source: External.
  316. MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1
  317. Loading Environment from EXT4... Card did not respond to voltage select!
  318. Board: BeagleBone Black
  319. <ethaddr> not set. Validating first E-fuse MAC
  320. BeagleBone Black:
  321. debug: process_cape_part_number:[BB-BONE-NH7C-01]
  322. debug: process_cape_part_number:[42422d424f4e452d4e4837432d3031]
  323. BeagleBone: cape eeprom: i2c_probe: 0x54: /lib/firmware/BB-BONE-NH7C-01-A0.dtbo [0xe3f55df]
  324. BeagleBone: cape eeprom: i2c_probe: 0x55:
  325. BeagleBone: cape eeprom: i2c_probe: 0x56:
  326. BeagleBone: cape eeprom: i2c_probe: 0x57:
  327. Net: eth0: MII MODE
  328. cpsw, usb_ether
  329. Press SPACE to abort autoboot in 0 seconds
  330. board_name=[A335BNLT] ...
  331. board_rev=[000C] ...
  332. Card did not respond to voltage select!
  333. Card did not respond to voltage select!
  334. Card did not respond to voltage select!
  335. gpio: pin 56 (gpio 56) value is 0
  336. gpio: pin 55 (gpio 55) value is 0
  337. gpio: pin 54 (gpio 54) value is 0
  338. gpio: pin 53 (gpio 53) value is 1
  339. Card did not respond to voltage select!
  340. Card did not respond to voltage select!
  341. switch to partitions #0, OK
  342. mmc1(part 0) is current device
  343. Scanning mmc 1:1...
  344. gpio: pin 56 (gpio 56) value is 0
  345. gpio: pin 55 (gpio 55) value is 0
  346. gpio: pin 54 (gpio 54) value is 0
  347. gpio: pin 53 (gpio 53) value is 1
  348. switch to partitions #0, OK
  349. mmc1(part 0) is current device
  350. gpio: pin 54 (gpio 54) value is 1
  351. Checking for: /uEnv.txt ...
  352. Checking for: /boot.scr ...
  353. Checking for: /boot/boot.scr ...
  354. Checking for: /boot/uEnv.txt ...
  355. gpio: pin 55 (gpio 55) value is 1
  356. 2005 bytes read in 13 ms (150.4 KiB/s)
  357. Loaded environment from /boot/uEnv.txt
  358. Checking if uname_r is set in /boot/uEnv.txt...
  359. gpio: pin 56 (gpio 56) value is 1
  360. Running uname_boot ...
  361. loading /boot/vmlinuz-4.19.94-ti-r42 ...
  362. 10095592 bytes read in 653 ms (14.7 MiB/s)
  363. debug: [enable_uboot_overlays=1] ...
  364. debug: [enable_uboot_cape_universal=1] ...
  365. debug: [uboot_base_dtb_univ=am335x-boneblack-uboot-univ.dtb] ...
  366. uboot_overlays: [uboot_base_dtb=am335x-boneblack-uboot-univ.dtb] ...
  367. uboot_overlays: Switching too: dtb=am335x-boneblack-uboot-univ.dtb ...
  368. loading /boot/dtbs/4.19.94-ti-r42/am335x-boneblack-uboot-univ.dtb ...
  369. 162266 bytes read in 40 ms (3.9 MiB/s)
  370. uboot_overlays: [fdt_buffer=0x60000] ...
  371. uboot_overlays: loading /lib/firmware/BB-ADC-00A0.dtbo ...
  372. 654 bytes read in 191 ms (2.9 KiB/s)
  373. uboot_overlays: loading /lib/firmware/BB-BONE-NH7C-01-A0.dtbo ...
  374. 5563 bytes read in 41 ms (131.8 KiB/s)
  375. uboot_overlays: loading /lib/firmware/BB-BONE-eMMC1-01-00A0.dtbo ...
  376. 1614 bytes read in 237 ms (5.9 KiB/s)
  377. uboot_overlays: loading /lib/firmware/AM335X-PRU-RPROC-4-19-TI-00A0.dtbo ...
  378. 3653 bytes read in 82 ms (43 KiB/s)
  379. uboot_overlays: [uboot_detected_capes=BB-BONE-NH7C-01,] ...
  380. loading /boot/initrd.img-4.19.94-ti-r42 ...
  381. 7047176 bytes read in 459 ms (14.6 MiB/s)
  382. debug: [console=ttyO0,115200n8 bone_capemgr.uboot_capemgr_enabled=1 root=/dev/mmcblk1p1 ro rootfstype=ext4 rootwait uboot_detected_capes=BB-BONE-NH7C-01, coherent_pool=1M net.ifnames=0 lpj=1990656 rng_core.default_quality=100 quiet] ...
  383. debug: [bootz 0x82000000 0x88080000:6b8808 88000000] ...
  384. ## Flattened Device Tree blob at 88000000
  385. Booting using the fdt blob at 0x88000000
  386. Loading Ramdisk to 8f947000, end 8ffff808 ... OK
  387. Loading Device Tree to 8f8bb000, end 8f946fff ... OK
  388.  
  389. Starting kernel ...
  390.  
  391.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement