Skip to content

introspec/sumeru-sdk

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
bin
 
 
 
 
doc
 
 
lib
 
 
src
 
 
www
 
 
 
 
 
 
 
 
<!DOCTYPE html>
<html lang="en">
    <head>
	<meta charset="utf-8">
	<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">

	<title>Sumeru - SDK</title>
	<link rel="icon" type="image/png" href="doc/images/purpe-favicon.png">

	<link rel="alternate" href="https://">
	<link rel="canonical" href="https://">

	<!-- Stylesheets -->
	<link rel="stylesheet" type="text/css" href="doc/style.css">

	<h2>Sumeru - Software Development Kit</h2>
    </head>

    <body>
	<table class="table-w-border">
	    <tr>
		<td>SDK Version</td><td>1.0</td>
	    </tr>
	    <tr>
		<td>Release Date</td><td>01/12/2021</td>
	    </tr>
	    <tr>
		<td>License</td><td>GNU GPL Version 3</td>
	    </tr>
	    <tr>
		<td>Author</td><td>Rohit Jalan (r0h17 (a) purpe.com)</td>
	    </tr>
	</table>


	<p><b>SUMERU</b> is a RISC-V (rv32im) single board computer.</p> 

	<p>This SDK is based on a specific version of the stock RISC-V GCC 9.2.0 toolchain and the associated (newlib) libc. Both of these are published by the RISC-V foundation.</p>
	<p>For more information refer to:</p>

	<table class="table-w-indent">
	    <tr><td><a href="https://www.riscv.org">www.riscv.org</a></td></tr>
	    <tr><td><a href="https://github.com/riscv/riscv-gcc">github.com/riscv/riscv-gcc</a></td></tr>
	    <tr><td><a href="https://purpe.com/sumeru">www.purpe.com/sumeru</a></td></tr>
	</table>

	<p>This SDK includes a binary toolchain for Linux AMD-64 (Debian 10). Instructions for compiling the toolchain locally are in <a href="doc/toolchain.html">doc/toolchain.html</a></p>

	<p><b>SDK documentation</b>

	<table class="table-w-indent">
	    <tr>
		<td><a href="QUICKSTART.html">QUICKSTART.html</a></td>
	    </tr>
	    <tr>
		<td><a href="doc/index.html">doc/index.html</a></td>
	    </tr>
	    <tr>
		<td><a href="doc/sdk-tools-index.html">doc/sdk-tools-index.html</a></td>
	    </tr>
	    <tr>
		<td><a href="doc/sdk-environment.html">doc/sdk-environment.html</a></td>
	    </tr>
	    <tr>
		<td><a href="doc/sdk-make-templates.html">doc/sdk-make-templates.html</a></td>
	    </tr>
	</table>
	</p>

	<p><b>Hardware Documentation</b>

	<table class="table-w-indent">
	    <tr>
		<td><a href="doc/board/overview.html">Board Overview</a></td>
	    </tr>
	    <tr>
		<td><a href="doc/cpu/index.html">CPU Reference</a></td>
	    </tr>
	    <tr>
		<td><a href="doc/machine/index.html">Board Reference</a></td>
	    </tr>
	</table>
	</p>

	<b>Mailing list: sumeru-sdk (a) purpe.com</b>
	<p>To subscribe, send an email to the above address with 
	the word "subscribe" in its subject line.</p>

	<p><b>CPUs supported by this version of the SDK</b></p>

	<table class="table-w-border">
	    <tr>
		<th>Version</th><th>Peripheral Id.</th><th>MD5</th>
	    </tr>
	    <tr>
		<td>SAKE-RV32IM-v1p2</td><td>0x1100b692<td>3c961848713a9dad68f337e3dcad0e3f</td>
	    </tr>
	</table>

	<p><b>Acknowledgements</b></p>
	<p>This SDK uses code from the following projects</p>

	<table class="table-w-border">
	    <tr>
		<td><b><a href="http://www.bluez.org">BlueZ</a></b></td>
		<td>Official Linux Bluetooth protocol stack</td>
	    </tr>

	    <tr>
		<td><b><a href="https://www.lvgl.io">LVGL</a></b></td>
		<td>Light and Versatile Graphics Library</td>
	    </tr>

	    <tr>
		<td><b><a href="https://yaffs.net">YAFFS</a></b></td>
		<td>A Robust Flash File System</td>
	    </tr>

	    <tr>
		<td><b><a href="https://github.com/greiman/SdFat">SdFat</a></b></td>
		<td>Arduino FAT16/FAT32 exFAT Library</td>
	    </tr>
	</table>
    </body>

</html>

About

The SDK for the SUMERU RISC-V Single Board Computer (www.purpe.com/sumeru)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published