Hi, I am a beginner with this Ultrascale+ ZCU106 board, and while I was building a program, I found that segmentation fault has been occurred.
I am now trying to test basic AXI interface between PS and PL section of the board.
I have built the hardware design with custom IP, and built the vitis application.
I was trying to generate begin signal and see it works in PL area.
Our AXI base address is 0xA0000000 in this code.
I also have tried to fix something on device tree, but it still does not work.
Here is a picture of my Vitis code, Vivado block design and the error code while executing .elf file.
Please let me know how to solve this problem.
![block design for PS-PL AXI interface.png block design for PS-PL AXI interface.png](/t5/image/serverpage/image-id/95765i982C84CA886E26B2/image-size/large?v=v2&px=999)
![linux domain setting in vitis before create application.png linux domain setting in vitis before create application.png](/t5/image/serverpage/image-id/95767i29F55690A3E4015B/image-size/large?v=v2&px=999)
![vitis code for axi.png vitis code for axi.png](/t5/image/serverpage/image-id/95768iD7152ACA4D0C2CDB/image-size/large?v=v2&px=999)
![memory address for PS-PL AXI interface.png memory address for PS-PL AXI interface.png](/t5/image/serverpage/image-id/95769i945549B045D0CC3E/image-size/large?v=v2&px=999)
![result of build application in vitis.png result of build application in vitis.png](/t5/image/serverpage/image-id/95770i1BC0E6E088FBE724/image-size/large?v=v2&px=999)
![result of updating device tree for AXI custom ip.png result of updating device tree for AXI custom ip.png](/t5/image/serverpage/image-id/95771i8A2E6106C66C37BE/image-size/large?v=v2&px=999)