This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
intel_edison_blue_hydra_logger [2017/06/05 22:36] admin [Intel Edison - Blue Hydra logger] |
intel_edison_blue_hydra_logger [2017/06/06 22:25] (current) admin |
||
---|---|---|---|
Line 37: | Line 37: | ||
cd /home/edison/blue_hydra/bin | cd /home/edison/blue_hydra/bin | ||
./blue_hydra -d &</code> | ./blue_hydra -d &</code> | ||
+ | * Or start in screen session so that you can take a peek:<code> | ||
+ | # Start blue_hydra in screen | ||
+ | cd /home/pi/blue_hydra/bin/ | ||
+ | screen -d -m -S bluehydra /home/pi/blue_hydra/bin/blue_hydra | ||
+ | </code> |