随笔分类 -  内核移植

摘要:平台: ubuntu-22.04-desktop-amd64.对象: alpine linux rootfs、qemu.文件: linux-6.1.26.tar.xz、alpine-minirootfs-3.18.0-aarch64.tar.gz. 本例通过qemu运行alpine rootfs f 阅读全文
posted @ 2023-06-02 15:45 this毛豆 阅读(992) 评论(0) 推荐(0)
摘要:平台: ubuntu-22.04-desktop-amd64.对象: void linux rootfs、qemu.文件: linux-6.1.26.tar.xz、void-aarch64-ROOTFS-20221001.tar.xz. 本例通过qemu运行void linux rootfs for 阅读全文
posted @ 2023-06-02 15:27 this毛豆 阅读(122) 评论(0) 推荐(0)
摘要:平台: ubuntu-22.04-desktop-amd64.对象: gentoo rootfs、qemu.文件: linux-6.1.26.tar.xz、stage3-arm64-systemd-20230528T234658Z.tar.xz. 本例通过qemu运行gentoo rootfs fo 阅读全文
posted @ 2023-05-30 22:55 this毛豆 阅读(146) 评论(0) 推荐(0)
摘要:平台: 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毛豆 阅读(750) 评论(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毛豆 阅读(949) 评论(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毛豆 阅读(705) 评论(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毛豆 阅读(557) 评论(0) 推荐(0)
摘要:平台:ubuntu-22.04-server-amd64.对象:LXQT.文件:lxqt. LXQt是由LXDE-Qt和RazorQt合并的项目,它的目标是创建一个轻量级、模块化、运行快并且简单易用的桌面环境。 本例中会介绍多种发行版下的编译方法,本例中使用Ubuntu 22.04,你也可以使用其它 阅读全文
posted @ 2023-04-30 11:15 this毛豆 阅读(1099) 评论(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毛豆 阅读(831) 评论(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 22.04 对象:win10虚拟机、ubuntu虚拟机 文件:Windows.iso、ubuntu-22.04.2-live-server-amd64.iso、ubuntu-22.04.2-live-server-arm64.iso 1.安装Windows虚拟机 本过程以安装Wi 阅读全文
posted @ 2023-04-06 01:25 this毛豆 阅读(2130) 评论(0) 推荐(0)
摘要:平台:ubuntu 22.04对象:qemu仿真ARM64.文件:linux-5.10.7、busybox-1.33.1 1.安装依赖 $ sudo apt install build-essential bc flex bison gawk texinfo file tree curl wget 阅读全文
posted @ 2023-04-04 14:41 this毛豆 阅读(668) 评论(0) 推荐(0)
摘要:平台:ubuntu 22.04对象:Qemu仿真OpenWRT.文件:openwrt 1.安装依赖 $ sudo apt install build-essential bc flex bison gawk git unzip curl wget texinfo libssl-dev libncur 阅读全文
posted @ 2023-04-01 21:16 this毛豆 阅读(939) 评论(0) 推荐(0)
摘要:平台:ubuntu 16.04对象:Qemu仿真ARM32.文件:qt-everywhere-opensource-src-4.8.7.tar.gz 注:本文在《Qemu仿真 (1)挂在网络文件系统》一章的基础上进行修改,请先阅读此篇。 1.下载QT [https://download.qt.io/ 阅读全文
posted @ 2023-03-28 00:51 this毛豆 阅读(337) 评论(0) 推荐(0)
摘要:使用Qemu仿真开发板,挂在网络内核和根文件系统。平台:ubuntu 16.04对象:Qemu仿真ARM32.文件:linux-4.4.300.tar.xz、busybox-1.27.1.tar.bz2、u-boot-2017.05.tar.bz2 1.安装依赖 $ sudo apt install 阅读全文
posted @ 2023-03-25 16:36 this毛豆 阅读(729) 评论(0) 推荐(0)