version 1.89, 2020/09/15 07:33:25
|
version 1.90, 2020/09/15 07:36:01
|
Line 21 is no longer relevant - NetBSD/evbarm no
|
Line 21 is no longer relevant - NetBSD/evbarm no
|
hardware based on APCI or devicetrees, including a range of development |
hardware based on APCI or devicetrees, including a range of development |
boards, powerful servers, virtual machines, and even some laptops. |
boards, powerful servers, virtual machines, and even some laptops. |
""" |
""" |
|
]] |
|
|
### CPU types |
### CPU types |
|
|
Line 36 Various CPU variants are supported, e.g:
|
Line 37 Various CPU variants are supported, e.g:
|
- evbarm-aarch64eb - Same as the above, but with the CPU running in |
- evbarm-aarch64eb - Same as the above, but with the CPU running in |
big endian mode. |
big endian mode. |
|
|
evbarm variants are little endian unless otherwise stated. NetBSD provides |
|
big endian images primarily for testing purposes and to ensure that the code |
|
is endian-clean. |
|
|
|
Since NetBSD 9.0, 64-bit ARM processors are supported (referred to here |
Since NetBSD 9.0, 64-bit ARM processors are supported (referred to here |
as aarch64). These run with fully 64-bit kernels and userland. Running |
as aarch64). These run with fully 64-bit kernels and userland. Running |
32-bit ARM binaries is also supported with `compat32`. |
32-bit ARM binaries is also supported with `compat32`. |
|
|
|
evbarm variants are little endian unless otherwise stated. NetBSD provides |
|
big endian images primarily for testing purposes and to ensure that the code |
|
is endian-clean. |
|
|
### armbsd.org builds |
### armbsd.org builds |
|
|
NetBSD developer Jared McNeill provides [builds of NetBSD 9 and -current for a vast variety of hardware.](https://www.armbsd.org/) In addition to the standard build, these images have board-specific U-Boot contents. See also /usr/pkgsrc/sysutils/u-boot*. |
NetBSD developer Jared McNeill provides [builds of NetBSD 9 and -current for a vast variety of hardware.](https://www.armbsd.org/) In addition to the standard build, these images have board-specific U-Boot contents. See also /usr/pkgsrc/sysutils/u-boot*. |