Skip to content

Commit

Permalink
[eclipse-kanto#281] Review comments have been resolved Signed-off-by:…
Browse files Browse the repository at this point in the history
[email protected]

Signed-off-by: APAC\JSO2KOR <[email protected]>
  • Loading branch information
sanjeev-joshi committed Nov 5, 2024
1 parent 1093f03 commit 924f57a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ Building a Yocto Image for a Raspberry Pi involves several steps, including sett
#MACHINE ?= "qemux86-64"

# This sets the default machine to be qemux86-64 if no other machine is selected:
MACHINE ??= "qemux86-64"
MACHINE ??= "qemuarm64"

```

Expand All @@ -238,7 +238,7 @@ Building a Yocto Image for a Raspberry Pi involves several steps, including sett
* In the same build directory run the below command to run qemu

```shell
runqemu qemux86-64
runqemu qemuarm64
```

* The above command will open a window which boots as "YOCTO PROJECT" and it enters to command line window. Enter login as `root', and check for kanto components with the below commands.
Expand Down

0 comments on commit 924f57a

Please sign in to comment.