Advertisement
Guest User

Untitled

a guest
Mar 25th, 2016
499
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. U-Boot 2016.03-gecb2f66 (Mar 25 2016 - 19:21:23 +0100)
  2.  
  3. DRAM: 944 MiB
  4. RPI 3 Model B (0xa02082)
  5. MMC: bcm2835_sdhci: 0
  6. reading uboot.env
  7.  
  8. ** Unable to read "uboot.env" from mmc0:1 **
  9. Using default environment
  10.  
  11. In: serial
  12. Out: lcd
  13. Err: lcd
  14. Net: Net Initialization Skipped
  15. No ethernet found.
  16. starting USB...
  17. USB0: Core Release: 2.80a
  18. scanning bus 0 for devices... 3 USB Device(s) found
  19. scanning usb for storage devices... 0 Storage Device(s) found
  20. scanning usb for ethernet devices... 1 Ethernet Device(s) found
  21. Hit any key to stop autoboot: 0
  22. U-Boot> fatload mmc 0:1 ${kernel_addr_r} kernel7.img
  23. reading kernel7.img
  24. 4057228 bytes read in 643 ms (6 MiB/s)
  25. U-Boot> fatload mmc 0:1 ${fdt_addr_r} bcm2710-rpi-3-b-disable-bt.dtb
  26. reading bcm2710-rpi-3-b-disable-bt.dtb
  27. 10607 bytes read in 21 ms (493.2 KiB/s)
  28. U-Boot> setenv bootargs earlyprintk dwc_otg.lpm_enable=0 console=serial0,115200 console=tty1 root=/dev/sda1 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait
  29. U-Boot> bootz ${kernel_addr_r} - ${fdt_addr_r}
  30. Kernel image @ 0x1000000 [ 0x000000 - 0x3de7a8 ]
  31. ## Flattened Device Tree blob at 00000100
  32. Booting using the fdt blob at 0x000100
  33. Using Device Tree in place at 00000100, end 00005a6e
  34.  
  35. Starting kernel ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement