doc: license header updated
This commit is contained in:
parent
10566e01b9
commit
7f00e26021
|
@ -1,7 +1,8 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Copyright (C) 2018 Intel Corporation.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
#!/bin/bash
|
||||
|
||||
usage() {
|
||||
echo "Usage: $0 [options]"
|
||||
|
@ -9,7 +10,7 @@ usage() {
|
|||
echo "options:"
|
||||
echo "--mirror-url default: 'https://cdn.download.clearlinux.org/releases/', for swupd"
|
||||
echo "--acrn-code-path: Specify acrn-hypervisor code path for ACRN SBL build. If acrn-sbl-path is provided, acrn-code-path will be ignored"
|
||||
echo "--acrn-sbl-path: Specify ACRN SBL binary path. If acrn-sbl-path isn't provided, acrn_code_path will be must option"
|
||||
echo "--acrn-sbl-path: Specify ACRN SBL binary path. If acrn-sbl-path isn't provided, --acrn-code-path must be set"
|
||||
echo "--clearlinux-version: mandatory option for sos image build"
|
||||
echo "--images-type: Specify the type of OS image to build (sos/laag/all, default value is all)"
|
||||
echo "--sign-key: Specify the debug key for signing, default value provided"
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
#!/bin/bash
|
||||
|
||||
|
||||
# Copyright (C) 2018 Intel Corporation.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
#!/bin/bash
|
||||
|
||||
|
||||
kernel_version=$(uname -r | awk -F. '{ printf("%d.%d", $1,$2) }')
|
||||
|
||||
|
|
|
@ -9,7 +9,8 @@ SBL instead of UEFI to boot UP2 board.
|
|||
Slim Bootloader is an open-source boot firmware solution,
|
||||
built from the ground up to be secure, lightweight, and highly
|
||||
optimized while leveraging robust tools and libraries from
|
||||
the EDK II framework.
|
||||
the EDK II framework. For more information about booting ACRN with SBL,
|
||||
please visit `<https://slimbootloader.github.io/how-tos/boot-acrn.html>`_.
|
||||
|
||||
.. image:: images/sbl_boot_flow_UP2.png
|
||||
:align: center
|
||||
|
@ -174,7 +175,7 @@ SOS and LaaG Installation
|
|||
ls /dev/ttyUSB*
|
||||
/dev/ttyUSB0
|
||||
|
||||
#. Connect to board via ``minicom``, and use ``/dev/ttyUSB0`` for exmaple:
|
||||
#. Connect to board via ``minicom``, and use ``/dev/ttyUSB0`` for example:
|
||||
|
||||
.. code-block:: none
|
||||
|
||||
|
@ -257,7 +258,7 @@ SOS and LaaG Installation
|
|||
USB for fastboot transport layer selected
|
||||
|
||||
|
||||
#. When UP2 board is fastboot mode, you should be able
|
||||
#. When UP2 board is in fastboot mode, you should be able
|
||||
see the device in Platform Flash Tool. Select the
|
||||
file ``flash_LaaG.json`` and modify ``Configuration``
|
||||
to ``SOS_and_LaaG``. Click ``Start to flash`` to flash images.
|
||||
|
|
Loading…
Reference in New Issue