Yocto/GettingStarted: Difference between revisions

From KDE Community Wiki
(Created page with "= Getting Started = == Material Needed == Embedded development always have the problem that you need some material additional to a development computer. The most important components that one always should have: - development board - power supply for the development board - micro SD card as main storage of the development board - a micro SD card writer/reader - a RS232-USB adapter for low level debugging of startup problems of the development board == Preparation for...")
 
Line 6: Line 6:
The most important components that one always should have:
The most important components that one always should have:


- development board
* development board
- power supply for the development board
* power supply for the development board
- micro SD card as main storage of the development board
* micro SD card as main storage of the development board
- a micro SD card writer/reader
* a micro SD card writer/reader
- a RS232-USB adapter for low level debugging of startup problems of the development board
* a RS232-USB adapter for low level debugging of startup problems of the development board


== Preparation for Yocto Build ==
== Preparation for Yocto Build ==
TODO
TODO

Revision as of 14:02, 16 July 2023

Getting Started

Material Needed

Embedded development always have the problem that you need some material additional to a development computer.

The most important components that one always should have:

  • development board
  • power supply for the development board
  • micro SD card as main storage of the development board
  • a micro SD card writer/reader
  • a RS232-USB adapter for low level debugging of startup problems of the development board

Preparation for Yocto Build

TODO