From 5fddef734f5d1277e5340b23efd014c8f48ff20f Mon Sep 17 00:00:00 2001 From: rusefillc <48498823+rusefillc@users.noreply.github.com> Date: Sun, 13 Dec 2020 20:09:49 -0500 Subject: [PATCH] Updated Try It (markdown) --- Try-It.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Try-It.md b/Try-It.md index 0110b3ac..0dc0a477 100644 --- a/Try-It.md +++ b/Try-It.md @@ -1,3 +1,6 @@ +# this page is NOT UP TO DATE - Frankenstein is totally forgotten as of 2020 and Frankenso is moving into the forgotten territory. + + # Choose Your Own Adventure ## Adventure 1: I have a project engine and want to try the Frankenso board @@ -85,7 +88,7 @@ The stimulator board allows better simulation than what is noted above. It allow ### Virtual simulation -rusEFI has a virtual option. This basically simulates the ARM processors, and you can feed it registers and such which will simulate the system which is done purely in PC software. This can be really handy for build validations. You can play a log file to the registers then measure the output signals and verify they are within certain tolerances. You can also develop a variety of situations that can't easily or safely be validated with real hardware. For example, it would be really costly to physically see what happens when you have extremely fast changes in RPM caused by back fires, or broken components. See [Simulator](Simulator) +rusEFI has a virtual option. This runs same code with same RTOS in Windows, Linux or Darwin, and you can feed it mock values and such which will simulate the system which is done purely in PC software. This can be really handy for build validations. You can also develop a variety of situations that can't easily or safely be validated with real hardware. For example, it would be really costly to physically see what happens when you have extremely fast changes in RPM caused by back fires, or broken components. See [Simulator](Simulator) ### Compile firmware