Vindication
Feb 07, 2006, 07:39 PM
Just wanted to let any interested parties know:
We were discussing previously about using the xbow uNav sensor unit in combination with the gumstix linux board. I just wanted to let everyone know that I was able to get the uNav avionics program to compile for my gumstix. There was a compile error about a method called clock_nanosleep( but I changed the call to nanosleep( instead and it compiled. I was able to run it for my gumstix [using buildroot] and it executed. Of course I don't even have a uNav right now and I'm sure there are other tweaks necessary. Below is my output when running:
# ./avionics
[avionics]:datalogging is disabled
[avionics]:IP address connected to 10.1.5.201
Creating threads...
[imugps_acq]::thread[1] initiated...
open serial: unable to open /dev/tts/2 - No such file or directory
So I think this shows that the open source uNav stuff can be used with the gumstix board. This is good because I already have a gumstix board and also the gumstix is cheaper than the stargate!!
Cheers
-Vind
We were discussing previously about using the xbow uNav sensor unit in combination with the gumstix linux board. I just wanted to let everyone know that I was able to get the uNav avionics program to compile for my gumstix. There was a compile error about a method called clock_nanosleep( but I changed the call to nanosleep( instead and it compiled. I was able to run it for my gumstix [using buildroot] and it executed. Of course I don't even have a uNav right now and I'm sure there are other tweaks necessary. Below is my output when running:
# ./avionics
[avionics]:datalogging is disabled
[avionics]:IP address connected to 10.1.5.201
Creating threads...
[imugps_acq]::thread[1] initiated...
open serial: unable to open /dev/tts/2 - No such file or directory
So I think this shows that the open source uNav stuff can be used with the gumstix board. This is good because I already have a gumstix board and also the gumstix is cheaper than the stargate!!
Cheers
-Vind