| 級別: 俠客 | [11.14更新]建立ubuntu13.04桌面文件系統,運行xfce4成功--基于tiny210v2
友善提供的mini210 ubuntu desktop文件系統有很多bug,還是不能實現,于是考慮構建自己的ubuntu文件系統。在這里做個筆記以免日后又遺落很多細節。 主要參考ubuntu wiki: https://wiki.ubuntu.com/ARM/BuildEABIChroot 個人原創,轉載請注明原文地址: http://blog.csdn.net/embbnux/article/details/12751465 最近新搭了個博客歡迎訪問,更多內容: http://www.embbnux.com 在這里翻譯一下該wiki: 首先第一步是安裝: sudo apt-get update sudo apt-get install qemu-user-static 然后獲取基本文件系統: sudo qemu-debootstrap --arch armhf raring ubuntu_arm 等著下載完成; 最后進入該系統: sudo chroot ubuntu_arm uname -m 得armv7l 修改軟件源 vi /etc/apt/source.list 添加: deb http://ports.ubuntu.com/ubuntu-ports/ raring main deb http://ports.ubuntu.com/ubuntu-ports/ raring multiverse deb http://ports.ubuntu.com/ubuntu-ports/ raring restricted deb http://ports.ubuntu.com/ubuntu-ports/ raring universe 然后就可以安裝大多軟件了,just apt 這里安裝xubuntu-desktop,具體見原文博客 放一個tiny210v2上的xfce4截圖,安裝了dock 最近更新更多內容: 在Tiny210v2 arm開發板上安裝apache php mysql基于ubuntu: http://blog.csdn.net/embbnux/article/details/14500529 基于ubuntu的armv7文件系統移植的權限問題: http://blog.csdn.net/embbnux/article/details/17694101 構建armv7架構ubuntu輕量級web服務器:nginx+php-fpm+sqlite: http://www.embbnux.com/ [ 此帖被東隅在2014-03-18 20:54重新編輯 ] |
|---|---|
| |
| *無鈳取玳 級別: 論壇版主 | 頂一個 |
|---|---|
|
| 級別: 新手上路 | 謝謝樓主,按樓主的步驟,終于安裝成功。 但在測試3款UVC兼容USB camera時,使用fxwebcam捕獲,其中兩款報錯:"timed out waiting for frame!"。有一款捕獲成功,但分辨率改成160x120。 但這3款USB camera,在x86的ubuntu下,都正常運行? 請教大概是哪里的問題。 續:我安裝了以下包:build-essential、python2.7-dev、libv4l-dev、fswebcam |
|---|---|
| |
| 級別: 俠客 | 回 樓主(東隅) 的帖子 |
|---|---|
| |
| 級別: 新手上路 | qemu-debootstrap --arch armhf raring ubuntu_arm 這句根本不能用啊 下載不了基本文件系統 |
|---|---|
| |