Search found 42 matches

by K5WC
Sat Nov 30, 2024 1:36 pm
Forum: G2 Operating System & Applications
Topic: G2 Wideband signal capture
Replies: 24
Views: 12903

Re: G2 Wideband signal capture

n1gp wrote:When you: cd sw_projects/P2_app

Instead of typing: git checkout

type: git checkout .

There is a space and a period after the word checkout
That was it!
Thank you Rick!
by K5WC
Fri Nov 29, 2024 10:52 pm
Forum: G2 Operating System & Applications
Topic: G2 Wideband signal capture
Replies: 24
Views: 12903

Re: G2 Wideband signal capture

John,

There are some strange and unexpected characters in your logs that
you paste. Maybe it's just errors in the copy and paste.

Like where is the M and the D coming from

pi@raspberrypi:~/github/Saturn/sw_projects/P2_app $ git checkout
M
sw_projects/P2_app/•vscode/settings.json
D

Also the ...
by K5WC
Fri Nov 29, 2024 3:18 pm
Forum: G2 Operating System & Applications
Topic: G2 Wideband signal capture
Replies: 24
Views: 12903

Re: G2 Wideband signal capture

Yesterday I manually downloaded the files and placed into the P2_app file.

pi@raspberrypi:~/github/Saturn $ cd sw_projects/P2_app
pi@raspberrypi:~/github/Saturn/sw_projects/P2_app $ make
make: *** No targets specified and no makefile found.
Stop.
pi@raspberrypi:~/github/Saturn/sw_projects/P2_app ...
by K5WC
Thu Nov 28, 2024 1:27 pm
Forum: G2 Operating System & Applications
Topic: G2 Wideband signal capture
Replies: 24
Views: 12903

Re: G2 Wideband signal capture

Hi John,

Try going to your P2_app directory:
pi@raspberrypi:~/github/Saturn $ cd sw_projects/P2_app

and type this:
pi@raspberrypi:~/github/Saturn/sw_projects/P2_app $ git checkout .

You should see the files restored and you should be able to do a make

-Rick / N1GP


Thanks Rick
Here is ...
by K5WC
Wed Nov 27, 2024 7:24 pm
Forum: G2 Operating System & Applications
Topic: G2 Wideband signal capture
Replies: 24
Views: 12903

Re: G2 Wideband signal capture

That is telling you that just about all of the source files in p2app have been changed from the version that is the most recent. I have no idea why.

My only idea of a way forward is:

1. make a copy of all of the files in github/Saturn onto a memory stick, so you can go back. Use the file browser ...
by K5WC
Wed Nov 27, 2024 1:22 am
Forum: G2 Operating System & Applications
Topic: G2 Wideband signal capture
Replies: 24
Views: 12903

Re: G2 Wideband signal capture

you also seem to have a file sw_projects/P2_appver19/

That is not a file that would exist anywhere in the respository. Have you renamed or copied anything?


Yes I have copied every p2_app after each update and moved to Document folder in the case I have issues with the update. Maybe this is what ...
by K5WC
Tue Nov 26, 2024 10:19 pm
Forum: G2 Operating System & Applications
Topic: G2 Wideband signal capture
Replies: 24
Views: 12903

Re: G2 Wideband signal capture

That is telling you that just about all of the source files in p2app have been changed from the version that is the most recent. I have no idea why.

My only idea of a way forward is:

1. make a copy of all of the files in github/Saturn onto a memory stick, so you can go back. Use the file browser ...
by K5WC
Tue Nov 26, 2024 9:43 pm
Forum: G2 Operating System & Applications
Topic: G2 Wideband signal capture
Replies: 24
Views: 12903

Re: G2 Wideband signal capture

If I had to guess, you only have some of the code pulled from git. I don't instantly know why. It looks like you have an early commit from the Wideband branch, not the newest code from the Main branch.


cd github/Saturn
git status



should report "on branch main", "you are up to date with origin ...
by K5WC
Tue Nov 26, 2024 12:37 am
Forum: G2 Operating System & Applications
Topic: G2 Wideband signal capture
Replies: 24
Views: 12903

Re: G2 Wideband signal capture

We have added wideband data capture into Saturn. The new V18 FPGA code is posted in github and as normal the p2app will need to be recompiled. The procedures are the same as normal.

To use it, simply open the wideband window in Thetis and you will see spectrum activity covering DC-61MHz.

Please ...
by K5WC
Sun Nov 17, 2024 2:03 pm
Forum: G2 Operating System & Applications
Topic: Update FPGA
Replies: 19
Views: 9171

Re: Update FPGA

Just out of curiosity have you tried to load V12? I had a similar issue back moving from V10 to V12, I mentioned it somewhere else in the firmware update threads. I loaded V12 3-4 times yet P2APP continued to report V10. I loaded V11 and it reported V11, then loaded V12 with success. Maybe a fluke ...
by K5WC
Fri Jul 05, 2024 7:11 pm
Forum: G2 Operating System & Applications
Topic: G2- No Local Devices Found
Replies: 7
Views: 6156

Re: G2- No Local Devices Found

WT4DX wrote:Also, when I execute git pull this is the result.

IMG_7056.jpg

check out this for setting your email info

viewtopic.php?f=48&t=4772#p26152

Good luck 73 John
by K5WC
Tue Jul 02, 2024 3:16 pm
Forum: G2 Operating System & Applications
Topic: Updated G2 firmware and p2app June 2024
Replies: 20
Views: 13549

Re: Updated G2 firmware and p2app June 2024

Finally had a bit of time today, did a git pull and make. Started the P2APP -p and the TCP/IP CAT shows (1 client) and the buttons and knobs are live now. No clue what or why they didn’t work previously. Thanks for the screen shots and help George.

73 John
by K5WC
Thu Jun 27, 2024 1:39 pm
Forum: G2 Operating System & Applications
Topic: Updated G2 firmware and p2app June 2024
Replies: 20
Views: 13549

Re: Updated G2 firmware and p2app June 2024

Thanks again George for the information. I set mine as yours is but still no joy. I’ve now connected straight to the PC LAN with no difference.
73 Jon

Make sure the BIND IP port in the network set up tab is set to either local host or the IP address of the computer running Thetis, not the IP of ...
by K5WC
Tue Jun 25, 2024 1:10 pm
Forum: G2 Operating System & Applications
Topic: Updated G2 firmware and p2app June 2024
Replies: 20
Views: 13549

Re: Updated G2 firmware and p2app June 2024

Thanks again George for the information. I set mine as yours is but still no joy. I’ve now connected straight to the PC LAN with no difference.
73 Jon
by K5WC
Sun Jun 23, 2024 10:58 pm
Forum: G2 Operating System & Applications
Topic: Updated G2 firmware and p2app June 2024
Replies: 20
Views: 13549

Re: Updated G2 firmware and p2app June 2024

Enable CAT over TCP/IP in thetis

In the Serial/network/midi cat tab I tick server running box and it displays CAT TCP on the bottom bar by the CAT indicator that I’m using for my amp coms to Thetis. I have the box ticked for Andromeda enable panel on com 1.
But no joy on the front panels changing ...
by K5WC
Mon May 20, 2024 1:40 am
Forum: G2 Operating System & Applications
Topic: G2 RX2 & numb ADC1
Replies: 11
Views: 9790

Re: RX2 & numb ADC1



Your FPGA needs to be flashed with version 12.

When you say RX2 you are referring to your second receiver? I think this as does the main VFO works between ANT1, 2, and 3. Maybe someone who does diversity receive will chime in as they will know better.

Best 73 John

I just upgraded to FPGA ...
by K5WC
Mon May 20, 2024 12:17 am
Forum: G2 Operating System & Applications
Topic: G2 RX2 & numb ADC1
Replies: 11
Views: 9790

Re: RX2 & numb ADC1

I updated to the latest P2app version and updated FPGA and the same issue persists:

SATURN Protocol 2 App. press 'x <enter>' in console to close
register access connected to /dev/xdma0_user
FPGA BIT file data code = 30092023
Product: Saturn; Version = 2
FPGA Firmware loaded: Saturn, full ...
by K5WC
Tue Apr 30, 2024 12:13 am
Forum: G2 Operating System & Applications
Topic: G2 Software and Firmware Updates
Replies: 137
Views: 188657

Re: G2 Software and Firmware Updates

Anyone have an image of the SD card for the G2 with display.?
I foolishly also did an update to the Pi, and now all screens are Black, as I read above happening to others.
Have Apache Labs not paid teir google storage account? Why isn't such important data files as these available from their ...
by K5WC
Mon Apr 29, 2024 10:02 pm
Forum: G2 Operating System & Applications
Topic: G2 Software and Firmware Updates
Replies: 137
Views: 188657

Re: G2 Software and Firmware Updates

Today I updated my P2APP to the latest version, all went well and after starting the P2APP on the G2 it shows the new version number but on transmit I have a occasional blip where the SWR red box flashes up on Thetis and I hear the relay click as it has dropped out the transmitter on the G2 for a ...
by K5WC
Fri Apr 26, 2024 12:06 am
Forum: G2 Operating System & Applications
Topic: G2 Software and Firmware Updates
Replies: 137
Views: 188657

Re: G2 Software and Firmware Updates

Today I updated my P2APP to the latest version, all went well and after starting the P2APP on the G2 it shows the new version number but on transmit I have a occasional blip where the SWR red box flashes up on Thetis and I hear the relay click as it has dropped out the transmitter on the G2 for a ...
by K5WC
Wed Mar 20, 2024 12:16 pm
Forum: G2 Operating System & Applications
Topic: G2 Software and Firmware Updates
Replies: 137
Views: 188657

Re: G2 Software and Firmware Updates

Laurence,
that is a last solution. Is it worth to download the image file and rebuild it from scratch? I know it would not solve the actual FPGA reprogramming problem, but it may solve any other issues which may blocking the actual FW writing?

The message I receives after each flesh writer ...
by K5WC
Sun Mar 10, 2024 3:48 pm
Forum: G2 Operating System & Applications
Topic: G2 Software and Firmware Updates
Replies: 137
Views: 188657

Re: G2 Software and Firmware Updates

Thank you Laurence that did it. All back working again!

John
by K5WC
Sun Mar 10, 2024 10:46 am
Forum: G2 Operating System & Applications
Topic: G2 Software and Firmware Updates
Replies: 137
Views: 188657

Re: G2 Software and Firmware Updates

Thanks Laurence I’ve tried again with following these steps:
cd ~/github/Saturn/sw_projects/P2_app
make clean
cd ~/github/Saturn/sw_projects/audiotest
make clean
cd ~/github/Saturn
git pull
cd sw_projects/P2_app
make
cd ../audiotest
make


cd ~/github/pihpsdr
make clean
git pull
make

And running ...
by K5WC
Sat Mar 09, 2024 10:12 pm
Forum: G2 Operating System & Applications
Topic: G2 Software and Firmware Updates
Replies: 137
Views: 188657

Re: G2 Software and Firmware Updates

Running from a command prompt after it loads the version info Saturn FW version = 12, P2APP version 16, it says segmentation fault.
by K5WC
Sat Mar 09, 2024 9:54 pm
Forum: G2 Operating System & Applications
Topic: G2 Software and Firmware Updates
Replies: 137
Views: 188657

Re: G2 Software and Firmware Updates

Some way I’ve messed up my P2APP. I just preformed all the steps in the previous post other than flashing the FPGA. I am already at 12 so I didn’t do that step. Closed out and powered down the G2. Now when I try to execute the P2APP nothing happens. Tried executing the P2APP from within the P2APP ...
by K5WC
Wed Feb 21, 2024 6:45 pm
Forum: Apache Labs News
Topic: ANAN-G2 Shipping Update
Replies: 398
Views: 3557428

Re: ANAN-G2 Shipping Update

Well, I wanted to come back here to make final report on delivery of my 100watt G2. It arrived today via FedEx with no call to customs needed, or tax needing to be paid for release. From preorder deposit to delivery it took from Dec 5th to Feb 20th, so 77 days or 11 weeks. Have to be patient with ...
by K5WC
Wed Feb 14, 2024 7:22 pm
Forum: G2 Operating System & Applications
Topic: G-2 Fan noise
Replies: 9
Views: 8983

Re: G-2 Fan noise

I’ve had no issue with my fan but I saw this video showing the G2 fan and how easy it’s going to be to swap it out. About the 6:50 mark is the part about the fan.

https://youtu.be/yLDBr-FY9Ao?si=OxaUPHnctd_ykoJd

Good luck
by K5WC
Fri Feb 09, 2024 4:44 pm
Forum: G2 Operating System & Applications
Topic: Script to download the latest Pro2 and P2app
Replies: 19
Views: 15955

Re: Script to download the latest Pro2 and P2app

It would be nice if we had a pinned post in the G2 section about software and firmware updates was posted.

Like this one: https://community.apache-labs.com/viewtopic.php?f=48&t=4772 ?

A quick post to the bottom of that one by one of you G2 folks might be all that is necessary.


Yes that’s the ...
by K5WC
Fri Feb 09, 2024 1:46 pm
Forum: G2 Operating System & Applications
Topic: Script to download the latest Pro2 and P2app
Replies: 19
Views: 15955

Re: Script to download the latest Pro2 and P2app

It would be nice if we had a pinned post in the G2 section about software and firmware updates was posted. I guess there could be somewhere that the updates are posted and I have just missed them. If I hadn’t seen this post I would still be at fw8/sw13.

Thank you Laurence Barker for all that you ...
by K5WC
Thu Feb 08, 2024 5:21 pm
Forum: G2 Operating System & Applications
Topic: Script to download the latest Pro2 and P2app
Replies: 19
Views: 15955

Re: Script to download the latest Pro2 and P2app

Rick,

I just put back FPGA 11 FW and now it works correctly once again! Don't they try out the FW files before they release them?



John
N2KBE

By "they" I assume you mean me.

Yes "they" have tried it out, and yes "they" do have power out of the radio. And "they" don't immediately know what the ...

Go to advanced search