Skip to content
Snippets Groups Projects
  1. May 15, 2022
  2. May 06, 2021
  3. Apr 21, 2021
  4. Apr 20, 2021
    • Pavel Pisa's avatar
      Makefile: allo to request SSH tunnel for GDB connection even without ProxyJump · c5ca7d85
      Pavel Pisa authored
      
      The alternative connection setup to the laboratory behind NAT:
      
      Create forward SSH tunnel through postel to target device
      in the separate terminal
      
        ssh -nNT ctu_login@postel.felk.cvut.cz -L 2222:192.168.202.xxx:22
      
      Then setup
      
        TARGET_IP = 127.0.0.1
        SSH_OPTIONS=-o "UserKnownHostsFile=/dev/null" -o "StrictHostKeyChecking=no" -o "Port=2222"
        SSH_GDB_TUNNEL_REQUIRED=y
      
      allows to run all Makefile targets including debugging.
      
      Signed-off-by: default avatarPavel Pisa <pisa@cmp.felk.cvut.cz>
      c5ca7d85
  5. Jun 12, 2020
  6. Jun 11, 2020
  7. Jun 01, 2020
  8. May 31, 2020
  9. May 28, 2020
  10. May 05, 2020
  11. Apr 27, 2020
  12. Jan 14, 2020
  13. Jun 09, 2019
  14. May 02, 2019
  15. Apr 18, 2019
  16. Apr 17, 2019
  17. Feb 16, 2018
  18. Feb 12, 2018
  19. Oct 04, 2017
  20. Apr 25, 2017
  21. Apr 24, 2017