Skip to content

Commit

Permalink
Temporarily disable i.MX8MM-EVK support
Browse files Browse the repository at this point in the history
The standalone seL4 kernel ELF does not successfully build for the
i.MX8MM-EVK. This is fixed in a later version of seL4. In the interest
of having the SDK build, we temporarily disable building the SDK for
this platform.

Signed-off-by: Ivan-Velickovic <i.velickovic@unsw.edu.au>
  • Loading branch information
Ivan-Velickovic committed Jun 5, 2023
1 parent 9eb051f commit 192c223
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions build_sdk.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,19 +73,19 @@ class ConfigInfo:
"hello": Path("example/zcu102/hello")
}
),
BoardInfo(
name="imx8mm",
gcc_cpu="cortex-a53",
loader_link_address=0x41000000,
kernel_options = {
"KernelPlatform": "imx8mm-evk",
"KernelIsMCS": True,
"KernelArmExportPCNTUser": True,
},
examples = {
"passive_server": Path("example/imx8mm/passive_server")
}
)
# BoardInfo(
# name="imx8mm",
# gcc_cpu="cortex-a53",
# loader_link_address=0x41000000,
# kernel_options = {
# "KernelPlatform": "imx8mm-evk",
# "KernelIsMCS": True,
# "KernelArmExportPCNTUser": True,
# },
# examples = {
# "passive_server": Path("example/imx8mm/passive_server")
# }
# )
)

SUPPORTED_CONFIGS = (
Expand Down

0 comments on commit 192c223

Please sign in to comment.