Benutzer-Werkzeuge

Webseiten-Werkzeuge


howto:hexabus_on_rpi

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste ÜberarbeitungBeide Seiten der Revision
hexabus_on_rpi [2013/05/15 22:10] justinotherguyhexabus_on_rpi [2013/05/15 22:26] justinotherguy
Zeile 24: Zeile 24:
 <code> <code>
 apt-get install libboost1.49-dev libboost-chrono1.49-dev libboost-chrono1.49.0 libboost-date-time1.49-dev libboost-date-time1.49.0 libboost-filesystem1.49-dev libboost-filesystem1.49.0 libboost-system1.49.0 libboost-system1.49-dev libboost-program-options1.49-dev libboost-program-options1.49.0 libboost-serialization1.49.0 libboost-serialization1.49-dev libboost-test1.49-dev libboost-test1.49.0 libboost-thread-dev libboost-thread1.49-dev libboost-thread1.49.0 apt-get install libboost1.49-dev libboost-chrono1.49-dev libboost-chrono1.49.0 libboost-date-time1.49-dev libboost-date-time1.49.0 libboost-filesystem1.49-dev libboost-filesystem1.49.0 libboost-system1.49.0 libboost-system1.49-dev libboost-program-options1.49-dev libboost-program-options1.49.0 libboost-serialization1.49.0 libboost-serialization1.49-dev libboost-test1.49-dev libboost-test1.49.0 libboost-thread-dev libboost-thread1.49-dev libboost-thread1.49.0
 +</code>
 +
 +=== warning ===
 +compiling hexabus on a RaspberryPi is actually possible. During the process you do need a considerable amount of RAM - virtual memory is ok. As our beloved RPi only comes along with 256 / 512 MB and you need to provide enough RAM for the peak of some 1000 MB, you should have 1 GB of swap space available. You can do so by simply inserting a usb memory stick into the RPi, create a swap partition, format and activate it:
 +<code>
 +cfdisk /dev/<your device name here> #remark: make sure you have the correct one here!
 +delete the existing partition (...you are going to loose all data on the stick in this step...)
 +create a new partition with at least 1 GB of space
 +set the partition type to "82"
 +write the results to the stick and quit cfdisk
 +mkswap /dev/<your device name here> (e.g.: "mkswap /dev/sda1")
 </code> </code>
  
howto/hexabus_on_rpi.txt · Zuletzt geändert: 2013/09/24 04:17 von r00t