71GA
1
I am trying to directly open the schematics .sch
file and PCB .kicad_pcb
file directly from my terminal like this:
kicad ./file.sch
kicad ./file.kicad_pcb
But this does not open the schematics but it instead opens a project in it’s main window! It actually does same as if I would execute:
kicad ./file.pro
So, how can I directly open the schematics / PCB?
qu1ck
2
eeschema ./file.sch
pcbnew ./file.kicad_pcb
Note, this will launch programs in standalone mode which has somewhat different functionality.
1 Like
71GA
3
Thank you. I only need this to check the schematics / pcb and then close. It will be okay.
system
Closed
4
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.