Advertisement
Guest User

Untitled

a guest
Aug 25th, 2015
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1. ##################################################
  2. uboot version: U-Boot 2014.01-g4054f28-dirty (Aug 24 2015 - 06:00:35)
  3.  
  4. #Boot ver: 0000-00-00#0.00
  5.  
  6. ##################################################
  7. setup gpio int
  8. GetParam
  9. check parameter success
  10. partition(boot): offset=0x00002000, size=0x00008000
  11. empty serial no.
  12. checkKey
  13. vbus = 1
  14. [LCD] Initializing LCD frambuffer at 63c08000
  15. lcd_ctrl_init [38]
  16. i2c init OVER in board!
  17. set_lcdc_dclk: lcdc_source_clk = 768, clk = 71, div = 11
  18. rk30_load_screen for lcdc ok!
  19. [LCD] Using LCD frambuffer at 63c08000
  20. lcd_enable [55]
  21. In charging!
  22. SecureBootCheckOK:0
  23. Image magic: ANDROID!?{7
  24. kernel_size: 0x377bf9
  25. kernel_addr: 0x60408000
  26. rdisk_size: 0x462ee8
  27. rdisk_addr: 0x62000000
  28. second_size: 0x0
  29. second_addr: 0x60f00000
  30. tags_addr: 0x60088000
  31. page_size: 0x4000
  32. name:
  33. cmdline:
  34. id[0]: 0x69501959
  35. id[1]: 0x374dbbe9
  36. id[2]: 0xaf81d009
  37. id[3]: 0x6d5508b4
  38. id[4]: 0xf86e2336
  39. id[5]: 0x0
  40. id[6]: 0x0
  41. id[7]: 0x0
  42. Initial value for argc=3
  43. Final value for argc=3
  44. booti: do_bootm_linux...
  45. using: ATAGS
  46. ## Transferring control to Linux (at address 60408000)...
  47.  
  48. Starting kernel ...
  49.  
  50. data abort
  51.  
  52. MAYBE you should read doc/README.arm-unaligned-accesses
  53.  
  54. pc : [<60660b90>] lr : [<6066036c>]
  55. sp : 609d8640 ip : 609d29bc fp : 609d29bc
  56. r10: 6065f000 r9 : 60008000 r8 : 609d8678
  57. r7 : 609e8678 r6 : 00000bfa r5 : 60662fdf r4 : 00000055
  58. r3 : 00000020 r2 : fec90000 r1 : ff690000 r0 : 00000055
  59. Flags: nzCv IRQs off FIQs off Mode SVC_32
  60. Resetting CPU ...
  61.  
  62. resetting ...
  63. DDR Version 1.04 20140217
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement