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


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

--

Legend:

Unmodified
Added
Removed
Modified
  • projects/synapse/raspberry

    v1 v2  
    1 = Compiling Synapse for raspberry (ARM) and other architectures =
     1= Cross-compiling Synapse for raspberry (ARM) and other architectures =
     2
     3This is a quick howto on how i cross compiled synapse for the raspberrypi, using qemu to emulate the arm cpu architecture. This is the least tricky methode to cross compile, but also the slowest.
     4
     5I used arch linux on my host system and debian on the rasp.
    26
    37== Install qemu-arm-static on the host system ==
    48
    5 === Steal a statically compiled qemu-arm from some distro ===
     9=== 1. Steal a statically compiled qemu-arm from some distro: ===
    610
    711its a shame archlinux doesnt have a static qemu :(
     
    1216[root@lab1 tmp]# cd qemu
    1317[root@lab1 qemu]# dpkg -x /home/psy/Downloads/qemu-user-static_1.1.2+dfsg-2_amd64.deb  .
     18[root@lab1 qemu]# cp usr/bin/qemu-*-static /usr/bin
    1419}}}
     20