Advertisement
Guest User

Untitled

a guest
Mar 4th, 2022
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.24 KB | None | 0 0
  1. root@sama5d3-xplained-sd:~# cat /proc/interrupts
  2. CPU0
  3. 16: 2340 atmel-aic5 26 Level tc_clkevt
  4. 18: 4547 atmel-aic5 21 Level f0000000.mmc
  5. 19: 0 atmel-aic5 24 Level f0004000.spi
  6. 20: 0 atmel-aic5 18 Level f0014000.i2c
  7. 21: 0 atmel-aic5 19 Level f0018000.i2c
  8. 26: 0 atmel-aic5 22 Level f8000000.mmc
  9. 27: 0 atmel-aic5 25 Level f8008000.spi
  10. 28: 0 atmel-aic5 29 Level at91_adc
  11. 29: 0 atmel-aic5 20 Level f801c000.i2c
  12. 30: 0 atmel-aic5 42 Level atmel-sha
  13. 31: 0 atmel-aic5 43 Level atmel-aes
  14. 32: 0 atmel-aic5 44 Level atmel-tdes
  15. 34: 8 atmel-aic5 5 Level nfc
  16. 35: 799 atmel-aic5 30 Level at_hdmac
  17. 36: 0 atmel-aic5 31 Level at_hdmac
  18. 37: 2825 atmel-aic5 2 Level atmel_usart_serial.3.auto
  19. 44: 3 atmel-aic5 1 Level at91_rtc
  20. 46: 268 atmel-aic5 34 Level eth0
  21. 47: 0 atmel-aic5 35 Level eth1
  22. 49: 44 atmel-aic5 33 Level atmel_usba_udc
  23. 50: 1 atmel-aic5 32 Level ehci_hcd:usb1, ohci_hcd:usb2
  24. 51: 1 GPIO 9 Edge atmel_usba_udc
  25. 52: 0 GPIO 0 Edge mmc-detect
  26. 53: 0 GPIO 1 Edge mmc-detect
  27. 62: 0 GPIO 29 Edge PB_USER
  28. Err: 0
  29. root@sama5d3-xplained-sd:~# scp testfile atudor@192.168.0.128:/tmp
  30. atudor@192.168.0.128's password:
  31. root@sama5d3-xplained-sd:~# scp testfile atudor@192.168.0.128:/tmp/testfile1
  32. atudor@192.168.0.128's password:
  33. testfile 100% 293MB 2.2MB/s 02:13
  34. root@sama5d3-xplained-sd:~# scp testfile atudor@192.168.0.128:/tmp/testfile2
  35. atudor@192.168.0.128's password:
  36. testfile 100% 293MB 2.2MB/s 02:13
  37. root@sama5d3-xplained-sd:~# for i in 1 2 3 4 5 6 7 8; do cat testfile | sha256sum; done
  38. d9232cee3ac29c3a9aaff8b23b4cb2914edd54e21550a555656988596fbd0b58 -
  39. d9232cee3ac29c3a9aaff8b23b4cb2914edd54e21550a555656988596fbd0b58 -
  40. d9232cee3ac29c3a9aaff8b23b4cb2914edd54e21550a555656988596fbd0b58 -
  41. d9232cee3ac29c3a9aaff8b23b4cb2914edd54e21550a555656988596fbd0b58 -
  42. ^C
  43. root@sama5d3-xplained-sd:~# scp testfile atudor@192.168.0.128:/tmp/testfile3
  44. atudor@192.168.0.128's password:
  45. testfile 100% 293MB 2.2MB/s 02:12
  46. root@sama5d3-xplained-sd:~# scp testfile atudor@192.168.0.128:/tmp/testfile3
  47. atudor@192.168.0.128's password:
  48. root@sama5d3-xplained-sd:~# scp testfile atudor@192.168.0.128:/tmp/testfile4
  49. atudor@192.168.0.128's password:
  50. testfile 100% 293MB 2.2MB/s 02:13
  51. root@sama5d3-xplained-sd:~# while :; do cat testfile | sha256sum; done
  52. d9232cee3ac29c3a9aaff8b23b4cb2914edd54e21550a555656988596fbd0b58 -
  53. d9232cee3ac29c3a9aaff8b23b4cb2914edd54e21550a555656988596fbd0b58 -
  54. d9232cee3ac29c3a9aaff8b23b4cb2914edd54e21550a555656988596fbd0b58 -
  55. d9232cee3ac29c3a9aaff8b23b4cb2914edd54e21550a555656988596fbd0b58 -
  56. d9232cee3ac29c3a9aaff8b23b4cb2914edd54e21550a555656988596fbd0b58 -
  57. d9232cee3ac29c3a9aaff8b23b4cb2914edd54e21550a555656988596fbd0b58 -
  58. d9232cee3ac29c3a9aaff8b23b4cb2914edd54e21550a555656988596fbd0b58 -
  59. d9232cee3ac29c3a9aaff8b23b4cb2914edd54e21550a555656988596fbd0b58 -
  60. d9232cee3ac29c3a9aaff8b23b4cb2914edd54e21550a555656988596fbd0b58 -
  61. ^C
  62. root@sama5d3-xplained-sd:~# scp testfile atudor@192.168.0.128:/tmp/testfile5
  63. atudor@192.168.0.128's password:
  64. testfile 100% 293MB 2.2MB/s 02:14
  65. root@sama5d3-xplained-sd:~# scp testfile atudor@192.168.0.128:/tmp/testfile6
  66. atudor@192.168.0.128's password:
  67. testfile 100% 293MB 2.2MB/s 02:12
  68. root@sama5d3-xplained-sd:~# scp testfile atudor@192.168.0.128:/tmp/testfile7
  69. atudor@192.168.0.128's password:
  70. testfile 100% 293MB 2.2MB/s 02:15
  71. root@sama5d3-xplained-sd:~# scp testfile atudor@192.168.0.128:/tmp/testfile8
  72. atudor@192.168.0.128's password:
  73. testfile 100% 293MB 2.2MB/s 02:14
  74. root@sama5d3-xplained-sd:~# lsusb
  75. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  76. Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  77. root@sama5d3-xplained-sd:~# cat /sys/bus/usb-serial/devices/ttyUSB?/latency_timer
  78. cat: '/sys/bus/usb-serial/devices/ttyUSB?/latency_timer': No such file or directory
  79. root@sama5d3-xplained-sd:~# cat /proc/interrupts
  80. CPU0
  81. 16: 260596 atmel-aic5 26 Level tc_clkevt
  82. 18: 317239 atmel-aic5 21 Level f0000000.mmc
  83. 19: 0 atmel-aic5 24 Level f0004000.spi
  84. 20: 0 atmel-aic5 18 Level f0014000.i2c
  85. 21: 0 atmel-aic5 19 Level f0018000.i2c
  86. 26: 0 atmel-aic5 22 Level f8000000.mmc
  87. 27: 0 atmel-aic5 25 Level f8008000.spi
  88. 28: 0 atmel-aic5 29 Level at91_adc
  89. 29: 0 atmel-aic5 20 Level f801c000.i2c
  90. 30: 0 atmel-aic5 42 Level atmel-sha
  91. 31: 0 atmel-aic5 43 Level atmel-aes
  92. 32: 0 atmel-aic5 44 Level atmel-tdes
  93. 34: 8726741 atmel-aic5 5 Level nfc
  94. 35: 4418365 atmel-aic5 30 Level at_hdmac
  95. 36: 0 atmel-aic5 31 Level at_hdmac
  96. 37: 2858 atmel-aic5 2 Level atmel_usart_serial.3.auto
  97. 44: 3 atmel-aic5 1 Level at91_rtc
  98. 46: 2408612 atmel-aic5 34 Level eth0
  99. 47: 0 atmel-aic5 35 Level eth1
  100. 49: 44 atmel-aic5 33 Level atmel_usba_udc
  101. 50: 1 atmel-aic5 32 Level ehci_hcd:usb1, ohci_hcd:usb2
  102. 51: 1 GPIO 9 Edge atmel_usba_udc
  103. 52: 0 GPIO 0 Edge mmc-detect
  104. 53: 0 GPIO 1 Edge mmc-detect
  105. 62: 0 GPIO 29 Edge PB_USER
  106. Err: 0
  107. root@sama5d3-xplained-sd:~#
  108.  
  109.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement