From 1deab4a67fc1d364741f0de030e28c79e136ea2b Mon Sep 17 00:00:00 2001 From: Christian Helmuth Date: Wed, 27 Nov 2019 10:35:25 +0100 Subject: [PATCH] Disable noux_tool_chain_auto on foc/imx7d_sabre The bootstrapper always fails with fatal: could not find free RAM region for modules in this scenario. --- repos/ports/run/noux_tool_chain_auto.run | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/repos/ports/run/noux_tool_chain_auto.run b/repos/ports/run/noux_tool_chain_auto.run index eb8787b14..baaa0c8ab 100644 --- a/repos/ports/run/noux_tool_chain_auto.run +++ b/repos/ports/run/noux_tool_chain_auto.run @@ -19,7 +19,8 @@ if {[get_cmd_switch --autopilot] && [have_include "power_on/qemu"]} { exit 0 } -if {[have_spec pistachio] || [have_spec sel4]} { +if {[have_spec pistachio] || [have_spec sel4] || + [expr [have_spec foc] && [have_spec imx7d_sabre]] } { puts "Platform is unsupported." exit 0 }