X-Authentication-Warning: delorie.com: mail set sender to geda-help-bounces using -f X-Recipient: geda-help AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=Rhy2DulqVn/xFM5ZvXhLsUrJO8t5EapVmhXZhIYtdXA=; b=HTPwapFi0CzdSVvoCcBcBrf3qhgOKPrIQWQ5LgAXDryk8yatHKm3aWSYPom1zBYZpv ZjewJ4CXOsPixT0F/lqnn4J2hQzQVZasaF5bj+d+woWrtWcJLCtwy+TnhEWgIk8Diwwr 9w8gfF1ITz7O1UNmsvQYQYgApdm0jeclJJuEQW50cd8OUyUvx0dpWujhmBOXsfzJ136S Q4NXCUDhlw5jFUvA5K2BW59vVDI8fteqbWUMcPXR7M1l2hZboXqf2UWv2Mc8zWjFjikG 5HxNQ2cgJTV35FzQaNeFtsNQRHJ8lKz4BbphQ9kBcmIyR6cHoFpWnAQgAzSQFrRX7TxU dY7w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=Rhy2DulqVn/xFM5ZvXhLsUrJO8t5EapVmhXZhIYtdXA=; b=Xm+3NWORpiJvzmy7Xpcp9M66qU15e5/sOhyEYxsy5c12Dwvuwy30j0rpYwYqYnnn5V Jz3bBGBNJUUtE+HcWnE9DHjJfVaC1TjY51nL85zZtSvbGnIGWTAPqcF5UmddvAMxKzFM N705Ve1x8WsDcvIMVBoJ64DlSmEYLxAbr2ffDav/jTQdkyIpGtYifRTVyPLtsaiRZgk4 dZSBUDn/IQWsG6bdR9WWmL1wRzTlG6hpiItWjXUROlDEVwb2kwah4QXPtGfe9Wacp8CO q7c7m5ok4/ElGJ1bh/OdzKr7ziq8I4pucMm8zb8xiuSMlUmKvuxBSi1+j4gZhMUfcgwz DD8g== X-Gm-Message-State: AOAM531XBbb+UnO5DekXmGUHv78+h1FhMx0zOJF8wme8OAv1zTFvRbpR hf7fFI7ut+vhXiEmoj1fYR8t9c225Ev3jhlP4X5lxie+tqYJSA== X-Google-Smtp-Source: ABdhPJzjeA8DtX/vR59KzdHe6uFIWjdk9kTKyXYDFzFX2AzMNiafjpjcWtvH+Mbj0zgLKPews/dr+lN5wPShc+4s2bo= X-Received: by 2002:a19:f510:: with SMTP id j16mr4126422lfb.169.1599235533082; Fri, 04 Sep 2020 09:05:33 -0700 (PDT) MIME-Version: 1.0 References: <664de6c2-ad96-8298-1b64-ad550acfca64 AT k4gvo DOT com> <20200901193434 DOT GB19839 AT newvzh DOT lokolhoz> <20200902141116 DOT GA2911 AT newvzh DOT lokolhoz> <20200902165424 DOT GB2911 AT newvzh DOT lokolhoz> <20200903180123 DOT GC8483 AT newvzh DOT lokolhoz> <20200904135221 DOT GA3459 AT newvzh DOT lokolhoz> In-Reply-To: <20200904135221.GA3459@newvzh.lokolhoz> From: "Torben Friis (friistf AT gmail DOT com) [via geda-help AT delorie DOT com]" Date: Fri, 4 Sep 2020 18:05:19 +0200 Message-ID: Subject: Re: [geda-help] Linux To: geda-help AT delorie DOT com Content-Type: multipart/alternative; boundary="000000000000dc944505ae7f09f5" Reply-To: geda-help AT delorie DOT com --000000000000dc944505ae7f09f5 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hi, Done processing. Work performed: 2 file elements and 0 m4 elements added to board.pcb. Next step: 1. Run pcb on your file board.pcb. You will find all your footprints in a bundle ready for you to place or disperse with "Select -> Disperse all elements" in PCB. 2. From within PCB, select "File -> Load netlist file" and select board.net to load the netlist. 3. From within PCB, enter :ExecuteFile(board.cmd) to propagate the pin names of all footprints to the layout. torben AT torben-Aspire-E5-773G:~/lepton-cli/proj1$ pcb board.pcb (pcb:8515): Gtk-CRITICAL **: 17:57:26.755: IA__gtk_window_resize: assertion 'width > 0' failed Killed As it appears I get a blank screen? Are the files set up as shown below correct? - it is taken straight out of gsch2pcb tutorial: torben AT torben-Aspire-E5-773G:~/lepton-cli/proj1$ ls alarm1.sch packages project torben On Fri, Sep 4, 2020 at 4:17 PM Vladimir Zhbanov (vzhbanov AT gmail DOT com) [via geda-help AT delorie DOT com] wrote: > On Fri, Sep 04, 2020 at 09:15:32AM +0200, Torben Friis (friistf AT gmail DOT com= ) > [via geda-help AT delorie DOT com] wrote: > > Hi, > > I did lepton-sch2pcb alright and then tried different versions of "pcb > > board.pcb": > > > > torben AT torben-Aspire-E5-773G:~/lepton-cli/proj1$ lepton-pcb-gtk > board.pcb > > lepton-pcb-gtk: command not found > > torben AT torben-Aspire-E5-773G:~/lepton-cli/proj1$ lepton-pcb board.pcb > > lepton-pcb: command not found > > torben AT torben-Aspire-E5-773G:~/lepton-cli/proj1$ lepton-pcbgtk board.pc= b > > lepton-pcbgtk: command not found > > > > what is the right one? > > Just 'pcb'. It's a separate project. > > Try typing: > > lepton- > > to see what other Lepton tools are available on your system. > > -- > Vladimir > > (=CE=BB)=CE=B5=CF=80=CF=84=CF=8C=CE=BD EDA =E2=80=94 https://github.com/l= epton-eda > --000000000000dc944505ae7f09f5 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi,
Done proces= sing.=C2=A0 Work performed:
2 file elements and 0 m4 elements added to b= oard.pcb.

Next step:
1.=C2=A0 Run pcb on your file board.pcb.
= =C2=A0 =C2=A0 You will find all your footprints in a bundle ready for you t= o place
=C2=A0 =C2=A0 or disperse with "Select -> Disperse all e= lements" in PCB.

2.=C2=A0 From within PCB, select "File -&= gt; Load netlist file" and select
=C2=A0 =C2=A0 board.net to load the netlist.

3.=C2=A0 From within P= CB, enter

=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0:ExecuteFile(boar= d.cmd)

=C2=A0 =C2=A0 to propagate the pin names of all footprints to= the layout.

torben AT torben-Aspire-E5-773G:~/lepton-cli/proj1$ pcb bo= ard.pcb

(pcb:8515): Gtk-CRITICAL **: 17:57:26.755: IA__gtk_window_re= size: assertion 'width > 0' failed
Killed

As it appears I get a blank screen?

Are the files set up as= shown below correct? - it is taken straight out of gsch2pcb tutorial:

torben AT torben-Aspire-E5-77= 3G:~/lepton-cli/proj1$ ls
alarm1.sch =C2=A0packages =C2=A0project
<= div class=3D"gmail_default" style=3D"font-family:arial,helvetica,sans-serif= ;font-size:large">
torben

=C2=A0

On Fri, Sep 4, 2020 at 4:= 17 PM Vladimir Zhbanov (vzhbanov AT gmai= l.com) [via geda-help AT delorie.= com] <geda-help AT delorie DOT com= > wrote:
= On Fri, Sep 04, 2020 at 09:15:32AM +0200, Torben Friis (friistf AT gmail DOT com) [via geda-help AT delorie DOT com] = wrote:
> Hi,
> I did lepton-sch2pcb alright and then tried different versions of &quo= t;pcb
> board.pcb":
>
> torben AT torben-Aspire-E5-773G:~/lepton-cli/proj1$ lepton-pcb-gtk board.= pcb
> lepton-pcb-gtk: command not found
> torben AT torben-Aspire-E5-773G:~/lepton-cli/proj1$ lepton-pcb board.pcb<= br> > lepton-pcb: command not found
> torben AT torben-Aspire-E5-773G:~/lepton-cli/proj1$ lepton-pcbgtk board.p= cb
> lepton-pcbgtk: command not found
>
> what is the right one?

Just 'pcb'.=C2=A0 It's a separate project.

Try typing:

=C2=A0 lepton-<Tab>

to see what other Lepton tools are available on your system.

--
=C2=A0 Vladimir

(=CE=BB)=CE=B5=CF=80=CF=84=CF=8C=CE=BD EDA =E2=80=94 https://github.com= /lepton-eda
--000000000000dc944505ae7f09f5--