Re: [USRP-users] IOError: [Errno 2] No such file or directory - uhd_image_builder_gui crashes when trying to run

2020-01-03 Thread Marcus Müller via USRP-users
Ah, wonderful :)

that should be a git repository, so `git describe` typically delivers a
string that is "last tag on the current branch - commits since then -
gCommit Hash", typically.

Best regards,
Marcus

On Fri, 2020-01-03 at 19:27 +, Jerrid Plymale wrote:
> Hey Marcus,
> 
> Thanks for your reply, it reminded me what I needed to do. In the
> version I am running, the e300 folder has been replaced with the e31x
> folder, so I just changed the e300 target to e31x in the
> uhd_image_builder_gui python file and it is working again now. Not
> sure how to check the version of uhd-fpga repo to tell you the truth.
> 
> Best Regards, 
> 
> Jerrid
> 


___
USRP-users mailing list
USRP-users@lists.ettus.com
http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com


Re: [USRP-users] IOError: [Errno 2] No such file or directory - uhd_image_builder_gui crashes when trying to run

2020-01-03 Thread Nate Temple via USRP-users
There was recently a change to the directory structure for the E300/E310s.

If you're running 3.15.0.0, this should be fixed, see the commits from ~Nov
21 here:

https://github.com/EttusResearch/fpga/commits/v3.15.0.0/usrp3

Regards,
Nate Temple

On Fri, Jan 3, 2020 at 11:17 AM Marcus Müller via USRP-users <
usrp-users@lists.ettus.com> wrote:

> Hi Jerrid,
>
> could you check /home/ck/rfnoc/src/uhd-fpga/usrp3/top/e300/Makefile
> exists?
> My uhd-fpga directory has that; I think yours *should*. Which version
> of the uhd-fpga repo are you using?
>
> Best regards,
> Marcus
>
> On Fri, 2020-01-03 at 15:43 +, Jerrid Plymale via USRP-users wrote:
> > Hey All,
> >
> > So I recently started having issues with the uhd_image_builder_gui
> > after doing a fresh install of UHD and GNU Radio with RFNoC. Below is
> > the output of the terminal when I try to run the gui. Anyone run into
> > this issue and know how to fix it?
> >
> > Traceback (most recent call last):
> >   File "./uhd_image_builder_gui.py", line 656, in 
> > main()
> >   File "./uhd_image_builder_gui.py", line 652, in main
> > _window = MainWindow()
> >   File "./uhd_image_builder_gui.py", line 71, in __init__
> > self.init_gui()
> >   File "./uhd_image_builder_gui.py", line 149, in init_gui
> > self.populate_target('e300')
> >   File "./uhd_image_builder_gui.py", line 608, in populate_target
> > with open(build_targets) as fil:
> > IOError: [Errno 2] No such file or directory:
> > '/home/ck/rfnoc/src/uhd-
> > fpga/usrp3/tools/scripts/../../top/e300/Makefile'
> >
> > Best Regards,
> >
> > Jerrid
> > ___
> > USRP-users mailing list
> > USRP-users@lists.ettus.com
> > http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com
>
>
> ___
> USRP-users mailing list
> USRP-users@lists.ettus.com
> http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com
>
___
USRP-users mailing list
USRP-users@lists.ettus.com
http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com


Re: [USRP-users] IOError: [Errno 2] No such file or directory - uhd_image_builder_gui crashes when trying to run

2020-01-03 Thread Jerrid Plymale via USRP-users
Hey Marcus,

Thanks for your reply, it reminded me what I needed to do. In the version I am 
running, the e300 folder has been replaced with the e31x folder, so I just 
changed the e300 target to e31x in the uhd_image_builder_gui python file and it 
is working again now. Not sure how to check the version of uhd-fpga repo to 
tell you the truth.

Best Regards, 

Jerrid

___
USRP-users mailing list
USRP-users@lists.ettus.com
http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com


Re: [USRP-users] IOError: [Errno 2] No such file or directory - uhd_image_builder_gui crashes when trying to run

2020-01-03 Thread Marcus Müller via USRP-users
Hi Jerrid, 

could you check /home/ck/rfnoc/src/uhd-fpga/usrp3/top/e300/Makefile
exists?
My uhd-fpga directory has that; I think yours *should*. Which version
of the uhd-fpga repo are you using?

Best regards,
Marcus

On Fri, 2020-01-03 at 15:43 +, Jerrid Plymale via USRP-users wrote:
> Hey All,
> 
> So I recently started having issues with the uhd_image_builder_gui
> after doing a fresh install of UHD and GNU Radio with RFNoC. Below is
> the output of the terminal when I try to run the gui. Anyone run into
> this issue and know how to fix it?
> 
> Traceback (most recent call last):
>   File "./uhd_image_builder_gui.py", line 656, in 
> main()
>   File "./uhd_image_builder_gui.py", line 652, in main
> _window = MainWindow()
>   File "./uhd_image_builder_gui.py", line 71, in __init__
> self.init_gui()
>   File "./uhd_image_builder_gui.py", line 149, in init_gui
> self.populate_target('e300')
>   File "./uhd_image_builder_gui.py", line 608, in populate_target
> with open(build_targets) as fil:
> IOError: [Errno 2] No such file or directory:
> '/home/ck/rfnoc/src/uhd-
> fpga/usrp3/tools/scripts/../../top/e300/Makefile'
> 
> Best Regards,
> 
> Jerrid
> ___
> USRP-users mailing list
> USRP-users@lists.ettus.com
> http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com


___
USRP-users mailing list
USRP-users@lists.ettus.com
http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com