mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-21 16:18:29 -04:00
HAL_Linux: Add Steps to Manually test pwm channels
This commit is contained in:
parent
b53b3f415a
commit
731d80e6c5
@ -1 +1,13 @@
|
||||
Steps to manually test PRU PWM:
|
||||
|
||||
1. cp test_overlays/BB-BONE-PRU-05-00A0.dtbo /lib/firmware/
|
||||
2. cp firmware/testpru0 firmware/testpru1 /lib/firmware/
|
||||
3. echo BB-BONE-PRU-05 > /sys/devices/bone_capemgr.#/slots
|
||||
4. cd /sys/class/pwm/
|
||||
5. echo # > export e.g. "echo 1 > export" to activate PRU_R30 pin1 as pwm
|
||||
6. cd pwm1/
|
||||
7. echo 1100000 > duty_ms
|
||||
8. echo 20000000 > period_ms
|
||||
9. echo 1 > run
|
||||
|
||||
Note: The above example will produce pwm signal with on time 1100ms and frequency 50Hz
|
||||
|
Loading…
Reference in New Issue
Block a user