Skip to content

Running into issues with running flight #11

@smarkoco

Description

@smarkoco

Right now, my primary goals are:

  1. better understand how to configure flight so I can adjust which modules are used, and how to disable ones I'm not currently trying to test (because right now I am still running everything on an Raspberry CM4 IO board, with no components communicating except the camera)
  2. get flight to send the video feed to a pc_controller on another computer at 192.168.1.111

I've had a number of errors I'm trying to better understand. First, when running directly after compilation (just to see what errors I would get), I saw a "bad mount" error related to this line, so I was wondering what is the intention of mounting /var? I ended up commenting out the mount line and addressing a different "file not exist: /var/flight/config.lua" error by running mkdir /var/flight and cp config.lua /var/flight.

Next, I am having issues related to No DPI CRTC/Connector found. Do you know how I could just disable certain modules so I can just focus on the video feed for now?
image

Finally, would you mind letting me know how I can configure the socket IP address to test the video transmission to a running controller_pc process on another local PC (such as 192.168.1.111)? I see at this line where the variable is declared, but am not sure where the value of SOCKADDR gets set. I looked through all the "config"-related files but ran into a dead end, sadly.

Thanks in advance!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions