Skip to content

rtkbase port to riscv platforms. Tested on the MilkV Duo S #470

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 23 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
f4282d8
Setup and dependecies
tommasopolonelli Feb 28, 2025
8c72c5b
Install requirements local build
tommasopolonelli Mar 1, 2025
fae8ffb
Update README.md
tommasopolonelli Mar 1, 2025
efb1aeb
fixed install dependecies sudo rtkbase_riscv/tools/install.sh -u debi…
tommasopolonelli Mar 5, 2025
5d0614c
Success run on MilkV Duo - geventmp installed - removed monkey-patch.all
tommasopolonelli Mar 11, 2025
60ba1de
Default config to run stably
tommasopolonelli Mar 11, 2025
504fe7e
E2E test with UBlox F9P and NTRIP - CPU temp and Uptime still not fun…
tommasopolonelli Mar 17, 2025
d7a82ad
Update install.sh
tommasopolonelli Mar 24, 2025
060ec54
Update rtkbase_web.service
tommasopolonelli Mar 24, 2025
178b59a
CPU Temp
tommasopolonelli Mar 30, 2025
74bbd8e
Test UM980
tommasopolonelli Apr 2, 2025
fc4a00e
Satellite test Unicore UM980 - via UART0
tommasopolonelli Apr 7, 2025
d73dafe
Fixed detect and configure on the Web page
tommasopolonelli Apr 7, 2025
4e211e1
Update swap.sh
tommasopolonelli Apr 7, 2025
d1b79eb
Fix configure and detect via webpage
tommasopolonelli Apr 9, 2025
aba15ed
update default settings
tommasopolonelli Apr 9, 2025
2b0a59e
Update install.sh
tommasopolonelli Apr 16, 2025
c60db5f
display_app
tommasopolonelli Apr 23, 2025
bbcccaa
Executable for 2in15 display with auto mutliplexer configuration
tommasopolonelli Apr 24, 2025
be889f2
- Deleted app specific files
May 14, 2025
8bf31e7
code cleanup
May 14, 2025
5c2e757
Update README.md
tommasopolonelli May 14, 2025
cb49eb8
Back to default config
May 14, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Back to default config
  • Loading branch information
topolonelli committed May 14, 2025
commit cb49eb8ad33654d333ffa4ad12fef0a6474535e9
2 changes: 1 addition & 1 deletion settings.conf.default
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ cpu_temp_offset=0
#base coordinates: lat long height
position='47.1983869 -1.1655108 36.40'
#gnss receiver com port
com_port='ttyS1'
com_port=''
#gnss receiver com port settings
com_port_settings='38400:8:n:1'
#receiver model
Expand Down
6 changes: 3 additions & 3 deletions tools/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -218,9 +218,9 @@ _compil_rtklib() {
_rtkbase_repo(){
#Get rtkbase repository
if [[ -n "${1}" ]]; then
sudo -u "${RTKBASE_USER}" git clone --branch "${1}" --single-branch https://github.com/tommasopolonelli/rtkbase_riscv.git
sudo -u "${RTKBASE_USER}" git clone --branch "${1}" --single-branch https://github.com/stefal/rtkbase.git
else
sudo -u "${RTKBASE_USER}" git clone https://github.com/tommasopolonelli/rtkbase_riscv.git
sudo -u "${RTKBASE_USER}" git clone https://github.com/stefal/rtkbase.git
fi
_add_rtkbase_path_to_environment

Expand Down Expand Up @@ -719,7 +719,7 @@ main() {
then
source /etc/environment
else
export rtkbase_path='rtkbase_riscv'
export rtkbase_path='rtkbase'
fi
fi

Expand Down
42 changes: 0 additions & 42 deletions tools/swap.sh

This file was deleted.