Skip to content
Snippets Groups Projects
Verified Commit 376aaab9 authored by Gururaj Shetty's avatar Gururaj Shetty Committed by Andrei Gherzan
Browse files

docs: Title Case Heading

Convert all headings into title case.

Closes: https://booting.oniroproject.org/distro/oniro/-/issues/204


Signed-off-by: default avatarGururaj Shetty <gururaj.shetty@huawei.com>
parent 4cdfe101
No related branches found
No related tags found
No related merge requests found
Showing
with 35 additions and 35 deletions
...@@ -4,7 +4,7 @@ SPDX-FileCopyrightText: Huawei Inc. ...@@ -4,7 +4,7 @@ SPDX-FileCopyrightText: Huawei Inc.
SPDX-License-Identifier: CC-BY-4.0 SPDX-License-Identifier: CC-BY-4.0
--> -->
# Documentation for Oniro build repository # Documentation for Oniro Build Repository
The documentation for `oniro` build repository is written as reST files and can The documentation for `oniro` build repository is written as reST files and can
be generated by using standard make targets: be generated by using standard make targets:
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
.. _FallbackSupport: .. _FallbackSupport:
How to handle faulty hardware device? How to Handle Faulty Hardware Device?
##################################### #####################################
In a situation where you have enabled a new board and one of the devices is In a situation where you have enabled a new board and one of the devices is
......
...@@ -28,7 +28,7 @@ Hardware ...@@ -28,7 +28,7 @@ Hardware
For more details on Avenger96 board, see `Avenger96 product page <https://www.96boards.org/product/avenger96/>`_. For more details on Avenger96 board, see `Avenger96 product page <https://www.96boards.org/product/avenger96/>`_.
Working with the board Working with the Board
********************** **********************
Building an Oniro image Building an Oniro image
...@@ -97,7 +97,7 @@ For Zephyr, there is no automation as for now. To have the ELF file in the files ...@@ -97,7 +97,7 @@ For Zephyr, there is no automation as for now. To have the ELF file in the files
Linux image Linux image
=========== ===========
SD card SD Card
------- -------
The Avenger96 board supports multiple boot options which are selected by the The Avenger96 board supports multiple boot options which are selected by the
...@@ -198,10 +198,10 @@ Zephyr image ...@@ -198,10 +198,10 @@ Zephyr image
There is no fully-featured console available in Linux yet, so typing commands There is no fully-featured console available in Linux yet, so typing commands
to the Zephyr application is not possible. to the Zephyr application is not possible.
Testing the board Testing the Board
***************** *****************
Serial port Serial Port
=========== ===========
To connect the USB converter serial port to the low-speed connector, see `Hardware User Manual <https://github.com/96boards/documentation/blob/master/consumer/avenger96/hardware-docs/files/avenger96-hardware-user-manual.pdf>`__. To connect the USB converter serial port to the low-speed connector, see `Hardware User Manual <https://github.com/96boards/documentation/blob/master/consumer/avenger96/hardware-docs/files/avenger96-hardware-user-manual.pdf>`__.
......
...@@ -34,10 +34,10 @@ Hardware ...@@ -34,10 +34,10 @@ Hardware
For more details on 96Boards Nitrogen, see `Nitrogen product page <https://www.96boards.org/product/nitrogen/>`_. For more details on 96Boards Nitrogen, see `Nitrogen product page <https://www.96boards.org/product/nitrogen/>`_.
Working with the board Working with the Board
********************** **********************
Building an application Building an Application
======================= =======================
|main_project_name| OS Zephyr flavour is based on Zephyr kernel. |main_project_name| OS Zephyr flavour is based on Zephyr kernel.
...@@ -57,7 +57,7 @@ Building an application ...@@ -57,7 +57,7 @@ Building an application
MACHINE variable can be set up in conf/local.conf file under build directory or via command line. MACHINE variable can be set up in conf/local.conf file under build directory or via command line.
Flashing an application Flashing an Application
======================= =======================
Installing pyOCD Installing pyOCD
...@@ -94,7 +94,7 @@ pyOCD is an open source Python package for programming and debugging Arm Cortex- ...@@ -94,7 +94,7 @@ pyOCD is an open source Python package for programming and debugging Arm Cortex-
When *ValueError: The device has no langid* error is displayed due to lack of permission, perform the instructions as suggested in https://github.com/pyocd/pyOCD/tree/master/udev. When *ValueError: The device has no langid* error is displayed due to lack of permission, perform the instructions as suggested in https://github.com/pyocd/pyOCD/tree/master/udev.
How to flash How to Flash
------------ ------------
* To flash the image, execute the command used to build the image with -c flash_usb appended. * To flash the image, execute the command used to build the image with -c flash_usb appended.
......
...@@ -39,10 +39,10 @@ Hardware ...@@ -39,10 +39,10 @@ Hardware
* For product specification and Datasheet, see `Arduino page <https://content.arduino.cc/assets/Nano_BLE_MCU-nRF52840_PS_v1.1.pdf>`_. * For product specification and Datasheet, see `Arduino page <https://content.arduino.cc/assets/Nano_BLE_MCU-nRF52840_PS_v1.1.pdf>`_.
* For hardware schematics, see `Arduino <https://content.arduino.cc/assets/NANO33BLE_V2.0_sch.pdf>`_. * For hardware schematics, see `Arduino <https://content.arduino.cc/assets/NANO33BLE_V2.0_sch.pdf>`_.
Working with the board Working with the Board
********************** **********************
Building an application Building an Application
======================= =======================
|main_project_name| Zephyr flavour is based on the Zephyr kernel. |main_project_name| Zephyr flavour is based on the Zephyr kernel.
...@@ -74,7 +74,7 @@ sample application, *blinky*. In order to do so issue the following: ...@@ -74,7 +74,7 @@ sample application, *blinky*. In order to do so issue the following:
3. After the build completes, the ``zephyr-philosophers.bin`` and the ``zephyr-blinky.bin`` 3. After the build completes, the ``zephyr-philosophers.bin`` and the ``zephyr-blinky.bin``
file can be found in ``build-oniro-zephyr/tmp-newlib/deploy/images/arduino-nano-33-ble/``. file can be found in ``build-oniro-zephyr/tmp-newlib/deploy/images/arduino-nano-33-ble/``.
Flashing an application Flashing an Application
======================= =======================
To flash the image on Arduino Nano 33 BLE device, ensure it enters the bootloader state: To flash the image on Arduino Nano 33 BLE device, ensure it enters the bootloader state:
......
...@@ -26,10 +26,10 @@ Hardware ...@@ -26,10 +26,10 @@ Hardware
* For detailed specifications, see nRF52840 DK product page on the `nRF52840 DK website <https://www.nordicsemi.com/Software-and-Tools/Development-Kits/nRF52840-DK>`_. * For detailed specifications, see nRF52840 DK product page on the `nRF52840 DK website <https://www.nordicsemi.com/Software-and-Tools/Development-Kits/nRF52840-DK>`_.
* For hardware schematics, see `nRF52840 Development Kit <https://www.nordicsemi.com/Software-and-tools/Development-Kits/nRF52840-DK/Download#infotabs>`_. * For hardware schematics, see `nRF52840 Development Kit <https://www.nordicsemi.com/Software-and-tools/Development-Kits/nRF52840-DK/Download#infotabs>`_.
Working with the board Working with the Board
********************** **********************
Building an application Building an Application
======================= =======================
|main_project_name| Zephyr flavour is based on Zephyr kernel. |main_project_name| Zephyr flavour is based on Zephyr kernel.
...@@ -54,7 +54,7 @@ Building an application ...@@ -54,7 +54,7 @@ Building an application
3. After the build completes, the image file can be found in 3. After the build completes, the image file can be found in
``build-oniro-zephyr/tmp-newlib/deploy/images/nrf52840dk-nrf52840/``. ``build-oniro-zephyr/tmp-newlib/deploy/images/nrf52840dk-nrf52840/``.
Flashing an application Flashing an Application
======================= =======================
pyOCD is a required host tool used by the flashing mechanism described below: pyOCD is a required host tool used by the flashing mechanism described below:
......
...@@ -86,10 +86,10 @@ Linux image ...@@ -86,10 +86,10 @@ Linux image
The key file which is needed to flash into the SD card is The key file which is needed to flash into the SD card is
``oniro-image-base-raspberrypi4-64.wic.bz2``. ``oniro-image-base-raspberrypi4-64.wic.bz2``.
Flashing |main_project_name| Linux Image Flashing |main_project_name| Linux image
**************************************** ****************************************
SD card SD Card
======= =======
The Raspberry Pi 4 board support multiple boot options. The below section The Raspberry Pi 4 board support multiple boot options. The below section
...@@ -108,7 +108,7 @@ describes booting the board with an SD card option. ...@@ -108,7 +108,7 @@ describes booting the board with an SD card option.
2. Put the card to the board and turn it on. 2. Put the card to the board and turn it on.
Testing the board Testing the Board
***************** *****************
HDMI HDMI
......
...@@ -26,7 +26,7 @@ Hardware ...@@ -26,7 +26,7 @@ Hardware
For more detailed specifications of SBC-C61 SECO board, see `SBC-C61 Specification <https://www.seco.com/en/products/sbc-c61>`__. For more detailed specifications of SBC-C61 SECO board, see `SBC-C61 Specification <https://www.seco.com/en/products/sbc-c61>`__.
Working with the board Working with the Board
********************** **********************
Building an Oniro image Building an Oniro image
...@@ -94,7 +94,7 @@ following steps: ...@@ -94,7 +94,7 @@ following steps:
#. Remove **CN52 short circuit** #. Remove **CN52 short circuit**
#. Press the reset button #. Press the reset button
Testing the board Testing the Board
***************** *****************
Ethernet Ethernet
......
...@@ -27,7 +27,7 @@ Hardware ...@@ -27,7 +27,7 @@ Hardware
For more detailed specifications of SBC-B68-eNUC SECO board, see `SBC-B68-eNUC Specification <https://www.seco.com/en/products/sbc-b68-enuc>`__. For more detailed specifications of SBC-B68-eNUC SECO board, see `SBC-B68-eNUC Specification <https://www.seco.com/en/products/sbc-b68-enuc>`__.
Working with the board Working with the Board
********************** **********************
Building an Oniro image Building an Oniro image
...@@ -103,7 +103,7 @@ steps: ...@@ -103,7 +103,7 @@ steps:
#. Select the bootable USB device under **Boot Override** and press Enter. #. Select the bootable USB device under **Boot Override** and press Enter.
Testing the board Testing the Board
***************** *****************
Ethernet Ethernet
...@@ -132,7 +132,7 @@ eMMC ...@@ -132,7 +132,7 @@ eMMC
954240 cylinders, 4 heads, 16 sectors/track 954240 cylinders, 4 heads, 16 sectors/track
Units: sectors of 1 * 512 = 512 bytes Units: sectors of 1 * 512 = 512 bytes
PCI buses PCI Buses
========= =========
:: ::
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
.. _HardwareSupport: .. _HardwareSupport:
Hardware support in |main_project_name| Hardware Support in |main_project_name|
####################################### #######################################
This section details the hardware (including virtualized) supported as part of This section details the hardware (including virtualized) supported as part of
......
...@@ -23,7 +23,7 @@ To clone the source code, perform the procedure in: :ref:`Setting up a repo work ...@@ -23,7 +23,7 @@ To clone the source code, perform the procedure in: :ref:`Setting up a repo work
Building a Linux image Building a Linux image
====================== ======================
Build steps Build Steps
----------- -----------
1. Source the environment with proper template settings, flavour being *linux* 1. Source the environment with proper template settings, flavour being *linux*
......
...@@ -23,7 +23,7 @@ To clone the source code, perform the procedure in: :ref:`Setting up a repo work ...@@ -23,7 +23,7 @@ To clone the source code, perform the procedure in: :ref:`Setting up a repo work
Building a Linux image Building a Linux image
====================== ======================
Build steps Build Steps
----------- -----------
1. Source the environment with proper template settings, flavour being *linux* 1. Source the environment with proper template settings, flavour being *linux*
......
...@@ -8,7 +8,7 @@ Build System Visual Customizations ...@@ -8,7 +8,7 @@ Build System Visual Customizations
.. contents:: .. contents::
:depth: 2 :depth: 2
Weston dynamic configuration Weston Dynamic Configuration
**************************** ****************************
The build exposes mechanism to tweak weston configuration through build The build exposes mechanism to tweak weston configuration through build
...@@ -28,7 +28,7 @@ Additional variable to be used in conjunction with ``WESTON_DYNAMIC_INI``: ...@@ -28,7 +28,7 @@ Additional variable to be used in conjunction with ``WESTON_DYNAMIC_INI``:
* ``WESTON_INI_BACKGROUND_COLOR`` - sets shell.background-color accordingly * ``WESTON_INI_BACKGROUND_COLOR`` - sets shell.background-color accordingly
* ``WESTON_INI_BACKGROUND_TYPE`` - sets shell.background-type accordingly * ``WESTON_INI_BACKGROUND_TYPE`` - sets shell.background-type accordingly
Epiphany support for Application mode Epiphany Support for Application Mode
************************************* *************************************
Epiphany is one of the browsers supported by the build meta-data. It provides a Epiphany is one of the browsers supported by the build meta-data. It provides a
......
...@@ -35,7 +35,7 @@ Install all the required host packages. Here is an example for **Ubuntu**: ...@@ -35,7 +35,7 @@ Install all the required host packages. Here is an example for **Ubuntu**:
See `official Yocto documentation <https://www.yoctoproject.org/docs/latest/ref-manual/ref-manual.html#required-packages-for-the-build-host>`_ See `official Yocto documentation <https://www.yoctoproject.org/docs/latest/ref-manual/ref-manual.html#required-packages-for-the-build-host>`_
for host package requirements on all supported Linux distributions. for host package requirements on all supported Linux distributions.
Clone build system repositories Clone Build System Repositories
******************************* *******************************
Install Google git repo tool. For example, on **Ubuntu 20.04**, you can do this Install Google git repo tool. For example, on **Ubuntu 20.04**, you can do this
...@@ -77,7 +77,7 @@ Initialize the build directory and run a build: ...@@ -77,7 +77,7 @@ Initialize the build directory and run a build:
$ TEMPLATECONF=../oniro/flavours/linux . ./oe-core/oe-init-build-env build-oniro-linux $ TEMPLATECONF=../oniro/flavours/linux . ./oe-core/oe-init-build-env build-oniro-linux
$ MACHINE=qemux86-64 bitbake oniro-image-base $ MACHINE=qemux86-64 bitbake oniro-image-base
Booting a Qemu X86-64 target with a |main_project_name| image Booting a Qemu X86-64 Target with a |main_project_name| image
************************************************************* *************************************************************
Once the image is built, you can run a Qemu X86-64 instance using the provided script wrapper as follows: Once the image is built, you can run a Qemu X86-64 instance using the provided script wrapper as follows:
......
...@@ -52,7 +52,7 @@ On Ubuntu 20.04: ...@@ -52,7 +52,7 @@ On Ubuntu 20.04:
$ sudo apt-get update $ sudo apt-get update
$ sudo apt-get install git-repo $ sudo apt-get install git-repo
On distributions that use ``dnf``: On Distributions that Use ``dnf``:
---------------------------------- ----------------------------------
.. code-block:: console .. code-block:: console
...@@ -100,7 +100,7 @@ Depending on the specific branch of the above-mentioned repository, that ...@@ -100,7 +100,7 @@ Depending on the specific branch of the above-mentioned repository, that
manifest may either allow some projects to follow changes by selecting git manifest may either allow some projects to follow changes by selecting git
branches or pin all projects to a specific git commit revision. branches or pin all projects to a specific git commit revision.
Setting up the Workspace Setting-up the Workspace
************************ ************************
Once the repo tool is installed, you can initialize and populate the workspace. Once the repo tool is installed, you can initialize and populate the workspace.
...@@ -112,7 +112,7 @@ This will bring in all the needed sources for building |main_project_name|: ...@@ -112,7 +112,7 @@ This will bring in all the needed sources for building |main_project_name|:
$ repo init -u https://booting.oniroproject.org/distro/oniro $ repo init -u https://booting.oniroproject.org/distro/oniro
$ repo sync --no-clone-bundle $ repo sync --no-clone-bundle
Workspace structure Workspace Structure
******************* *******************
A fully set workspace, will provide a structure similar to: A fully set workspace, will provide a structure similar to:
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
.. include:: definitions.rst .. include:: definitions.rst
Supported Images Supported images
################ ################
To create a custom Linux distribution to match the product requirements, To create a custom Linux distribution to match the product requirements,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment