Skip to content

Commit

Permalink
Merge pull request #1 from Micha854/main
Browse files Browse the repository at this point in the history
fix typo on readme
  • Loading branch information
kwindrem authored Aug 31, 2021
2 parents dd2174a + 8720136 commit 6a7c52c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ReadMe
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,16 @@ https://github.com/kwindrem/RpiGpioSetup/archive/current.tar.gz
rename the resulting .tar.gz file to venus-data.tar.gz
copy the venus-data.tar.gz to a USB stick,
put the stick in the Venus device and reboot.
When Venus boots, it will unarchive the file to /data/RpiGoipSetup-current
When Venus boots, it will unarchive the file to /data/RpiGpioSetup-current

Move the directory into it's active locaiton:
rm -rf /data/RpiGoipSetup
mv /data/RpiGoipSetup-current /data/RpiGoipSetup
rm -rf /data/RpiGpioSetup
mv /data/RpiGpioSetup-current /data/RpiGpioSetup

Repeat the above for SetupHelper if you haven't done so for another package.

Finally, run the setup script to complete the installation
/data/RpiGoipSetup/setup
/data/RpiGpioSetup/setup

You will need root access to the Venus device. Instructions can be found here:
https://www.victronenergy.com/live/ccgx:root_access
Expand Down

0 comments on commit 6a7c52c

Please sign in to comment.