Changes between Version 7 and Version 8 of projects/synapse/raspberry


Ignore:
Timestamp:
11/25/12 18:45:54 (11 years ago)
Author:
Edwin Eefting
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • projects/synapse/raspberry

    v7 v8  
    5454{{{
    5555[root@lab1 psy]# cp /usr/bin/qemu-arm-static rasprootfs/usr/bin/
     56[root@lab1 psy]# export QEMU_CPU=arm1176
    5657[root@lab1 psy]# chroot rasprootfs/
    57 root@lab1:/# uname -a
    58 Linux lab1 3.6.5-1-ARCH #1 SMP PREEMPT Wed Oct 31 20:57:39 CET 2012 armv7l GNU/Linux
     58[rasproot] root@lab1:/# arch
     59armv6l
    5960}}}
    6061
    6162w000h...now we can chroot to the local raspberry environment and start to compile stuff!
     63
     64note that arch says armv61 and NOT armv7l. (if it doesnt you forgot to set the environment variable)
    6265
    6366
     
    108111}}}
    109112
    110