制作Ubuntu ARM Rootfs

作者

QQ群:852283276
微信:arm80x86
微信公众号:青儿创客基地
B站:主页 https://space.bilibili.com/208826118

ubuntu

构建一个arm64 AArch64的Ubuntu rootfs,

Firefly Ubuntu开发入门之(6)制作Ubuntu Rootfs镜像
全志A33移植ubuntu系统记录(1)V1.0(分色排版)
如何构建一个arm64 AArch64的Ubuntu rootfs
AVNET 96board ZYNQ UltraSCALE+ ZU3EG 支持ubuntu16.04 文件系统吗?
Zynq UltraScale+ MPSoC Ubuntu part 2 - Building and Running the Ubuntu Desktop From Sources
zynqmp zcu102 ubuntu安装
https://xilinx-wiki.atlassian.net/wiki/spaces/A/pages/148668419/Zynq+UltraScale+MPSoC+Ubuntu+VCU+Gstreamer±+Building+and+Running+Ubuntu+Desktop+from+Sources
Ubuntu on Zynq
Zynq-7000 AP SoC - Installing the Ubuntu Desktop on PetaLinux and Demo Tech Tip

下载ubuntu 16.04.4 base rootfs,

$ ls -l /usr/share/X11/xorg.conf.d/
total 36
-rw-r--r-- 1 root root   92 Jun 14  2018 10-amdgpu.conf
-rw-r--r-- 1 root root 1099 Jul  6  2017 10-evdev.conf
-rw-r--r-- 1 root root 1350 Nov 30 11:47 10-quirks.conf
-rw-r--r-- 1 root root   92 Jun 14  2018 10-radeon.conf
-rw-r--r-- 1 root root  590 Jul  6  2017 11-evdev-quirks.conf
-rw-r--r-- 1 root root  364 Jul  6  2017 11-evdev-trackpoint.conf
-rw-r--r-- 1 root root  590 Jul  6  2017 51-synaptics-quirks.conf
-rw-r--r-- 1 root root 1751 Jul  6  2017 70-synaptics.conf
-rw-r--r-- 1 root root 2747 Jul  6  2017 70-wacom.conf
$ cat /var/log/Xorg.0.log

$ ls -l /usr/lib/xorg/modules/drivers
total 3056
-rw-r--r-- 1 root root  144424 Jun 14  2018 amdgpu_drv.so
-rw-r--r-- 1 root root   10472 Jun 14  2018 ati_drv.so
-rw-r--r-- 1 root root   23624 Jul  6  2017 fbdev_drv.so
-rw-r--r-- 1 root root 1727856 Jun 14  2018 intel_drv.so
-rw-r--r-- 1 root root   90432 Nov 30 11:47 modesetting_drv.so
-rw-r--r-- 1 root root  221200 Jan 29  2018 nouveau_drv.so
-rw-r--r-- 1 root root  180912 Jul  6  2017 qxl_drv.so
-rw-r--r-- 1 root root  510184 Jun 14  2018 radeon_drv.so
-rw-r--r-- 1 root root   27760 Jul  6  2017 vesa_drv.so
-rw-r--r-- 1 root root  170008 Jul  6  2017 vmware_drv.so

Then you can start to get packages. Lubuntu-desktop is a lightweight desktop. Other options could be lubuntu-core, xubuntu-desktop, etc. Getting lubuntu-desktop installed takes a few hours. (This is why we don’t want the Xylon IP timing out on us while installation is happening).
apt-get update
apt-get lubuntu-desktop
After the installation is complete, use the “reboot” command to reboot. You should come back up to the login prompt. You can log in as user linaro (password linaro).
http://releases.linaro.org/14.10/ubuntu/trusty-images/developer/

你可能感兴趣的:(linux内核与驱动开发,ubuntu,linux)