Changes between Initial Version and Version 1 of projects/synapse/raspberry


Ignore:
Timestamp:
11/25/12 15:11:12 (11 years ago)
Author:
Edwin Eefting
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • projects/synapse/raspberry

    v1 v1  
     1= Compiling Synapse for raspberry (ARM) and other architectures =
     2
     3== Install qemu-arm-static on the host system ==
     4
     5=== Steal a statically compiled qemu-arm from some distro ===
     6
     7its a shame archlinux doesnt have a static qemu :(
     8
     9{{{
     10[root@lab1 tmp]# cd /tmp
     11[root@lab1 tmp]# mkdir qemu
     12[root@lab1 tmp]# cd qemu
     13[root@lab1 qemu]# dpkg -x /home/psy/Downloads/qemu-user-static_1.1.2+dfsg-2_amd64.deb  .
     14}}}