| Architecture | ARMv6 |
CPU | ARM11 |
RAM | 256MB OR 512MB since October 2012 (shared with GPU) |
GPU | VideoCore IV |
OpenGL | OpenGL ES 2.0 |
Multimedia | OpenMax IL 1.1.2 |
Qt 5.0 (eglfs/QPA) | Supported, with OpenGL ES 2.0 |
| Feature | State | Additional info |
Hardware accelerated cursor | Done | upstream |
Wayland support | Done | upstream |
Hardware decoding of images | To Do | % z" g# v5 P& E! n9 u5 Z% R |
| Scenegraph tailoring | To Do | ; b8 i9 j. K. A |
| HardFP support | Done | Requires v8 patch |
Qt Multimedia | Done | Requires gst-omx |
Webkit integration | To Do | webgl, tex mapper |
首先我们先创建一个目录来存放Qt5的源代码以及交叉编译所需要的所有文件,我选择在当前用户家目录下创建一个叫做“opt”的目录。
1 | diveinedu@debian :~$ mkdir ~/opt |
2 | diveinedu@debian :~$ cd ~/opt |
然后,下载以下文件:
下载Raspbian Wheezy 镜像 (这里下载 [raspberrypi.org]):
1 | diveinedu@debian :~/opt$ wget http://downloads.raspberrypi.org ... wheezy-raspbian.zip |
2 | diveinedu@debian :~/opt$unzip 2013-02-09-wheezy-raspbian.zip |
下载解压完后挂载镜像:
1 | diveinedu@debian :~/opt$ sudo mkdir /mnt/rasp-pi-rootfs |
2 | diveinedu@debian:~/opt$ sudo mount -o loop,offset=62914560 2013-03-09-wheezy-raspbian.img /mnt/rasp-pi-rootfs |
$ T2 S/ Z! ?0 B: B
| 欢迎光临 EDA365电子论坛网 (https://bbs.eda365.com/) | Powered by Discuz! X3.2 |