Allwinner D1 RISC-V processor SDK & Documentation

We published information about Allwinner D1 SBC and processor a few weeks ago. The news was pretty interesting as it’s the first RISC-V processor from the company, and one of the first affordable RISC-V SBC.

But all we had at the time was hardware information from a leak, or rather from China-only Allwinner developer website. But now the company has added more information to its open-source development website with the release of documentation, now only in Chinese, as well as the Allwinner D1 Tina SDK.

Eventually, there should be a better SDK via linux-sunxi community and some are already working on the Allwinner D1 SBC, but let’s try to get the SDK from Allwinner and build the code from source using the documentation.

First, you’d need to register on Allwinner open-source website and click on signup.

Allwinner signupYou’ll probably want to select Email registration. Now fill your username, select a country, enter a company name, password, and email. For the country, anything is probably OK, but I’d avoid the default (China) just in case it sets the interface in Chinese. That is unless you can read Chinese of course!

Now click on the blue button next to the verification code field, and you should receive an email with the code. Now accept the terms and conditions (in Chinese only), and tick or untick the last line to receive information (or not) from Quan Zhi (aka Allwinner).

Allwinner D1 SDK

We now have access to several SDK’s and documentation, but the one that interests us here is D1_Tina_Open. We can click on the “SDK” text and then download it. At this point, we are presented with a disclaimer saying that whatever happens is not Allwinner’s responsibility, and you’d have to handle the license for any third-party code yourself.

Allwinner SDK DisclaimerI agreed, and got the following basic instructions:

Allwinner D1 Tina V1.0 SDK downloadI’ve then clicked on “Create a public key”, and insert the public key from my Ubuntu 20.04 laptop to get access to Allwinner repositories.

We should not install the repo boot script from the command as follows:


then edit repo/repo to change to the ssh username, e.g. to cnxsoft


Optionally copy the binary to your path and change the permissions:

We are now ready to get the code:

We can run lunch to pick either the minimal image or the full image:

We can install some dependencies and start the build.

The build process will take a while, and it’s still running as I’m completing this article. The Tina SDK is based on OpenWrt, more specifically OpenWrt 14.07…  The software development kit also contains the Linux 5.4 kernel source code, drivers, tools, middleware, and application packages as described in the block diagtam below.

Allwinner Tina SDK block diagram

Share this:

Support CNX Software! Donate via cryptocurrencies, become a Patron on Patreon, or purchase goods on Amazon or Aliexpress

ROCK Pi 4C Plus
Subscribe
Notify of
guest
The comment form collects your name, email and content to allow us keep track of the comments placed on the website. Please read and accept our website Terms and Privacy Policy to post a comment.
19 Comments
oldest
newest
zepan
zepan
2 years ago

We have also ported Debian to D1, and here is the remote access:

SSH: sipeed.softether.net:23489 password: sipeedpi
VNC: sipeed.softether.net:38798 password: licheepi

tkaiser
tkaiser
2 years ago

Also interesting:

sander
sander
2 years ago

can you explain what is interesting about that?

tkaiser
tkaiser
2 years ago

Sure, doing a web search for sun20iw1p1 currently (now and within the next weeks) is pretty interesting (it’s the Allwinner family name for the SoC in question so I would’ve expected a mention on linux-sunxi first) and scaling_max_freq correspondents to the real clockspeed the CPU is clocked with (confirmed by Willy’s mhz tool).

Sander
Sander
2 years ago

Ah, in that way. So the number of Google hits for “sun20iw1p1″ is a sign of the spreading of the Allwinner D1 through technical area’s.

tkaiser
tkaiser
2 years ago

Just curious… do you get sbc-bench to run on this board properly?

tkaiser
tkaiser
2 years ago

While benchmarking is pretty much useless this early, I gave it a try to maybe get some insights: http://ix.io/3lCg

It seems throttling occurs (and the thermal stuff happening completely outside of the Kernel’s control) since Willy’s mhz tool reports a few hundred MHz less after execution. The 7-zip benchmark failed to execute due to OOM. An apt install zram-tools might help with this and of course in general as well on something running off an SD card.

sander
sander
2 years ago

Oh, that’s cool. Thank you.

dgp
dgp
2 years ago

>We have also ported Debian to D1, and here is the remote access:

debootstrap == porting?

dgp
dgp
2 years ago

The XRadio SDKs might be interesting to people that are still fighting to get those wifi chips to work well.

Doesn’t look like you need to sign an NDA though.. just the silly agreement that can’t apply to GPLv2 code.

Icenowy Zheng
Icenowy Zheng
2 years ago

Using Allwinner-supplied repo binary is not so necessary. It’s only need if you have no access to official Google repo repository (which is the situation at China).

Xianyi Zhang
Xianyi Zhang
2 years ago

RVBoards team provides Debian image for Allwinner D1 at here https://www.rvboards.org/forum/en/topic/4/rvboards-allwinner-d1-debian-os-images

Milkboy
Milkboy
2 years ago

The Tina SDK is based on OpenWrt …14.07

Is this a typo or did allwinner outdone themselve by using ~7 years old EOS releases?

Luc Verhaegen
Luc Verhaegen
2 years ago

Oh, registration wall, that’s very open source of them

Luc Verhaegen
Luc Verhaegen
2 years ago

In fact, the “disclaimer” is at odds with the GPL.

Khadas VIM4 SBC