赞
踩
2021-10-2 23:32:47 ubuntu有几种发布, 1.桌面 (其中不包括arm) 镜像1文件名称:ubuntu-20.04.3-desktop-amd64.iso ubuntu-21.04-desktop-amd64.iso 镜像1安装平台:x64 镜像2安装平台:ubuntu-21.04-preinstalled-desktop-arm64+raspi.img 镜像2安装平台:Raspberry Pi 4,Raspberry Pi 400,Raspberry Pi CM4, 2.服务器(其中包括arm发布) 针对ARM(armv7和armv8)镜像:ubuntu-20.04.3-live-server-arm64.iso ubuntu-21.04-live-server-arm64.iso 平台:HiSilicon D05,CaviumThunderXCRB,HP moonshot m400,OMAP4, // 参考:https://wiki.ubuntu.com/ARM/Server/Install 3.iot(其中包括arm-kvm arm-raspi) 针对树莓派的镜像 : ubuntu-20.04.3-preinstalled-server-arm64+raspi.img ubuntu-20.04.3-preinstalled-server-armhf+raspi.img ubuntu-21.04-preinstalled-server-arm64+raspi.img ubuntu-21.04-preinstalled-server-armhf+raspi.img 针对树莓派的镜像安装平台: Raspberry Pi 2,Raspberry Pi 3,Raspberry Pi 4,Raspberry Pi 400,Raspberry Pi CM4, 针对 ubuntu core : ubuntu core 对应不同的平台有不同的镜像 针对 ubuntu core 镜像安装的平台 : 树莓派 , xilinx , intel unc // 例如 ubuntu-core-20-armhf+raspi.img.xz 和 "Raspberry Pi 2, 3, 4 or CM3" 4.cloud(其中包括arm arm64)//参考 https://ubuntu.com/download/cloud 镜像位置 : https://cloud-images.ubuntu.com/ 注意 : 这是都是 ubuntu 提供给 云服务商的 镜像 ,但是如果你想在本地使用(develop locally with a specific public cloud image), 也可以 通过 网址下载 镜像1文件名称:https://cloud-images.ubuntu.com/xenial/current/xenial-server-cloudimg-armhf-disk1.img 镜像安装平台 : 云平台 镜像2文件名称:https://cloud-images.ubuntu.com/xenial/current/xenial-server-cloudimg-arm64-uefi1.img 镜像安装平台 : 云平台 5. touch // todo
具体来看,镜像文件与镜像安装位置的关系为
1个镜像文件只能安装一个平台 : 例如 ubuntu core中的"dawson-uc18-m7-20190122-10.img.xz" 与 "intel nuc"
1个镜像文件能安装多个平台 : 例如 "ubuntu-21.04-preinstalled-desktop-arm64+raspi.img" 与 "Raspberry Pi 4,Raspberry Pi 400,Raspberry Pi CM4"
1个镜像文件能安装所有的平台 : 例如 "ubuntu-20.04.3-live-server-arm64.iso" 与 "支持SBSA的arm芯片"
从 "1个镜像兼容1个平台" 到 "1个镜像兼容所有的平台"
可以看出来 arm(而不是ubuntu) 在 学习 x86 的 "PC兼容机"
但是 arm 也并不是在所有的系列中 都要做到 pc兼容机
arm 在 嵌入式领域 不需要 该标准
arm 在 服务器领域 要达到这个标准
arm 在 桌面领域 还不清楚<TODO>
1.桌面 (其中不包括arm) 镜像1文件名称:ubuntu-20.04.3-desktop-amd64.iso ubuntu-21.04-desktop-amd64.iso 镜像1安装平台:x64 镜像2安装平台:ubuntu-21.04-preinstalled-desktop-arm64+raspi.img 镜像2安装平台:Raspberry Pi 4,Raspberry Pi 400,Raspberry Pi CM4, 2.服务器(其中包括arm发布) 针对ARM(armv7和armv8)镜像:ubuntu-20.04.3-live-server-arm64.iso ubuntu-21.04-live-server-arm64.iso https://blog.csdn.net/chenxiangneu/article/details/78955462 3.iot(其中包括arm-kvm arm-raspi) 针对树莓派的镜像 : ubuntu-20.04.3-preinstalled-server-arm64+raspi.img ubuntu-20.04.3-preinstalled-server-armhf+raspi.img ubuntu-21.04-preinstalled-server-arm64+raspi.img ubuntu-21.04-preinstalled-server-armhf+raspi.img 针对树莓派的镜像安装平台: Raspberry Pi 2,Raspberry Pi 3,Raspberry Pi 4,Raspberry Pi 400,Raspberry Pi CM4, // qemu-system-arm -M raspi2 // qemu-system-aarch64 -M raspi3 针对 ubuntu core : ubuntu core 对应不同的平台有不同的镜像 针对 ubuntu core 镜像安装的平台 : 树莓派 , xilinx , intel unc // 例如 ubuntu-core-20-armhf+raspi.img.xz 和 "Raspberry Pi 2, 3, 4 or CM3" // qemu-system-arm -M raspi2 4.cloud(其中包括arm arm64)//参考 https://ubuntu.com/download/cloud 镜像位置 : https://cloud-images.ubuntu.com/ 镜像1文件名称:https://cloud-images.ubuntu.com/xenial/current/xenial-server-cloudimg-armhf-disk1.img https://gist.github.com/tuxmartin/04d85009a3aaa968c3430678096e3ac6 镜像2文件名称:https://cloud-images.ubuntu.com/xenial/current/xenial-server-cloudimg-arm64-uefi1.img https://blog.csdn.net/gong0791/article/details/86367187
ubuntu 将 arm32 锁 到了 iot 和 cloud
针对arm32 提供一种ABI(armhf)的系统
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。