# kernel-thread **Repository Path**: bravomikekilo/kernel-thread ## Basic Information - **Project Name**: kernel-thread - **Description**: linux kernel timing - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2023-06-18 - **Last Updated**: 2025-08-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # pin config 1. GPIO27 PIN-15 pedal signal PN.01 set to input 2. GPIO17 PIN-22 sync signal PP.04 set to input 3. GPIO09 PIN-32 trigger signal PBB.00 set to output # kernel module params - base_directory type string directory for sync-counter storage - serial_file_path type string path for capture serial file # kernel module deploy 1. make 2. sudo cp sync_counter.ko /lib/modules/$(uname -r)/updates 3. setup /etc/modules-load.d /etc/modprobe.d 4. depmod 5. add triggers rule `sudo cp 70-triggers.rules /etc/udev/rules.d` # setup jetson orin exfat `$ sudo ln -s /usr/sbin/mount.exfat-fuse /sbin/mount.exfat`