Advertisement
Guest User

Untitled

a guest
Jun 12th, 2017
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.95 KB | None | 0 0
  1. u-boot is from latest git://git.denx.de/u-boot.git
  2. On PC side I use sunxi-fel to load u-boot. Here the PC log:
  3.  
  4. [cube_a80]:~/embedded_a80/u-boot-denx.git> sudo sunxi-fel  -l
  5. USB device 003:047   Allwinner A80     0460c92c:74404000:09406102:07227010
  6. [cube_a80]:~/embedded_a80/u-boot-denx.git> sudo sunxi-fel uboot u-boot-sunxi-with-spl.bin
  7. usb_bulk_send() ERROR -7: Operation timed out
  8.  
  9. And on target side I have such output:
  10.  
  11. U-Boot SPL 2017.07-rc1-01160-g8cb3ce6-dirty (Jun 12 2017 - 22:30:01)
  12. DRAM:Setting PLL6 to 1344000000
  13. 2
  14. Waiting for DRAM_CLK_CFG
  15. found CL/CWL: CL = 11, CWL = 8
  16. DX2GCR0 reset: 0x7c000285
  17. Channel 0 OK!
  18. done
  19. DFIMISC before writing 0: 0x1
  20. channel_init complete
  21. found CL/CWL: CL = 11, CWL = 8
  22. DX2GCR0 reset: 0x7c000285
  23. Channel 1 OK!
  24. done
  25. DFIMISC before writing 0: 0x1
  26. channel_init complete
  27. CR: 5978596
  28.  2048 MiB
  29. board_init_f() - complete!
  30.  
  31. I can't understand there the u-boot is hung? Please, give me any tips! Thank you.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement