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