📄️ Tina Linux v5.0
The V853 chip officially supports the Tina Linux v5.0 system.
📄️ Compile Config
In the embedded product development process, there are usually two key steps, compiling source code and programming firmware. The source code compilation needs to prepare the compilation environment first, and the firmware programming requires the manufacturer to provide a special programming tool. This article mainly introduces how to build an environment to realize the compilation and packaging of Tina sdk.
📄️ Get SDK
Repo is a tool built on top of Git. Repo helps manage many Git repositories, does the uploads to revision control systems, and automates parts of the development workflow. Repo is not meant to replace Git, only to make it easier to work with Git. The repo command is an executable Python script that you can put anywhere in your path.
📄️ Compile Tina Linux
After building the compilation environment and downloading the source code, the source code can be compiled, and after the compilation and packaging, the packaged firmware can be programmed into the device. This chapter mainly introduces the methods of compiling and programming.
📄️ Flash Firmware
After compiling the system source code, the system files generated after packaging are called firmware. The firmware is generally in .img format.
📄️ Hello World
This chapter will explain how to use a computer (host computer) to cross compile a small application that prints Hello Word, upload it to the development board (host computer), run it, and print out hello word.