主题 : [11.14更新]建立ubuntu13.04桌面文件系统,运行xfce4成功--基于tiny210v2 复制链接 | 浏览器收藏 | 打印
级别: 侠客
UID: 91531
精华: 1
发帖: 40
金钱: 255 两
威望: 51 点
贡献值: 1 点
综合积分: 100 分
注册时间: 2013-05-11
最后登录: 2014-03-18
楼主  发表于: 2013-10-20 18:50

 [11.14更新]建立ubuntu13.04桌面文件系统,运行xfce4成功--基于tiny210v2

管理提醒: 本帖被 xoom 执行加亮操作(2013-10-21)
友善提供的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重新编辑 ]
*無鈳取玳
级别: 论坛版主
UID: 27
精华: 12
发帖: 5398
金钱: 40120 两
威望: 17929 点
贡献值: 71 点
综合积分: 11036 分
注册时间: 2008-01-16
最后登录: 2014-11-22
1楼  发表于: 2013-10-22 06:14
顶一个
"If you have an apple and I have an apple and we exchange apples, then you and I will
still each have one apple. But if you have an idea and I have an idea and we exchange
these ideas, then each of us will have two ideas."
*無鈳取玳
级别: 论坛版主
UID: 27
精华: 12
发帖: 5398
金钱: 40120 两
威望: 17929 点
贡献值: 71 点
综合积分: 11036 分
注册时间: 2008-01-16
最后登录: 2014-11-22
2楼  发表于: 2013-11-29 11:25

 Re:回 9楼(东隅) 的帖子

引用第12楼sun9700于2013-11-27 20:41发表的 回 9楼(东隅) 的帖子 :
I: Running command: debootstrap --arch armhf --foreign raring ubuntu_arm
/usr/sbin/qemu-debootstrap: 50: eval: debootstrap: not found

我这也在报错

没有安装debootsrap? 可以用
sudo apt-get install debootstrap
"If you have an apple and I have an apple and we exchange apples, then you and I will
still each have one apple. But if you have an idea and I have an idea and we exchange
these ideas, then each of us will have two ideas."