Add README.md with building and running information#24
Open
jenninikko wants to merge 1 commit into
Open
Conversation
vilvo
reviewed
Oct 27, 2022
| The canonical URL for the upstream Spectrum git repository is | ||
| <https://spectrum-os.org/git/spectrum/>. The official documentation is https://spectrum-os.org/doc/. | ||
|
|
||
| > :balloon: Currently, the cross-compiled version of Spectrum is for i.MX 8QXP board only. |
There was a problem hiding this comment.
This branch towards wayland from guest support does NOT support cross-compilation. Also, the wayland from guest support will be only i.MX8 QM board with SMMU HW.
vilvo
reviewed
Oct 27, 2022
|
|
||
| > :balloon: Make sure the [Spectrum binary cache](#setting-up-binary-cache) is set up to save you time waiting for builds. | ||
|
|
||
| To build Spectrum for i.MX 8QXP board, you need three repositories: |
There was a problem hiding this comment.
Same here. Based on our findings today only QM (not QXP) is supported with wayland from guest.
vilvo
reviewed
Oct 27, 2022
|
|
||
| To build the image from source (slower complete build), run: | ||
|
|
||
| $ NIXPKGS_ALLOW_UNFREE=1 nix-build spectrum/img/imx8qxp/ -I nixpkgs=nixpkgs-spectrum |
There was a problem hiding this comment.
Also this we have to update when Yuri’s PR for QM build config is in.
vilvo
reviewed
Oct 27, 2022
|
|
||
| To run Spectrum on i.MX 8QXP board: | ||
|
|
||
| * Use the image from the previous step or download the latest version of the prebuilt image with "imx8qxp" in the file name from here: https://vedenemo.dev/files/images/. |
Signed-off-by: Jenni Nikolaenko <evgeniia.nikolaenko@unikie.com>
dd1d2bf to
24b1e8a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
@vilvo @brianmcgillion