sudashannon / pro_beyond_D

一个基于全志V3S的嵌入式开发者打怪升级项目。

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pro_beyond_D

Introduction

This project is mean to give a premotion for those whe has a basic knowledge about embedded system but don't know what to do next.

This project will based on a cheap, good-performance arm-A based SOC named v3s, and try to design a general sdk for this chip. During the whole process, content from below will be introduced:

  • usage of gcc toolchain for arm
  • basic knowledgement about computer organization and operation system
  • an easy-to-use building framework for a complex project
  • middle layyer
  • bootloader for embedded devices
  • port and tailor kernel
  • ...

Prepare

驱动安装见:driver_install

开箱手册见:newbie

V3S启动流程详解见:bootflow

裸机在线调试见:bootflow

uboot相关

见:uboot

kernel相关

rootfs相关

user application

opencv

About

一个基于全志V3S的嵌入式开发者打怪升级项目。

License:MIT License