mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-19 20:22:46 +00:00
doc: minor changes according to one binary for SBL and UEFI
PLATFORM=xxx is no longer supported, use BOARD instead. Tracked-On: #2708 Signed-off-by: Tw <wei.tan@intel.com>
This commit is contained in:
parent
1e614f5640
commit
46e7fa8cf2
@ -306,7 +306,7 @@ Enable partition mode in ACRN hypervisor
|
||||
|
||||
.. code-block:: none
|
||||
|
||||
$ make PLATFORM=sbl
|
||||
$ make BOARD=apl-up2
|
||||
...
|
||||
$ sudo cp build/acrn.32.out /boot
|
||||
|
||||
|
@ -67,7 +67,7 @@ the source code, build it, and install it on your device.
|
||||
.. code-block:: none
|
||||
|
||||
cd ~/acrn-hypervisor
|
||||
make PLATFORM=uefi
|
||||
make
|
||||
sudo make install
|
||||
|
||||
For more details, please refer to the :ref:`getting-started-building`.
|
||||
|
Loading…
Reference in New Issue
Block a user