mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-14 20:20:35 +00:00
Added suggestion to pull from next when updating
This commit is contained in:
parent
4944ad2364
commit
129f5148e6
9
README
9
README
@ -253,7 +253,12 @@ If you checked out GNSS-SDR some days ago, it is possible that some developer ha
|
|||||||
$ git checkout master # Switch to branch you want to update
|
$ git checkout master # Switch to branch you want to update
|
||||||
$ git pull origin master # Download the newest code from our repository
|
$ git pull origin master # Download the newest code from our repository
|
||||||
|
|
||||||
Before rebuiling the source code, it is safe (and recommended) to remove the remainders of old builds:
|
or, if you want to test the lastest developments:
|
||||||
|
|
||||||
|
$ git checkout next
|
||||||
|
$ git pull origin next
|
||||||
|
|
||||||
|
Before rebuilding the source code, it is safe (and recommended) to remove the remainders of old builds:
|
||||||
|
|
||||||
$ rm -rf gnss-sdr/build/*
|
$ rm -rf gnss-sdr/build/*
|
||||||
|
|
||||||
@ -382,7 +387,7 @@ We use the DBSRX to do the task, but you can try the newer ETTUS daughter boards
|
|||||||
|
|
||||||
3. You are ready to configure the receiver to use your captured file among other parameters:
|
3. You are ready to configure the receiver to use your captured file among other parameters:
|
||||||
|
|
||||||
3.1. The configuration file reside in ./conf/gnss-sdr.conf
|
3.1. The configuration file resides at ./conf/gnss-sdr.conf
|
||||||
3.2. You need to modify at least the following settings:
|
3.2. You need to modify at least the following settings:
|
||||||
3.2.1. SignalSource.filename= (absolute or relative route to your GNSS signal captured file)
|
3.2.1. SignalSource.filename= (absolute or relative route to your GNSS signal captured file)
|
||||||
3.2.2. GNSS-SDR.internal_fs_hz=(captured file sampling rate in Hz)
|
3.2.2. GNSS-SDR.internal_fs_hz=(captured file sampling rate in Hz)
|
||||||
|
Loading…
Reference in New Issue
Block a user