当前位置:   article > 正文

ubuntu 的 arm 版本及其仿真_ubuntu desktop-arm64.iso

ubuntu desktop-arm64.iso
  • ubuntu 的 所有arm版本分类
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
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
ARM的 “PC兼容机”
具体来看,镜像文件与镜像安装位置的关系为
	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
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
ubuntu arm 镜像的 QEMU支持


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

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
其他 : ARM32 的领域
ubuntu 将 arm32 锁 到了 iot 和 cloud
	针对arm32 提供一种ABI(armhf)的系统 
  • 1
  • 2
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/小蓝xlanll/article/detail/294363
推荐阅读
相关标签
  

闽ICP备14008679号