From 31a1b69a39911c084b3d8258165773387ea8bd2b Mon Sep 17 00:00:00 2001 From: Sean Cross Date: Tue, 15 Aug 2023 20:07:10 +0200 Subject: [PATCH] index: add motivation section Signed-off-by: Sean Cross --- index.html | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/index.html b/index.html index ffa0fd4..4fa2ff3 100644 --- a/index.html +++ b/index.html @@ -34,11 +34,37 @@

Talk Outline

    +
  1. Why do this?
  2. What is Renode?
  3. How is it extensible?
  4. What is the state of the badge?
+
+
+

Background Idea

+

To be able to run the entire system in software using the same boot image as real hardware.

+
+
+

Motivation

+
    +
  • Test software in CI
  • +
  • To better understand the ESP32S3 hardware
  • +
  • Because it's there
  • +
+
+
+

Project Started when Schematics were Released

+
    +
  • Discovered it's an ESP32S3
  • +
      +
    • Xtensa core
    • +
    +
  • Found out Renode has Xtensa support
  • +
  • How hard can it be?
  • +
+
+

What is Renode?