# qemu_arm_linux **Repository Path**: kiukiu/qemu_arm_linux ## Basic Information - **Project Name**: qemu_arm_linux - **Description**: QEMU arm linux board - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-10-09 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # qemu_arm_linux #### Description Setup QEMU arm linux debug environment on ubuntu 18.04 Run qemu-system-arm to initiate an emulation for an arm linux board. #### Software Architecture #### Installation Just run setup.sh to get started. The script includes: 1. check arm gcc compiler and necessary libraries. 2. download, if not exists, compile and then install qemu-system-arm if necessary. 3. download, if not exists, unpack linux kernel tarball. Compile it with vexpress_defconfig. 4. download, if not exists, unpack and compile busybox as rootfs. 5. make_rootfs.sh to make rootfs image. 5. run.sh qemu-system-arm if everything is ready. The version information for linux kernel, busybox can be found at common.sh ### How to exit from qemu emulator ctrl+a, x #### Instructions 1. xxxx 2. xxxx 3. xxxx #### Contribution 1. Fork the project 2. Create Feat_xxx branch 3. Commit your code 4. Create Pull Request #### Gitee Feature 1. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md 2. Gitee blog [blog.gitee.com](https://blog.gitee.com) 3. Explore open source project [https://gitee.com/explore](https://gitee.com/explore) 4. The most valuable open source project [GVP](https://gitee.com/gvp) 5. The manual of Gitee [https://gitee.com/help](https://gitee.com/help) 6. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)