Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2018
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. ##############################################
  2. # HowTo
  3. ##############################################
  4. For getting USB3.0 & 2.0 working, you need to copy
  5.  
  6. copy BCT/tegra186-mb1-bct-pmic-quill-p3310-1000-c01.cfg -> to 64_TX2/Linux_for_tx2/bootloader/t186ref/BCT
  7. copy BCT/tegra186-mb1-bct-pmic-quill-p3310-1000-c02.cfg -> to 64_TX2/Linux_for_tx2/bootloader/t186ref/BCT
  8. copy BCT/tegra186-mb1-bct-pmic-quill-p3310-1000-c03.cfg -> to 64_TX2/Linux_for_tx2/bootloader/t186ref/BCT
  9. copy BCT/tegra186-mb1-bct-pmic-quill-p3310-1000-c04.cfg -> to 64_TX2/Linux_for_tx2/bootloader/t186ref/BCT
  10.  
  11. then bring Jetson TX2 into recovery mode and execute this
  12. sudo ./flash.sh jetson-tx2 mmcblk0p1
  13. or
  14. you flash this via JetPack.
  15.  
  16.  
  17.  
  18.  
  19. For updateing device Tree you need to...
  20.  
  21. copy dtb/tegra186-quill-p3310-1000-a00-00-base.dtb -> 64_TX2/Linux_for_tx2/kernel/dtb
  22. copy dtb/tegra186-quill-p3310-1000-c03-00-base.dtb -> 64_TX2/Linux_for_tx2/kernel/dtb
  23. copy dtb/tegra186-quill-p3310-1000-c03-00-dsi-hdmi-dp.dtb -> 64_TX2/Linux_for_tx2/kernel/dtb
  24.  
  25. then bring Jetson TX2 into recovery mode and execute this
  26. sudo ./flash.sh -r -k kernel-dtb jetson-tx2 mmcblk0p1
  27.  
  28. Copy the Image and zImage into the boot folder from the TX2.
  29. Copy the kernel-modules into the folder from the TX2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement