摘要: 平台: ubuntu-22.04-desktop-amd64.对象: archlinux rootfs、qemu.文件: linux-6.1.26.tar.xz、ArchLinuxARM-2023.03-aarch64-rootfs.tar.gz. 本例通过qemu运行archlinux rootf 阅读全文
posted @ 2023-05-30 20:55 this毛豆 阅读(749) 评论(0) 推荐(0)
摘要: 平台: ubuntu-22.04-desktop-amd64.对象: debian rootfs、qemu.文件: linux-6.1.26.tar.xz 本例通过qemu运行debian rootfs for arm64。 1.安装依赖 $ sudo apt install binfmt-supp 阅读全文
posted @ 2023-05-27 20:05 this毛豆 阅读(948) 评论(0) 推荐(0)
摘要: 平台: ubuntu-22.04-desktop-amd64.对象: ubuntu base、qemu.文件: ubuntu-base-22.04.2-base-arm64.tar.gz、linux-6.1.26.tar.xz Ubuntu Base不是一个超小的内存运行嵌入式发行版;它是Ubunt 阅读全文
posted @ 2023-05-26 23:39 this毛豆 阅读(704) 评论(2) 推荐(0)
摘要: 平台: ubuntu-22.04-desktop-amd64.对象: ubuntu core、qemu、raspberry pi、generic x86 pc.文件: ubuntu-core-22-amd64.img.xz、ubuntu-core-22-arm64+raspi.img.xz 详细介绍 阅读全文
posted @ 2023-05-21 23:12 this毛豆 阅读(553) 评论(0) 推荐(0)
摘要: 平台:Ubuntu 22.04 Desktop 文件:AOSP(清华源/中科大源) AOSP,全称"Android Open Source Project",中文意为"Android 开放源代码项目"。发起者是谷歌,主要用途是移动设备的系统。 这里通过清华源下载Android代码。 1.安装依赖 $ 阅读全文
posted @ 2023-05-10 13:15 this毛豆 阅读(380) 评论(0) 推荐(0)
摘要: 平台:Ubuntu 22.04 desktop Waydroid基于Abox重构,基于容器方法运行完整的Android系统,目前使用LineageOS编译出来的Android image。 开源地址:[https://github.com/waydroid]。 官网上有多个平台的安装参考:[http 阅读全文
posted @ 2023-05-08 07:57 this毛豆 阅读(4603) 评论(0) 推荐(0)
摘要: 平台:ubuntu-22.04-server-amd64.对象:LXQT.文件:lxqt. LXQt是由LXDE-Qt和RazorQt合并的项目,它的目标是创建一个轻量级、模块化、运行快并且简单易用的桌面环境。 本例中会介绍多种发行版下的编译方法,本例中使用Ubuntu 22.04,你也可以使用其它 阅读全文
posted @ 2023-04-30 11:15 this毛豆 阅读(1098) 评论(0) 推荐(0)
摘要: 平台:ubuntu-22.04-desktop-amd64. 对象:在buildroot中增加对Qt的支持. 文件:buildroot. 通过buildroot编译了一个使用Qemu启动的Linux系统,并配置了Qt环境,可以运行图形界面。 1.安装编译环境 $ sudo apt install b 阅读全文
posted @ 2023-04-23 15:42 this毛豆 阅读(830) 评论(0) 推荐(0)
摘要: 平台:Ubuntu 18.04 server. 文件:qt-everywhere-src-5.12.12.tar.xz 1.安装环境 1.1 通用环境 $ sudo apt install build-essential vim bc flex bison gawk libncurses5-dev 阅读全文
posted @ 2023-04-18 12:28 this毛豆 阅读(509) 评论(0) 推荐(0)
摘要: Ubuntu Server是Ubuntu OS的变体,默认情况下不包含图形用户界面(GUI),下面介绍Ubuntu Server安装桌面环境。 1.安装桌面 1.1 GNOME 默认的Ubuntu桌面是GNOME桌面环境的修改版本。 $ sudo apt install ubuntu-desktop 阅读全文
posted @ 2023-04-16 23:58 this毛豆 阅读(11239) 评论(0) 推荐(1)