potentially final commit
Signed-off-by: Sean Cross <sean@xobs.io>
This commit is contained in:
parent
776ca24e01
commit
ac41da4eb7
15
index.html
15
index.html
@ -273,7 +273,7 @@
|
||||
<section>
|
||||
<h2>Defining a Computer in Renode</h2>
|
||||
<pre><code data-trim data-line-numbers="|1-5|7-10|12-13">
|
||||
flash: Memory.MappedMemory @ sysbus 0x00000000
|
||||
flash: Memory.MappedMemory @ sysbus 0x10040000
|
||||
size: 0x00008000
|
||||
|
||||
sram: Memory.MappedMemory @ sysbus 0x20000000
|
||||
@ -292,7 +292,7 @@
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h2>That's Nice, but What About...</h2>
|
||||
<h2>What About...</h2>
|
||||
<ol>
|
||||
<li>Loading firmware?</li>
|
||||
<li>Adding peripherals?</li>
|
||||
@ -312,7 +312,7 @@
|
||||
sysbus LoadELF @firmware.elf
|
||||
</code></pre>
|
||||
<pre class="fragment"><code data-trim>
|
||||
sysbus LoadBinary @rom.bin 0
|
||||
sysbus LoadBinary @flas.bin 0x10040000
|
||||
</code></pre>
|
||||
<!-- <pre class="fragment"><code data-trim>
|
||||
sysbus LoadSymbolsFrom @rom.elf
|
||||
@ -327,7 +327,7 @@
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section>
|
||||
<!-- <section>
|
||||
<h2>What About Boot ROMs?</h2>
|
||||
<ol>
|
||||
<li class="fragment strike semi-fade-out" data-fragment-index="1">Initialize peripherals</li>
|
||||
@ -343,7 +343,7 @@
|
||||
sysbus.cpu PC `sysbus ReadDoubleWord 4`
|
||||
start
|
||||
</code></pre>
|
||||
</section>
|
||||
</section> -->
|
||||
</section>
|
||||
<section>
|
||||
<section>
|
||||
@ -385,7 +385,7 @@
|
||||
<section>
|
||||
<h2>Reuse an Existing Block!</h2>
|
||||
<pre data-id="code-animation"><code data-trim data-line-numbers="|10-12">
|
||||
flash: Memory.MappedMemory @ sysbus 0x00000000
|
||||
flash: Memory.MappedMemory @ sysbus 0x10040000
|
||||
size: 0x00008000
|
||||
|
||||
sram: Memory.MappedMemory @ sysbus 0x20000000
|
||||
@ -791,8 +791,7 @@
|
||||
</section>
|
||||
<section>
|
||||
<h2>Loading Peripherals at Runtime</h2>
|
||||
<pre><code data-trim data-line-numbers="|1|2">
|
||||
path add $ORIGIN
|
||||
<pre><code data-trim>
|
||||
i @peripherals/trng_server.cs
|
||||
</code></pre>
|
||||
</section>
|
||||
|
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 95 KiB After Width: | Height: | Size: 45 KiB |
BIN
media/singapore.jpg
Normal file
BIN
media/singapore.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 649 KiB |
Loading…
Reference in New Issue
Block a user