-
I've build a Gps app w/ F' v3.0.0 (though, my error, from the devel branch) w/ the intent of helping update the pre-v3/FPP Gps tutorial. I started that work on a branch from fork of F' devel some months ago. Once that app was working, I fetched the latest F' devel and branched from that to see if my demo still worked with the latest devel branch, and it does not. The app starts up and then faults out:
I've copied the same app-specific files into both my original branch and the post-fetch branch; the app build from those files on original branch runs fine on the RPi, connects to the GDS (running on a Win 11 WSL2 host if that helps) and I can send commands & get data back and forth host-target-GPS device. The same procedure with the post-fetch repeatedly results in that Assert. While I'm trying to track down exactly what broke I figured I'd ask here in case there was a known change in behavior of /Drv/Udp/ByteStreamPoll that I've missed. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I never did figure out what changed; I just fetched latest /devel and branched from that an restarted. Seems to work now, posted to https://github.com/danjwait/fprime/tree/GpsApp/GpsApp |
Beta Was this translation helpful? Give feedback.
I never did figure out what changed; I just fetched latest /devel and branched from that an restarted. Seems to work now, posted to https://github.com/danjwait/fprime/tree/GpsApp/GpsApp