Framboise Pi

Copie de l’image Raspbian à partir d’un ordinateur portable

Copie de l’image Raspbian à partir d’un ordinateur portable. 1) Répertoire de travail : [~] ➔ mkdir RASPBERRYPI [~] ➔ cd RASPBERRYPI/ 2) Téléchargement : [~/RASPBERRYPI] ➔ wget http://downloads.raspberrypi.org/raspbian_latest [~/RASPBERRYPI] ➔ mv raspbian_latest 2013-09-25-wheezy-raspbian.zip 3) Vérification : [~/RASPBERRYPI] ➔ ls -l total 591628 -rw-r–r– 1 lesanglier lesanglier 605227145 2013-10-14 23:55 2013-09-25-wheezy-raspbian.zip [~/RASPBERRYPI] ➔ sha1sum 2013-09-25-wheezy-raspbian.zip […]

Boitier pour impression 3d

Boitier pour impression 3d. Raspberry Pi Case 2 (RasPi) Raspberry Pi Case 2 Top Lid with RasPi Logo

Compilation de OpenWRT

Compilation de OpenWRT. Compilation de l’image OpenWrt pour Raspberry Pi avec le kernel v3.6 Distribution : Ubuntu 12.04 1) Sous Ubuntu, installation des paquetages de développement : [~] ➔ sudo apt-get install build-essential subversion git-core libncurses5-dev zlib1g-dev gawk flex quilt libssl-dev xsltproc libxml-parser-perl mercurial bzr ecj cvs unzip 2) Répertoire de travail : [~] ➔ […]

Emulateur Cray-One : CrayCore

Emulateur Cray-One : CrayCore. 1) Répertoire de travail : pi@raspberrypi ~ $ mkdir -p EMULATEUR/CRAYONE pi@raspberrypi ~ $ cd EMULATEUR/CRAYONE/ 2) Téléchargement du code source : pi@raspberrypi ~/EMULATEUR/CRAYONE $ wget http://downloads.sourceforge.net/project/ccore/CrayCore%20V.3/Source%20Only/CrayCoreSrcV.3.zip 3) Décompression de l’archive : pi@raspberrypi ~/EMULATEUR/CRAYONE $ unzip CrayCoreSrcV.3.zip 4) Compilation : pi@raspberrypi ~/EMULATEUR/CRAYONE $ make 5) Lancement : pi@raspberrypi ~/EMULATEUR/CRAYONE $ ./CrayCore […]

Configuration de OpenVMS VAX sous l’émulateur simh – partie 2/2

Configuration de OpenVMS VAX sous l’émulateur simh – partie 2/2. 1) Lancement du l’émulateur : pi@raspberrypi ~ $ cd /usr/local/vax/bin pi@raspberrypi /usr/local/vax/bin $ sudo ./vax VAX simulator V3.9-0 NVR: creating new file NVR: buffering file in memory RQ: creating new file RQ: creating new file RQ: creating new file RQ: unit is read only Eth: […]