Jump to content

millerjs

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by millerjs

  1. Blech, I figured as much. I like the C2, and I like the Armbian project, but stuff like this is why the Raspberry Pi/Raspbian have such a strong following. Once I get this figured out I'll do my best to post a definitive solution on here because it seems like people have been having this question for years to no avail.
  2. No progress so far. According to /sys/kernel/debug/gpio pin 11 is gpio-489. Why I try and run any variant of sudo modprobe pps-gpio pin=XXX, dmesg just spits back: pps_gpio: unknown parameter 'pin' ignored So, I don't know what to think here, honestly. I have read through the odroid wiki notes on using PPS on this board but none of it seems to relevant in Armbian, it seems like maybe pieces are missing?
  3. Hi tprays, Thanks for the response! I am using a GPS module connected directly via UART, so I don't need to mess with any RS232 stuff. Also, for what it's worth, USB-RS232 adapters are terrible for timing-related applications because of the latency associated with USB. If you do use an RS232 GPS for timing, it should be connected to a real hardware serial port where the PPS signal can issue an interrupt. Anyway! I have 3v3 level PPS running to pin 7 (GPIO 249 / GPIOX.21). I wasn't aware that I could specify the pin when loading the pps-gpio module, but I'm assuming I would load it as: sudo modprobe pps-gpio pin=249 I don't have my C2 in front of me at the moment, but I can test this out later today and report back. Thank you!
  4. Hello all! I have an ODROID-C2 that I am trying to use with a GPS connected over UART for timing purposes, which requires the use of pps. Based on my searching and reading in this forum, I have determined that for my OS and kernel (Focal, 5.9.14) I should be able to do so by adding overlay=pps-gpio to armbianEnv.txt. What is not clear to me, however, is how to specify which pin to use! In this thread I see windysea said: But I don't know how to use this information! I have found no documentation on param_pps_*, and my attempts at guessing based on information from other threads and resources have failed to work so far. I have been fiddling with this for a few days to no avail now, so any assistance would be greatly appreciated. Regards, John
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines