Advertisement
Guest User

bootlog_odroid

a guest
Mar 20th, 2014
345
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.28 KB | None | 0 0
  1. U-Boot 2012.07-ge71ef9c-dirty (Mar 19 2014 - 10:48:01) for Exynos5410
  2.  
  3. CPU: Exynos5410 Rev2.3 [Samsung SOC on SMP Platform Base on ARM CortexA15]
  4. APLL = 900MHz, KPLL = 600MHz
  5. MPLL = 532MHz, BPLL = 800MHz
  6. DRAM: 2 GiB
  7. WARNING: Caches not enabled
  8.  
  9. TrustZone Enabled BSP
  10. BL1 version:
  11. PMIC VER : 0, CHIP REV : 6
  12. VDD MIF : 1.00000V
  13. VDD ARM : 1.00000V
  14. VDD INT : 1.00000V
  15. VDD G3D : 1.00000V
  16. VDD KFC : 1.00000V
  17.  
  18. Checking Boot Mode ... SDMMC
  19. MMC: S5P_MSHC2: 0, S5P_MSHC0: 1
  20. MMC Device 0: 14.8 GiB
  21. MMC Device 1: [ERROR] response error : 00000006 cmd 8
  22. [ERROR] response error : 00000006 cmd 55
  23. [ERROR] response error : 00000006 cmd 2
  24. *** Warning - bad CRC, using default environment
  25.  
  26. In: serial
  27. Out: serial
  28. Err: serial
  29. Net: No ethernet found.
  30. Press 'Enter' or 'Space' to stop autoboot: 0
  31. there are pending interrupts 0x00000001
  32. reading boot.ini
  33.  
  34. 5200 bytes read
  35. Loading boot.ini from FAT
  36. Find boot.ini file from FAT/Ext4 Area!!
  37. boot.ini command = setenv initrd_high "0xffffffff"
  38. boot.ini command = setenv fdt_high "0xffffffff"
  39. boot.ini command = setenv bootrootfs "console=tty1 console=ttySAC2,115200n8 root=/dev/mmcblk0p2 rootwait rw"
  40. boot.ini command = setenv fb_x_res "1280"
  41. boot.ini command = setenv fb_y_res "720"
  42. boot.ini command = setenv vout "hdmi"
  43. boot.ini command = setenv left "56"
  44. boot.ini command = setenv right "24"
  45. boot.ini command = setenv upper "3"
  46. boot.ini command = setenv lower "3"
  47. boot.ini command = setenv hsync "14"
  48. boot.ini command = setenv vsync "3"
  49. boot.ini command = setenv fb_control "left=${left} right=${right} upper=${upper} lower=${lower} vsync=${vsync} hsync=${hsync}"
  50. boot.ini command = setenv hdmi_phy_res "720p60hz"
  51. boot.ini command = setenv led_blink "1"
  52. boot.ini command = setenv bootcmd "fatload mmc 0:1 0x40000000 zImage; fatload mmc 0:1 0x46000000 exynos5410-odroidxu.dtb; bootz 0x40"
  53. boot.ini command = setenv bootargs "${bootrootfs} ${fb_control} fb_x_res=${fb_x_res} fb_y_res=${fb_y_res} vout=${vout} hdmi_phy_res="
  54. boot.ini command = boot
  55. reading zImage
  56.  
  57. 4761368 bytes read
  58. reading exynos5410-odroidxu.dtb
  59.  
  60. 27729 bytes read
  61. ## Flattened Device Tree blob at 46000000
  62. Booting using the fdt blob at 0x46000000
  63. Using Device Tree in place at 46000000, end 46009c50
  64.  
  65. Starting kernel ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement