Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • A advLigoRTS
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 225
    • Issues 225
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 17
    • Merge requests 17
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • CDS
  • software
  • advLigoRTS
  • Merge requests
  • !458

Draft: Work on #466. Move the creation of /proc, /sys/, and /dev

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Jonathan Hanks requested to merge jonathan-hanks/advligorts:issue466_gpstime_init_race into branch-4.2 Oct 13, 2022
  • Overview 0
  • Commits 1
  • Pipelines 0
  • Changes 2

Move the creation of /proc, /sys, & /dev entries until after the module has finished initializing the cards.

Previously the /proc, /sys, /dev files where created first. This poses an issue as the spectracom card takes > 5s to initialize and the offset calculation was being done before the module had determined what kind of offset is needed.

This also adjusts the calc_gps_offset.py to wait up to 10s for the sysfs components to be available.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: issue466_gpstime_init_race