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:
FacebookTwitterHacker NewsSlashdotRedditLinkedInPinterestFlipboardMeWeLineEmailShare

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

ROCK Pi 4C Plus

19 Replies to “Allwinner D1 RISC-V processor SDK & Documentation”

  1. The build fails with here…:

    It looks like glib may have to be patched, or I need to rebuild from scratch.

  2. 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

    1. Some info from board:

      1. Also interesting:

          1. 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).

          2. 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.

      1. 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.

  3. 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.

  4. 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).

  5. 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?

Leave a Reply

Your email address will not be published. Required fields are marked *

Khadas VIM4 SBC
Khadas VIM4 SBC