vaishnavachath7

AM62X MBOX Data sample

Apr 8th, 2024 (edited)
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 11.75 KB | None | 0 0
  1. U-Boot SPL 2023.04-dirty (Apr 08 2024 - 23:43:58 +0530)
  2. SYSFW ABI: 3.1 (firmware rev 0x0009 '9.2.7--v09.02.07 (Kool Koala)')
  3. SPL initial stack usage: 13440 bytes
  4. Trying to boot from MMC2
  5. Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
  6. Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
  7. Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
  8. Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
  9. Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
  10. Starting ATF on ARM64 core...
  11.  
  12. NOTICE:  BL31: v2.9(release):09.01.00.008
  13. NOTICE:  BL31: Built : 15:06:55, Jan  6 2024
  14. I/TC:
  15. I/TC: OP-TEE version: 3.22.0-rc1 (gcc version 9.2.1 20191025 (GNU Toolchain for the A-profile Architecture 9.2-2019.12 (arm-9.10))) #1 Sat Jan  6 09:37:32 UTC 2024 aarch64
  16. I/TC: WARNING: This OP-TEE configuration might be insecure!
  17. I/TC: WARNING: Please check https://optee.readthedocs.io/en/latest/architecture/porting_guidelines.html
  18. I/TC: Primary CPU initializing
  19. I/TC: SYSFW ABI: 3.1 (firmware rev 0x0009 '9.2.7--v09.02.07 (Kool Koala)')
  20. I/TC: HUK Initialized
  21. I/TC: Primary CPU switching to normal world boot
  22.  
  23. U-Boot SPL 2023.04-dirty (Apr 08 2024 - 23:44:14 +0530)
  24. SYSFW ABI: 3.1 (firmware rev 0x0009 '9.2.7--v09.02.07 (Kool Koala)')
  25. SPL initial stack usage: 1904 bytes
  26. Trying to boot from MMC2
  27. Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
  28. Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
  29.  
  30.  
  31. U-Boot 2023.04-dirty (Apr 08 2024 - 23:44:14 +0530)
  32.  
  33. SoC:   AM62X SR1.0 GP
  34. Model: Texas Instruments AM625 SK
  35. EEPROM not available at 80, trying to read at 81
  36. Board: AM62-SKEVM rev E2
  37. DRAM:  2 GiB
  38. Core:  72 devices, 32 uclasses, devicetree: separate
  39. MMC:   mmc@fa10000: 0, mmc@fa00000: 1
  40. Loading Environment from nowhere... OK
  41. In:    serial
  42. Out:   serial
  43. Err:   serial
  44. Net:   eth0: ethernet@8000000port@1
  45. Hit any key to stop autoboot:  0
  46. =>
  47. =>
  48. => dhcp; setenv serverip 192.168.0.105; rproc init; rproc stop 0; tftp 0x82000000 zephyr.elf; rproc load 0 0x82000000 $filesize;  rproc start 0;tftp 0x82000000 zephyr.bin; dcache flush; icache flush; dcache off; icache off; go 0x82000000
  49. ethernet@8000000port@1 Waiting for PHY auto negotiation to complete.... done
  50. link up on port 1, speed 1000, full duplex
  51. BOOTP broadcast 1
  52. BOOTP broadcast 2
  53. DHCP client bound to address 192.168.0.103 (775 ms)
  54. *** ERROR: `serverip' not set
  55. Cannot autoload with TFTPGET
  56. link up on port 1, speed 1000, full duplex
  57. Using ethernet@8000000port@1 device
  58. TFTP from server 192.168.0.105; our IP address is 192.168.0.103
  59. Filename 'zephyr.elf'.
  60. Load address: 0x82000000
  61. Loading: ##################################################  389.8 KiB
  62.      15.2 MiB/s
  63. done
  64. Bytes transferred = 399108 (61704 hex)
  65. Load Remote Processor 0 with data@addr=0x82000000 399108 bytes: Success!
  66. link up on port 1, speed 1000, full duplex
  67. Using ethernet@8000000port@1 device
  68. TFTP from server 192.168.0.105; our IP address is 192.168.0.103
  69. Filename 'zephyr.bin'.
  70. Load address: 0x82000000
  71. Loading: ##################################################  108 KiB
  72.      13.2 MiB/s
  73. done
  74. Bytes transferred = 110596 (1b004 hex)
  75. ## Starting application at 0x82000000 ...
  76. *** Booting Zephyr OS build v3.6.0-2003-gd5b1a7d929e6 ***
  77. mbox_data Client demo started
  78. Client send (on channel 1) value: 0
  79. Client received (on channel 0) value: 1
  80. Client send (on channel 1) value: 2
  81. Client received (on channel 0) value: 3
  82. Client send (on channel 1) value: 4
  83. Client received (on channel 0) value: 5
  84. Client send (on channel 1) value: 6
  85. Client received (on channel 0) value: 7
  86. Client send (on channel 1) value: 8
  87. Client received (on channel 0) value: 9
  88. Client send (on channel 1) value: 10
  89. Client received (on channel 0) value: 11
  90. Client send (on channel 1) value: 12
  91. Client received (on channel 0) value: 13
  92. Client send (on channel 1) value: 14
  93. Client received (on channel 0) value: 15
  94. Client send (on channel 1) value: 16
  95. Client received (on channel 0) value: 17
  96. Client send (on channel 1) value: 18
  97. Client received (on channel 0) value: 19
  98. Client send (on channel 1) value: 20
  99. Client received (on channel 0) value: 21
  100. Client send (on channel 1) value: 22
  101. Client received (on channel 0) value: 23
  102. Client send (on channel 1) value: 24
  103. Client received (on channel 0) value: 25
  104. Client send (on channel 1) value: 26
  105. Client received (on channel 0) value: 27
  106. Client send (on channel 1) value: 28
  107. Client received (on channel 0) value: 29
  108. Client send (on channel 1) value: 30
  109. Client received (on channel 0) value: 31
  110. Client send (on channel 1) value: 32
  111. Client received (on channel 0) value: 33
  112. Client send (on channel 1) value: 34
  113. Client received (on channel 0) value: 35
  114. Client send (on channel 1) value: 36
  115. Client received (on channel 0) value: 37
  116. Client send (on channel 1) value: 38
  117. Client received (on channel 0) value: 39
  118. Client send (on channel 1) value: 40
  119. Client received (on channel 0) value: 41
  120. Client send (on channel 1) value: 42
  121. Client received (on channel 0) value: 43
  122. Client send (on channel 1) value: 44
  123. Client received (on channel 0) value: 45
  124. Client send (on channel 1) value: 46
  125. Client received (on channel 0) value: 47
  126. Client send (on channel 1) value: 48
  127. Client received (on channel 0) value: 49
  128. Client send (on channel 1) value: 50
  129. Client received (on channel 0) value: 51
  130. Client send (on channel 1) value: 52
  131. Client received (on channel 0) value: 53
  132. Client send (on channel 1) value: 54
  133. Client received (on channel 0) value: 55
  134. Client send (on channel 1) value: 56
  135. Client received (on channel 0) value: 57
  136. Client send (on channel 1) value: 58
  137. Client received (on channel 0) value: 59
  138. Client send (on channel 1) value: 60
  139. Client received (on channel 0) value: 61
  140. Client send (on channel 1) value: 62
  141. Client received (on channel 0) value: 63
  142. Client send (on channel 1) value: 64
  143. Client received (on channel 0) value: 65
  144. Client send (on channel 1) value: 66
  145. Client received (on channel 0) value: 67
  146. Client send (on channel 1) value: 68
  147. Client received (on channel 0) value: 69
  148. Client send (on channel 1) value: 70
  149. Client received (on channel 0) value: 71
  150. Client send (on channel 1) value: 72
  151. Client received (on channel 0) value: 73
  152. Client send (on channel 1) value: 74
  153. Client received (on channel 0) value: 75
  154. Client send (on channel 1) value: 76
  155. Client received (on channel 0) value: 77
  156. Client send (on channel 1) value: 78
  157. Client received (on channel 0) value: 79
  158. Client send (on channel 1) value: 80
  159. Client received (on channel 0) value: 81
  160. Client send (on channel 1) value: 82
  161. Client received (on channel 0) value: 83
  162. Client send (on channel 1) value: 84
  163. Client received (on channel 0) value: 85
  164. Client send (on channel 1) value: 86
  165. Client received (on channel 0) value: 87
  166. Client send (on channel 1) value: 88
  167. Client received (on channel 0) value: 89
  168. Client send (on channel 1) value: 90
  169. Client received (on channel 0) value: 91
  170. Client send (on channel 1) value: 92
  171. Client received (on channel 0) value: 93
  172. Client send (on channel 1) value: 94
  173. Client received (on channel 0) value: 95
  174. Client send (on channel 1) value: 96
  175. Client received (on channel 0) value: 97
  176. Client send (on channel 1) value: 98
  177. Client received (on channel 0) value: 99
  178. mbox_data Client demo ended
  179.  
  180.  
  181.  
  182. *** Booting Zephyr OS build v3.6.0-2003-gd5b1a7d929e6 ***
  183. mbox_data Server demo started
  184. Server receive (on channel 1) value: 0
  185. Server send (on channel 0) value: 1
  186. Server receive (on channel 1) value: 2
  187. Server send (on channel 0) value: 3
  188. Server receive (on channel 1) value: 4
  189. Server send (on channel 0) value: 5
  190. Server receive (on channel 1) value: 6
  191. Server send (on channel 0) value: 7
  192. Server receive (on channel 1) value: 8
  193. Server send (on channel 0) value: 9
  194. Server receive (on channel 1) value: 10
  195. Server send (on channel 0) value: 11
  196. Server receive (on channel 1) value: 12
  197. Server send (on channel 0) value: 13
  198. Server receive (on channel 1) value: 14
  199. Server send (on channel 0) value: 15
  200. Server receive (on channel 1) value: 16
  201. Server send (on channel 0) value: 17
  202. Server receive (on channel 1) value: 18
  203. Server send (on channel 0) value: 19
  204. Server receive (on channel 1) value: 20
  205. Server send (on channel 0) value: 21
  206. Server receive (on channel 1) value: 22
  207. Server send (on channel 0) value: 23
  208. Server receive (on channel 1) value: 24
  209. Server send (on channel 0) value: 25
  210. Server receive (on channel 1) value: 26
  211. Server send (on channel 0) value: 27
  212. Server receive (on channel 1) value: 28
  213. Server send (on channel 0) value: 29
  214. Server receive (on channel 1) value: 30
  215. Server send (on channel 0) value: 31
  216. Server receive (on channel 1) value: 32
  217. Server send (on channel 0) value: 33
  218. Server receive (on channel 1) value: 34
  219. Server send (on channel 0) value: 35
  220. Server receive (on channel 1) value: 36
  221. Server send (on channel 0) value: 37
  222. Server receive (on channel 1) value: 38
  223. Server send (on channel 0) value: 39
  224. Server receive (on channel 1) value: 40
  225. Server send (on channel 0) value: 41
  226. Server receive (on channel 1) value: 42
  227. Server send (on channel 0) value: 43
  228. Server receive (on channel 1) value: 44
  229. Server send (on channel 0) value: 45
  230. Server receive (on channel 1) value: 46
  231. Server send (on channel 0) value: 47
  232. Server receive (on channel 1) value: 48
  233. Server send (on channel 0) value: 49
  234. Server receive (on channel 1) value: 50
  235. Server send (on channel 0) value: 51
  236. Server receive (on channel 1) value: 52
  237. Server send (on channel 0) value: 53
  238. Server receive (on channel 1) value: 54
  239. Server send (on channel 0) value: 55
  240. Server receive (on channel 1) value: 56
  241. Server send (on channel 0) value: 57
  242. Server receive (on channel 1) value: 58
  243. Server send (on channel 0) value: 59
  244. Server receive (on channel 1) value: 60
  245. Server send (on channel 0) value: 61
  246. Server receive (on channel 1) value: 62
  247. Server send (on channel 0) value: 63
  248. Server receive (on channel 1) value: 64
  249. Server send (on channel 0) value: 65
  250. Server receive (on channel 1) value: 66
  251. Server send (on channel 0) value: 67
  252. Server receive (on channel 1) value: 68
  253. Server send (on channel 0) value: 69
  254. Server receive (on channel 1) value: 70
  255. Server send (on channel 0) value: 71
  256. Server receive (on channel 1) value: 72
  257. Server send (on channel 0) value: 73
  258. Server receive (on channel 1) value: 74
  259. Server send (on channel 0) value: 75
  260. Server receive (on channel 1) value: 76
  261. Server send (on channel 0) value: 77
  262. Server receive (on channel 1) value: 78
  263. Server send (on channel 0) value: 79
  264. Server receive (on channel 1) value: 80
  265. Server send (on channel 0) value: 81
  266. Server receive (on channel 1) value: 82
  267. Server send (on channel 0) value: 83
  268. Server receive (on channel 1) value: 84
  269. Server send (on channel 0) value: 85
  270. Server receive (on channel 1) value: 86
  271. Server send (on channel 0) value: 87
  272. Server receive (on channel 1) value: 88
  273. Server send (on channel 0) value: 89
  274. Server receive (on channel 1) value: 90
  275. Server send (on channel 0) value: 91
  276. Server receive (on channel 1) value: 92
  277. Server send (on channel 0) value: 93
  278. Server receive (on channel 1) value: 94
  279. Server send (on channel 0) value: 95
  280. Server receive (on channel 1) value: 96
  281. Server send (on channel 0) value: 97
  282. Server receive (on channel 1) value: 98
  283. Server send (on channel 0) value: 99
  284. mbox_data Server demo ended.
  285.  
  286.  
  287.  
  288.  
  289.  
  290.  
  291.  
  292.  
Advertisement
Add Comment
Please, Sign In to add comment