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


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

--

Legend:

Unmodified
Added
Removed
Modified
  • projects/synapse/raspberry

    v2 v3  
    1919}}}
    2020
     21=== 2. learn your kernel how to handle arm binaries ===
     22
     23{{{
     24[root@lab1 binfmts]# cat /usr/share/binfmts/qemu-arm         
     25package qemu
     26interpreter /usr/bin/qemu-arm-static
     27magic \x7fELF\x01\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x28\x00
     28mask \xff\xff\xff\xff\xff\xff\xff\x00\xff\xff\xff\xff\xff\xff\xff\xff\xfe\xff\xff\xff
     29
     30[root@lab1 binfmts]# update-binfmts --import
     31
     32}}}
     33