Debian không yêu cầu phần cứng đặc biệt khác với yêu cầu của hạt nhân Linux hay kFreeBSD và các bộ công cụ GNU. Vì vậy, bất kỳ kiến trúc hay nền tảng nào sang đó hạt nhân Linux hay kFreeBSD, thư viện C libc, bộ biên dịch gcc v.v. đã được chuyển, cũng cho đó có một bản chuyển Debian, có khả năng chạy được hệ thống Debian. Xem những trang Bản Chuyển (Ports) tại http://www.debian.org/ports/arm/ để tìm thêm thông tin về hệ thống kiến trúc ARM đã được thử ra với Debian GNU/Linux.
Hơn là cố gắng diễn tả tất cả các cấu hình phần cứng được hỗ trợ cho kiến trúc ARM, tiết đoạn này chứa thông tin chung và liên kết đến thông tin thêm.
Bản phát hành Debian GNU/Linux 8 hỗ trợ mười một kiến trúc chính và vài biến thể của mỗi kiến trúc, được gọi như là “mùi vị” (flavor).
Kiến trúc | Tên Debian | Kiến trúc phụ | Mùi vị |
---|---|---|---|
Dựa vào x86 Intel | i386 | ||
AMD64 & Intel EM64T | amd64 | ||
ARM | armel | Intel IXP4xx | ixp4xx |
Marvell Kirkwood | kirkwood | ||
Marvell Orion | orion5x | ||
Versatile | versatile | ||
ARM with hardware FPU | armhf | multiplatform | armmp |
multiplatform for LPAE-capable systems | armmp-lpae | ||
64bit ARM | arm64 | ||
MIPS (về cuối lớn) | mips | SGI IP22 (Indy/Indigo 2) | r4k-ip22 |
SGI IP32 (O2) | r5k-ip32 | ||
MIPS Malta (32 bit) | 4kc-malta | ||
MIPS Malta (64 bit) | 5kc-malta | ||
MIPS (về cuối nhỏ) | mipsel | MIPS Malta (32 bit) | 4kc-malta |
MIPS Malta (64 bit) | 5kc-malta | ||
IBM/Motorola PowerPC | powerpc | PowerMac | pmac |
PReP | prep | ||
MIPS (về cuối nhỏ) | ppc64el | ||
IBM S/390 | s390 | IPL từ bộ đọc VM-reader và DASD | giống loài |
Debian GNU/kFreeBSD 8 hỗ trợ hai kiến trúc khác nhau.
Kiến trúc | Tên Debian |
---|---|
Dựa vào x86 Intel | kfreebsd-i386 |
AMD64 & Intel EM64T | kfreebsd-amd64 |
Tài liệu này bao quát sự cài đặt cho kiến trúc ARM dùng hạt nhân Linux. Nếu bạn tìm thông tin về bất cứ kiến trúc khác nào được Debian hỗ trợ, xem trang Bản Chuyển Debian.
ARM systems are a lot more heterogenous than the i386/amd64-based PC architecture, where all systems share a common system firmware (BIOS or/and UEFI) which handles the board-specific basic hardware initialization in a standardized way. The ARM architecture is used mainly in so-called “systems-on-chip” (SoCs). These SoCs are designed by many different companies with vastly varying hardware components even for the very basic functionality required to bring the system up. Systems using them usually lack a common system firmware interface and as a result, on ARM systems the Linux kernel has to take care of many system-specific low-level issues which are handled by the mainboard's BIOS in the PC world.
At the beginning of the ARM support in the Linux kernel, this resulted in the requirement of having a seperate kernel for each ARM system in contrast to the “one-fits-all” kernel for PC systems. As this approach does not scale to a large number of different systems, work has started to be able to provide a single ARM kernel that can run on different ARM systems. Support for newer ARM systems gets implemented in a way that allows the use of such a multiplatform kernel, but for several older systems a seperate specific kernel is still required. Because of this, the standard Debian distribution only supports installation on a selected number of older ARM systems in addition to the newer systems which are supported by the ARM multiplatform (armmp) kernel.
The ARM architecture has evolved over time and modern ARM processors provide features which are not available in older models. Debian therefore provides two ARM ports, the Debian/armel and the Debian/armhf port. Debian/armel targets older ARM processors without support for a hardware floating point unit (FPU), while Debian/armhf works only on newer ARM processors which implement at least the ARMv7 architecture with version 3 of the ARM vector floating point specification (VFPv3). Debian/armhf makes use of the extended features and performance enhancements available on these models.
Phần lớn các bộ xử lý trung tâm kiểu ARM chạy được trong chế độ về cuối (endian) hoặc lớn hoặc nhỏ. Tuy nhiên, phần lớn các bản thực hiện hệ thống hiện thời sử dụng chế độ về cuối nhỏ. Debian hỗ trợ hiện thời chỉ hệ thống ARM về cuối nhỏ.
The following platforms are supported by Debian/armel; they require platform-specific kernels.
The Intel IXP4xx processor series is used in network attached storage devices like the Linksys NSLU2.
Kirkwood là một hệ thống trong một vi mạch (SoC) từ Marvell, nó tích hợp một CPU ARM, Ethernet, SATA, USB và chức năng khác trong cùng một vi mạch. Hiện thời dự án Debian hỗ trợ những thiết bị dựa vào Kirkwood sau: OpenRD (OpenRD-Base, OpenRD-Client, và OpenRD-Ultimate), SheevaPlug và GuruPlug, và QNAP Turbo Station (tất cả các dòng TS-11x, TS-21x và TS-41x).
Orion là một hệ thống trong một vi mạch (SoC) từ Marvell, nó tích hợp một CPU ARM, Ethernet, SATA, USB, và chức năng khác trong cùng một vi mạch. Đang có rất nhiều thiết bị Lưu trữ Gắn nối vào Mạng (NAS) dựa vào vi mạch Orion. Hiện thời dự án Debian hỗ trợ những thiết bị dựa vào Orion sau: Buffalo Kurobox, D-Link DNS-323 và HP mv2120.
Nền tảng Versatile được QEMU mô phỏng thì giúp thử và chạy Debian trên ARM nếu không có phần cứng riêng.
Intel's I/O Processor (IOP) line is found in a number of products related to data storage and processing, such as the GLAN Tank from IO-Data and the Thecus N2100. Debian has supported the IOP32x platform in Debian 7, but does not support it anymore from version 8 on due to hardware constraints of the platform which make it unsuitable for the installation of newer Debian releases.
The MV78xx0 platform has been used on the Marvell DB-78xx0-BP development board. It was supported in Debian 7 with a platform-specific kernel (based on the Linux kernel version 3.2), but is not supported anymore from Debian 8 onwards.
The following systems are known to work with Debian/armhf using the multiplatform (armmp) kernel:
The IMX53QSB is a development board based on the i.MX53 SoC.
The Versatile Express is a development board series from ARM consisting of a baseboard which can be equipped with various CPU daughterboards.
The armmp kernel supports several development boards and embedded systems based on the Allwinner A10 (architecture codename “sun4i”), A10s/A13 (architecture codename “sun5i”) and A20 (architecture codename “sun7i”) SoCs. Full installer support is currently available for the following sunXi-based systems:
Cubietech Cubieboard 1 + 2 / Cubietruck
LeMaker Banana Pi and Banana Pro
LinkSprite pcDuino
Mele A1000
Miniand Hackberry
Olimex A10-Olinuxino-LIME / A10s-Olinuxino Micro / A13-Olinuxino / A13-Olinuxino Micro / A20-Olinuxino-LIME / A20-Olinuxino-LIME2 / A20-Olinuxino Micro
PineRiver Mini X-Plus
System support for Allwinner sunXi-based devices is limited to drivers and device-tree information available in the mainline Linux kernel. The android-derived linux-sunxi.org 3.4 kernel series is not supported by Debian.
The mainline Linux kernel generally supports serial console, ethernet, SATA, USB and MMC/SD-cards on Allwinner A10, A10s/A13 and A20 SoCs, but it does not have native drivers for the display (HDMI/VGA/LCD) and audio hardware in these SoCs. The NAND flash memory that is built into some sunXi-based systems is not supported.
Using a local display is technically possible without native display drivers via the “simplefb” infrastructure in the mainline kernel, which relies on the “u-boot” bootloader for initializing the display hardware, but this is not supported by the u-boot version in Debian 8.
The Cubox-i series is a set of small, cubical-shaped systems based on the Freescale i.MX6 SoC family. System support for the Cubox-i series is limited to drivers and device-tree information available in the mainline Linux kernel; the Freescale 3.0 kernel series for the Cubox-i is not supported by Debian. Available drivers in the mainline kernel include serial console, ethernet, USB, MMC/SD-card and display support over HDMI (console and X11). In addition to that, the eSATA port on the Cubox-i4Pro is supported.
The Wandboard Quad is a development board based on the Freescale i.MX6 Quad SoC. System support for it is limited to drivers and device-tree information available in the mainline Linux kernel; the wandboard-specific 3.0 and 3.10 kernel series from wandboard.org are not supported by Debian. The mainline kernel includes driver support for serial console, display via HDMI (console and X11), ethernet, USB, MMC/SD and SATA. Support for the onboard audio options (analog, S/PDIF, HDMI-Audio) and for the onboard WLAN/Bluetooth module is not available in Debian 8.
Generally, the ARM multiplatform support in the Linux kernel allows running debian-installer
on armhf systems not explicitly listed above, as long as the kernel used by debian-installer
has support for the target system's components and a device-tree file for the target is available. In these cases, the installer can usually provide a working userland installation, but it probably cannot automatically make the system bootable, as doing that in many cases requires device-specific information.
When using debian-installer
on such systems, you have to manually make the system bootable at the end of the installation, e.g. by running the required commands in a shell started from within debian-installer
.
The EfikaMX platform (Genesi Efika Smartbook and Genesi EfikaMX nettop) has been supported in Debian 7 with a platform-specific kernel, but is not supported anymore from Debian 8 onwards. The code required to build the formerly used platform-specific kernel has been removed from the upstream Linux kernel source in 2012, so Debian cannot provide newer builds.
Using the armmp multiplatform kernel on the EfikaMX platform would require device-tree support for it, which is currently not available.
Hỗ trợ giao diện đồ họa của Debian thì nhờ hỗ trợ cơ bản của hệ thống X11 của X.Org. Phần lớn các thẻ ảnh động kiểu AGP, PCI, PCIe và PCI-X đều hoạt động được dưới X.Org. Chi tiết về những mạch nối, thẻ, bộ trình bày và thiết bị con trỏ có khả năng đồ họa được hỗ trợ cũng nằm tại http://xorg.freedesktop.org/. Bản phát hành Debian 8 có sẵn X.Org phiên bản 7.7.
Gần tất cả các thẻ giao thức mạng (NIC) được hỗ trợ bởi hạt nhân Linux nên cũng được hỗ trợ bởi hệ thống cài đặt: các trình điều khiển kiểu mô-đun nên bình thường được nạp tự động.
Trên ARM, hầu hết các thiết bị mạng Ethernet gắn liền với mạch đều được hỗ trợ và các mô-đun cho các thiết bị PCI và USB gắn thêm đều được cung cấp.