$27,728 raised out of $80,000
Overview
Platform
Indiegogo
Backers
28
Start date
May 19, 2021
Close date
Jun 09, 2021
Concept

Nezha is a 64bit RSIC-V (C906, rv64imafdcv) Linux SBC , support Tina/Debian, starting at $99.

Story

 

RISC-V is a trending now, we have seen more and more RV32 chips last few years, but the RV64 chip which able to run standard Linux System is rare and expensive.

Now, we have an affordable choice for 64bit RISC-V SBC: Nezha.

 


Nezha is based on Allwinner’s newest RISC-V chip, D1 @1.0GHz(T-Head XuanTie C906 core), with 1GByte DDR3 and 256MByte onboard Nand Flash. 
It has basic resources and environments that allow you to research RV64 features on itself, just like a desktop PC.
It is likely your first universal RV64 Linux SBC~

 


Nezha is not designed for heavy computation applications but designed for the RV64 opensource community and IoT application.
It is easily run without a heatsink, and the temperature is below 50℃, chip power consume < 0.1A@5V
Nezha has most of the peripherals you need in IoT applications:  MIPI LCD, HDMI, USB, ETH, SPI/UART/IIC/PWM/LEDC/IIS/GPIOs.
You can build your projects easily and quickly.

 

Nezha has an open-source SDK thus that will allow us to port Debian Desktop System to it, and we can test many popular program environments on it: C/C++, JS, WASM, Rust, GoLang, Python, etc.

 

Nezha is the first Sub-100$ RV64 Linux SBC that can run almost all regular software development experiments, the Basic Kit(With cables and pre-burned Debian image micro SD card) starts from $99.

 

 

 

This campaign is authorized by Allwinner Online, aim to promote RV ecology .

We will send out the first 100 boards before the campaign end(20days). Both Telegram Group and Forum are open for communication. 

 

 

  • SoC – Allwinner D1 single-core XuanTie C906 64-bit RISC-V processor @ 1.0 GHz with HiFi4 DSP, G2D 2D graphics accelerators
  • Memory – 1GB DDR3 memory
  • Storage – 256MB SPI NAND flash, MicroSD card slot
  • Video
  • Output – HDMI 1.4 port up to 4Kp30, MIPI DSI & touch panel interface up to 1080p60
  • Decoding – H.265 up to 1080p60 or 4Kp30, H.264 up to 1080p60 or 4Kp24, MPEG-1/2/4, JPEG, VC1 up to 1080p60
  • Encoding – JPEG/MJPEG up to 1080p60
  • Audio – 3.5mm audio jack, digital audio output via HDMI, a connector for Microphone Array board
  • Connectivity – Gigabit Ethernet via RTL8211F PHY, 2.4GHz WiFi 4 & Bluetooth module via XR829 module
  • USB – 1x USB 2.0 host port, 1x USB Type-C OTG portport
  • Expansion – 40-pin GPIO connector
  • Debugging – 4-pin UART header, USB ADB debugging supported
  • Misc – Power LED, tri-color user LED, OK & FEL buttons
  • Power Supply – 5V/2A via one of the two USB-C ports
  • Dimensions – 85 x 56 mm (6-layer PCB)

  • CPU – Alibaba XuanTie C906 64bit RISC-V core with 32 KB I-cache + 32 KB D-cache
  • DSP – HiFi4 DSP 600MH with 32 KB I-cache + 32 KB D-cache, 64 KB I-ram + 64 KB D-ram
  • Memory I/F – Up to 2GB DDR2/DDR3
  • Storage I/F – SD3.0, eMMC 5.0, SPI Nor/Nand Flash
  • Video Engine Video decodingH.265 up to 1080p@60fps, or 4K@30fps
    • H.264 up to 1080p@60fps, or 4K@24fps
    • MPEG-1/2/4, JPEG, VC1 up to 1080p@60fps
    • Video encoding – JPEG/MJPEG up to 1080p@60fps
    • Supports input picture scaler up/down
  • Video OUT RGB LCD output interface up to 1920 x 1080@60fps
    • Dual link LVDS interface up to 1920 x 1080@60fps
    • 4-lane MIPI DSI interface up to 1920 x 1080@60fps
    • HDMI V1.4 output interface up to 4K@30fps
    • CVBS OUT interface, supporting NTSC and PAL format
  • Video IN 8-bit parallel CSI interface
    • CVBS IN interface, supporting NTSC and PAL format
  • Audio 2x DAC’s and 3x ADC’s
    • Analog audio interfaces – MICIN1P/N, MICIN2P/N, MICIN3P/N, FMINL/R, LINEINL/R, LINEOUTLP/N, LINEOUTRP/N, HPOUTL/R
    • Digital audio interfaces – I2S/PCM, DMIC, OWA IN/OUT
  • Networking – 10/100/1000M EMAC with RMII and RGMII interfaces
  • USB – USB2.0 OTG, USB2.0 Host
  • Other peripherals SDIO 3.0, SPI x 2, UART x 6, TWI x 4
    • PWM (8-ch), GPADC (2-ch), LRADC (1-ch), TPADC (4-ch), IR TX&RX
  • Package – LFBGA BGA13*13/0.35/0.65mm,337 PINS
  • Manufacturing process – 22nm

 

  • 8inch Panel: 8inch 1280×800 IPS LCD with capacitive touch panel, and PMMA holder
  • Mic array R6: 6 DMICs + 5 ADC keys + 12 serial RGB LEDs
  • USB camera: 720P USB camera

 

 

Allwinner D1 is a special chip for opensource community, so the SDK is offical opensource!

you can refer to this post from cnx-software to get orignal SDK: 

https://www.cnx-software.com/2021/05/02/allwinn…

 

It is in process now,

Please join our Telegram group: https://t.me/joinchat/551j3yJa09owZTA1

 

  • Tina: modify of OpenWRT, offical SDK support
  • Debian 11: baisc desktop enviroment ported by Sipeed & RVBoards (separately)
  • Fedora, Gentoo, Ubuntu: in process

 

  • C/C++: local compile toolchain and cross-compile toolchain, support V extension
  • Java: successfully run both the Bisheng port of HotSpot and OpenJ9 (tested by Stewart X Addison )
  • Python: Default Python 3.9.2 in debian11
  • JavaScript: QuickJS tested by Sipeed
  • GoLang: Go1.16.3 tested by Sipeed
  • WASM: wasm3 tested by Sipeed
  • Rust: WIP
  • ……

 

If you want to try it now, you can test those remote access first:

ssh sipeed@sipeed.softether.net -p 23489   (password: sipeedpi)

VNC: sipeed.softether.net:38798   password: licheepi  (only allow one user in the sam)

 

 

 

Telegram Group For Mainline Linux porting: https://t.me/joinchat/551j3yJa09owZTA1

Forum: https://bbs.sipeed.com/category/37?search_ids=37    (will add i18n in June)

email:  support@sipeed.com

 

 

 

  • 2021.4: Verify the HardWare of Nezha, porting Debian and other drivers
  • 2021.5.20:   lanuch crowdfunding
  • 2021.5.30:  send out first batch boards (basic package about 100pcs)
  • 2021.6: send out second batch boards (about 100pcs)
  • 2021.7: send out third batch boards (reset)

 

Due to this year’s chip shortage and market strategy, the first C906 RV64 board’s price is much higher than we estimated last year (https://www.cnx-software.com/2020/11/09/xuantie…), but it is also a critical step for RV64 Linux SoC popularization.

AFAIK, we will meet next step (Sub-10$ RV64 Linux SBC) half years later.

 

 

  • You can leave a message(<=255 Bytes) in our preburned Debian Image!
  •  Any one place order in this page(any other suit) also have this right, just write your message in the order note~

                             

  • special Nezha Suit for discount (10pcs limited)

  • 16GB Micro SD Card with Debian Image preburned

  • 720P USB Camera

  • Mic Array R6 (6 mems mics , 12 LEDs, 5 buttons.  support Sound field imaging)

  • 8inch 1280×800 IPS LCD with Capacitive Touch Panel and PMMA bracket.

 

 

 

Sipeed Technology is an young team from Shenzhen, China. We are focusing on  AIoT Applications, RISC-V popularization, we have promoted K210, GD32VF103, BL60x/70x RV chips last few years, and it is time to make RV64 Linux SoC popularize. 

Github: https://github.com/sipeed
Twitter: https://twitter.com/SipeedIO
Telegram: https://t.me/sipeed

 

Nezha (哪吒) is a protection deity in Chinese folk religion. His official Taoist name is “Marshal of the Central Altar” (中壇元帥). He was then given the title “Third Lotus Prince” (蓮花三太子) after he became a deity.

Country
Links