You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
11 years ago | |
---|---|---|
.. | ||
firmware | 11 years ago | |
test_overlays | 11 years ago | |
Readme.md | 11 years ago |
Readme.md
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