简体   繁体   中英

Jetson TK1 - Embedded Linux - How to Periodic Interrupt

The official webpage for the Jetson TK1 is quite complicated for the new user and I can't find a document/webpage/book/course to start studying the Jetson TK1's API focusing on GPIO pins, interrupts etc.

My Questions:

1) After hours of search, I guess I should study Embedded Linux. There are many options, and most of the "practical" books are about BeagleBone Black. Are there any books/courses focusing directly on practical Jetson TK1 applications; Or do you suggest another approach?

2) Can you show a very short code snippet on periodic interrupts & interrupt handling for the Jetson TK1? (in C++ preferably). Does not have to be a complete and fully working code.

Side Note: Currently using board as if it is a Ubuntu installed desktop computer, but I'm not able to interact with sensors, LEDs yet. My knowledge about this platform is lacking, but I had studied TI's TM4C previously.

Have you dug through the content here: Elinux.org Jetson_TK1 pages There's a link on that page to an ebook as well. As for GPIOs this page http://elinux.org/Jetson/GPIO contains links to Tutorials.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM