You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to run the blinkled.c program and am having issues setting up the device tree to get an output to the pins. I have used this device tree https://github.com/BestFriendofDoug/pruspeak/blob/master/KA-GPIO-Test.dts and have modified the blinkled.c example to be https://github.com/BestFriendofDoug/pruspeak/blob/master/blinkled.c
Dont get hung up on these files being saved in the pruspeak repo, I haven't had a chance to change things over to my PRUSS-C repo. The device tree will compile and I can set it as the active tree fine, and the blinkled.c program is compiled fine and runs with the following output,
I'm trying to run the blinkled.c program and am having issues setting up the device tree to get an output to the pins. I have used this device tree https://github.com/BestFriendofDoug/pruspeak/blob/master/KA-GPIO-Test.dts and have modified the blinkled.c example to be https://github.com/BestFriendofDoug/pruspeak/blob/master/blinkled.c
Dont get hung up on these files being saved in the pruspeak repo, I haven't had a chance to change things over to my PRUSS-C repo. The device tree will compile and I can set it as the active tree fine, and the blinkled.c program is compiled fine and runs with the following output,
root@beaglebone:~PRUSS-C/am335x_pru_package/pru_sw/example_apps/bin ./blinkled
INFO: Starting PRU_memAccess_DDR_PRUsharedRAM example.
INFO: Initializing example.
INFO: Loading Data. success
INFO: Executing example.
success
INFO: Waiting for HALT command.
I am not getting any output to the pins. Any idea what I'm doing wrong here?
The text was updated successfully, but these errors were encountered: