Request for Mesa 5i23_7i48_7i52 firmware
- freemoore
- Offline
- Premium Member
Less
More
- Posts: 83
- Thank you received: 9
16 Oct 2024 15:42 #312273
by freemoore
Replied by freemoore on topic Request for Mesa 5i23_7i48_7i52 firmware
Is there any more to that than adding the line:
setp [HMOT](CARD0).gpio.024.out false
to my halfile? looking at Hostmot2 doc page, it doesn't look like it has to be explicitly added as a gpio in the loadrt hm2_pci config="...etc"
but I'm not sure what else might be required. I've just tried the above setp line, ending it either 'true' or 'false', and still have no activity on P3 pins
setp [HMOT](CARD0).gpio.024.out false
to my halfile? looking at Hostmot2 doc page, it doesn't look like it has to be explicitly added as a gpio in the loadrt hm2_pci config="...etc"
but I'm not sure what else might be required. I've just tried the above setp line, ending it either 'true' or 'false', and still have no activity on P3 pins
Please Log in or Create an account to join the conversation.
- PCW
- Away
- Moderator
Less
More
- Posts: 17880
- Thank you received: 4772
16 Oct 2024 15:56 #312275
by PCW
Replied by PCW on topic Request for Mesa 5i23_7i48_7i52 firmware
You need to set the pin to output mode.
(all GPIO start-up as input pins)
setp [HMOT](CARD0).gpio.024.is_output true
setp [HMOT](CARD0).gpio.024.out false
(all GPIO start-up as input pins)
setp [HMOT](CARD0).gpio.024.is_output true
setp [HMOT](CARD0).gpio.024.out false
The following user(s) said Thank You: freemoore
Please Log in or Create an account to join the conversation.
Moderators: PCW, jmelson
Time to create page: 0.052 seconds