50 lines
1.4 KiB
ReStructuredText
50 lines
1.4 KiB
ReStructuredText
******************
|
|
Supported Hardware
|
|
******************
|
|
|
|
.. _Hardware Overview:
|
|
.. list-table:: Supported BitBake MACHINE
|
|
:widths: 25 75 25
|
|
:header-rows: 1
|
|
|
|
* - BitBake MACHINE
|
|
- Compatible hardware
|
|
- Documentation
|
|
* - cn9131-bldn-mbv
|
|
- Falcon A3 Sample
|
|
-
|
|
* - netmodule-hw34
|
|
- NetModule HW34 (XG900 Sample)
|
|
- :ref:`🔗 links <netmodule-hw34>`
|
|
* - cn9130-cf-pro
|
|
- Solidrun cn9130-cf-pro
|
|
-
|
|
* - beaglebone
|
|
- Beaglebone, Beaglebone Black, Beaglebone Green
|
|
- :ref:`🔗 links <beaglebone>`
|
|
* - vm-x64
|
|
- Virtual Machine
|
|
-
|
|
|
|
.. hint::
|
|
|
|
Please contact the CoreOS team when starting a new project based on CoreOS
|
|
or want to contribute the hardware support for an existing Hardware.
|
|
|
|
|
|
Layer Organization
|
|
===================
|
|
|
|
CoreOS offers various Board Support Package (BSP) layers to accommodate
|
|
different levels of support for machines.
|
|
|
|
Machines that are fully supported by CoreOS are included in the
|
|
`meta-belden-coreos-bsp` layer. This layer encompasses all the machines that
|
|
meet CoreOS's criteria for full support, ensuring they receive comprehensive
|
|
integration and validation.
|
|
|
|
Machines in the process of being fully supported by CoreOS, which are currently
|
|
undergoing development and testing, are part of the `meta-belden-coreos-staging-bsp`
|
|
layer. This layer includes machines where the BSP support is still evolving and
|
|
does not yet meet the criteria for full support by CoreOS.
|