Advertisement
Guest User

rk3188-t u-boot

a guest
Sep 15th, 2014
284
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.23 KB | None | 0 0
  1. instructions:
  2. git clone https://github.com/neo-technologies/rockchip_u-boot
  3. cd rockchip_u-boot
  4. make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- rk30xx
  5. (prepare image, write it to sd-card and boot)
  6. ############################################################
  7. U-Boot 2013.04-rc2-00002-g53fd40e-dirty (Sep 15 2014 - 20:59:11)
  8.  
  9. CPU: RK30XX
  10. Board: RK30xx platform Board
  11. I2C: I2C bus error!rk_i2c_init error: i2c = NULL
  12. ready
  13. DRAM: 128 MiB
  14. arch_interrupt_init
  15. emmc reset for reinit
  16. emmc reset for reinit
  17. SdmmcInit=2 20
  18. Fail!
  19. Using default environment
  20.  
  21. read_env StorageSysDataLoad failed at 3
  22. I2C bus error!rk_i2c_init error: i2c = NULL
  23. In: serial
  24. Out: serial
  25. Err: serial
  26. board_late_init
  27. unsigned!
  28. no sys part.
  29. SecureBootEn = 0 0
  30. ##################################################
  31.  
  32. #Boot ver:
  33.  
  34. ##################################################
  35. GetParam
  36. read parameter fail
  37. read parameter fail
  38. read parameter fail
  39. read parameter fail
  40. read parameter fail
  41. read parameter fail
  42. read parameter fail
  43. read parameter fail
  44. id block not found.
  45. Writing env to EMMC...
  46. write_env StorageSysDataStore failed at 3
  47. failed
  48. vbus = 1
  49. lcd_ctrl_init [38]
  50. i2c init OVER in board!
  51. i2c_set_bus_num: I2C bus = 1
  52. rk_i2c_init: I2C bus = 1
  53. set i2c clk div = 125, divh = 63, divl = 63
  54. set clk(I2C_CLKDIV: 0x003f003f)
  55. rk_fb_init ok!
  56. set_lcdc_dclk: lcdc_source_clk = 768, clk = 48, div = 15
  57. rk30_load_screen for lcdc ok!
  58. lcd_enable [55]
  59. i2c_set_bus_num: I2C bus = 1
  60. rk_i2c_init: I2C bus = 1
  61. check_charge power on history ff
  62. backlight --- brightness:48
  63. ERROR: [fastboot_find_ptn]: partition(misc) not found, aborting
  64. table:
  65. misc partition not found!
  66. ERROR: [fastboot_find_ptn]: partition(boot) not found, aborting
  67. table:
  68. 'boot' does not seem to be a partition nor an address
  69. Unable to boot:boot
  70. try to start recovery
  71. ERROR: [fastboot_find_ptn]: partition(recovery) not found, aborting
  72. table:
  73. 'recovery' does not seem to be a partition nor an address
  74. Unable to boot:recovery
  75. try to start backup
  76. ERROR: [fastboot_find_ptn]: partition(backup) not found, aborting
  77. table:
  78. 'backup' does not seem to be a partition nor an address
  79. Unable to boot:backup
  80. try to start rockusb
  81. startRockusb,1142032
  82. backlight --- brightness:0
  83. powerOn,1849688
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement