Changes between Version 7 and Version 8 of projects/synapse/raspberry
- Timestamp:
- 11/25/12 18:45:54 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
projects/synapse/raspberry
v7 v8 54 54 {{{ 55 55 [root@lab1 psy]# cp /usr/bin/qemu-arm-static rasprootfs/usr/bin/ 56 [root@lab1 psy]# export QEMU_CPU=arm1176 56 57 [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 59 armv6l 59 60 }}} 60 61 61 62 w000h...now we can chroot to the local raspberry environment and start to compile stuff! 63 64 note that arch says armv61 and NOT armv7l. (if it doesnt you forgot to set the environment variable) 62 65 63 66 … … 108 111 }}} 109 112 110