Hi.
I want to use the IO0 as an GPIO on the ultrazed IO carrier card.
https://www.element14.com/community/api/core/v3/images/643562
<html><head><title>Jive SBS</title></head>
<body><font face="arial,helvetica,sans-serif">
<b>Error</b><br><font size="-1">
An general error occurred while processing your request.
</font></font></body></html>
I made this design where I set EMIO to be 1 width, then in the constraint I've set.
set_property PACKAGE_PIN H10 [get_ports {pps_input_tri_io[0]}]
set_property IOSTANDARD LVCMOS33 [get_ports {pps_input_tri_io[0]}]
set_property SLEW FAST [get_ports {pps_input_tri_io[0]}]
Will it then be routed to H10 package pin which is connected to IO0 on the arduino header pinout?
How do I then generate a new DTS three for petalinux? Where can I find the node for the GPIO if I want to create a device three node from it to do something different than just standar GPIO.
Sorry in advance for all the different questions I'm quite new to this so any help is deeply appriciated.