User Tools

Site Tools


ccgx:root_access

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
ccgx:root_access [2019-04-01 10:54] – [Available disk space] mvaderccgx:root_access [2019-06-22 20:46] – [Venus OS: Root Access] mvader
Line 1: Line 1:
 ====== Venus OS: Root Access ====== ====== Venus OS: Root Access ======
  
-It is possible to access the CCGX via SSH, or straight on the Serial Console, with the root user.+This document explains how to access a GX device via SSH, or straight on the Serial Console, with the root user.
  
-Do you have improvements? Please let us know via the [[https://groups.google.com/forum/m/#!forum/victron-dev-venus|dev-venus mailing list]]More developers information [[https://github.com/victronenergy/venus/wiki|here]].+This document is part of the Venus OS developer documentationThe main document is [[https://github.com/victronenergy/venus/wiki|the Venus OS wiki on github]].
 ==== Warning about modifying the rootfs ==== ==== Warning about modifying the rootfs ====
 Note that additions made to the rootfs are not safe during an update, as the complete rootfs is replaced during an update. Note that additions made to the rootfs are not safe during an update, as the complete rootfs is replaced during an update.
Line 11: Line 11:
 ==== Hooks to install/run own code at boot ==== ==== Hooks to install/run own code at boot ====
  
-There are hooks that can be used to start or re-install something at boot+If the files /data/rcS.local or /data/rc.local exists, they will be called early (rcS) and late (rc) during startup. These scripts will survive upgrades and can be used by customers to start their own custom software. Implementation details in [[https://github.com/victronenergy/meta-victronenergy/commit/2dbd16c560ff7cdf70b1d676c0616013169c7484|this commit]]. 
-https://github.com/victronenergy/meta-victronenergy/commit/2dbd16c560ff7cdf70b1d676c0616013169c7484+ 
 +Also if venus-data.{tar.gz,tgz,zip} is found on removable storage (usb stick, sd-card) when booting, it will be unpacked into /data. Implementation details in [[https://github.com/victronenergy/meta-victronenergy/commit/469760fef4ed2ee977f482c997ac24c2678222c5|this commit]]. Added per Venus v2.30~28.
  
 You can test the 'update' with  You can test the 'update' with 
ccgx/root_access.txt · Last modified: 2024-02-09 17:06 by dfaber

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki