User Tools

Site Tools


open_source:ccgx:installing_ccgx_func_on_raspberry_pi

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
open_source:ccgx:installing_ccgx_func_on_raspberry_pi [2015-02-27 00:19] – [1. Install daemontools] mvaderopen_source:ccgx:installing_ccgx_func_on_raspberry_pi [2019-06-22 15:47] (current) mvader
Line 1: Line 1:
 ====== Installing CCGX functionality on a raspberry pi ====== ====== Installing CCGX functionality on a raspberry pi ======
  
-(in progress, everybody reading this page, feel free too add and improve)+The contents of this page were moved to the Venus OS wiki:
  
-===== Steps =====+https://github.com/victronenergy/venus/wiki
  
-==== 1. Install daemontools ==== 
-[[http://cr.yp.to/daemontools.html|Daemontools]] is a set of tools to run services: it runs an executable, and when it fails it will start it again. To see some commonly used commands, like starting and stopping a service, or seeing status of all services, check the [[open_source:ccgx:commandline|CCGX command-line introduction]]. 
  
-To install daemontools follows [[http://cr.yp.to/daemontools/install.html|the instructions on its install page]], with one addition: right before running /package install, there is one change that is necessary to make it compile: 
- 
-open conf-cc in ./src, and add the following parameter to the gcc call: 
-<code> 
--include /usr/include/errno.h      
-</code> 
- 
-Daemontools will now be running, to make sure check the processlist: 
-<code> 
-pi@raspberrypi ~ $ ps ax | grep svscan 
- 2171 ?        Ss     0:00 /bin/sh /command/svscanboot 
- 2173 ?        S      0:00 svscan /service 
- 2260 pts/0    S+     0:00 grep --color=auto svscan 
-</code> 
- 
-But is not doing anything yet, as there are no services setup in /service yet. 
- 
-===== DISQUS ===== 
-~~DISQUS~~ 
open_source/ccgx/installing_ccgx_func_on_raspberry_pi.1424992785.txt.gz · Last modified: by mvader

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki