diff --git a/tool/run b/tool/run index 5fd57b7d2..c49c1067e 100755 --- a/tool/run +++ b/tool/run @@ -526,7 +526,9 @@ proc is_qemu_available { } { if {[have_spec linux]} { return false } - if {[have_spec platform_panda] || [have_spec platform_arndale]} { + if {[have_spec platform_panda] + || [have_spec platform_arndale] + || [have_spec platform_rpi]} { puts stderr "skipping execution because platform is not supported by qemu" return false }