This project aims to build an embedded linux system from 0. In order to analyze the chip from the power-on to the execution of the first instruction to the operation of the entire system, the related application services are started, so the real board on the market is not used, and the simulator is customized based on qemu Development board, and do not use the fast loading elf file method provided by qemu, so we need to download the qemu source code, write (or use qemu’s own) hardware ip related simulation code to customize our own hardware board…
#Gitee #Recommended #Embedded #Linux #system #built #based #qemu