This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| debian@beaglebone:~$ more /lib/firmware/PRU-GPIO-EXAMPLE2.dts | |
| /dts-v1/; | |
| /plugin/; | |
| / { | |
| compatible = "ti,beaglebone", "ti,beaglebone-black", "ti,beaglebone-green"; | |
| // identification | |
| part-number = "PRU-GPIO-EXAMPLE2"; | |
| version = "00A0"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .origin 0 | |
| .entrypoint start | |
| #define GPIO0 0x44E07000 | |
| #define GPIO1 0x4804C000 | |
| #define GPIO2 0x481AC000 | |
| #define GPIO3 0x481AE000 | |
| #define GPIO_OE 0x134 | |
| #define GPIO_DATAIN 0x138 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .origin 0 | |
| .entrypoint start | |
| #define GPIO0 0x44E07000 | |
| #define GPIO1 0x4804C000 | |
| #define GPIO2 0x481AC000 | |
| #define GPIO3 0x481AE000 | |
| #define GPIO_OE 0x134 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /dts-v1/; | |
| /plugin/; | |
| / { | |
| compatible = "ti,beaglebone", "ti,beaglebone-black", "ti,beaglebone-green"; | |
| // identification | |
| part-number = "PRU-GPIO-EXAMPLE2"; | |
| version = "00A0"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .origin 0 | |
| .entrypoint START | |
| #define GPIO0 0x44E07000 | |
| #define GPIO1 0x4804C000 | |
| #define GPIO2 0x481AC000 | |
| #define GPIO3 0x481AE000 | |
| #define GPIO_OE 0x134 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .origin 0 | |
| .entrypoint start | |
| #define GPIO0 0x44E07000 | |
| #define GPIO1 0x4804C000 | |
| #define GPIO2 0x481AC000 | |
| #define GPIO3 0x481AE000 | |
| #define GPIO_OE 0x134 | |
| #define GPIO_DATAIN 0x138 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .origin 0 | |
| .entrypoint start | |
| #define GPIO0 0x44E07000 | |
| #define GPIO1 0x4804C000 | |
| #define GPIO2 0x481AC000 | |
| #define GPIO3 0x481AE000 | |
| #define GPIO_OE 0x134 | |
| #define GPIO_DATAIN 0x138 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .origin 0 | |
| .entrypoint start | |
| #define GPIO0 0x44E07000 | |
| #define GPIO1 0x4804C000 | |
| #define GPIO2 0x481AC000 | |
| #define GPIO3 0x481AE000 | |
| #define GPIO_OE 0x134 | |
| #define GPIO_DATAIN 0x138 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| mighty@ideapad:~$ sudo find / -type f -name 'libproto*' | |
| [sudo] password for mighty: | |
| /home/mighty/libprotobuf-lite.a | |
| /home/mighty/libprotoc.a | |
| /var/lib/dpkg/info/libprotobuf10:amd64.list | |
| /var/lib/dpkg/info/libprotobuf10:amd64.md5sums | |
| /var/lib/dpkg/info/libprotobuf10:amd64.shlibs | |
| /var/lib/dpkg/info/libprotobuf10:amd64.triggers | |
| /var/lib/dpkg/info/libprotoc10:amd64.md5sums |