mastering-embeded-linux-programming

所属分类:USB编程
开发工具:Dockerfile
文件大小:11KB
下载次数:0
上传日期:2022-04-23 08:50:18
上 传 者sh-1993
说明:  这是在阅读掌握嵌入式linux编程书籍时需要注意的
(This is to note to get hands-on of when reading the mastering embedded linux programming book)

文件列表:
DockerBuild (0, 2022-04-23)
DockerBuild\Dockerfile (1009, 2022-04-23)
[QEMU] Build a toolchain for ARM.md (3836, 2022-04-23)
[QEMU] Build linux for SoC board using ARM.md (3363, 2022-04-23)
[QEMU] Build u-boot for ARM.md (3730, 2022-04-23)
[QEMU] Mount rootfs with NFS.md (2437, 2022-04-23)
[QEMU] build root filesystem.md (7986, 2022-04-23)

# mastering-embeded-linux-programming This is a complete guide to bring a embedded board using qemu steps by steps. Start from building a cross-compiler, u-boot, linux and root filesystem. For more details, the guide steps can be looked at the book: mastering embedded linux programming. # # Build with docker If your PC is running unbuntu with different version of 20.04 as this guide. To avoid errors(mismatch linux version, can not install requirement packages, etc) when building, there is a simple docker in this guide that can be used. - Build docker: ``` cd DockerBuild docker build -t build_machine_crosstoolng . ``` - Run docker in attach mode: ``` docker run -t -d --name crosstoolNg build_machine_crosstoolng ``` - Enter the container in interact mode ``` docker exec -it crosstoolNg bash Output: dummier@63e01c29ddaa:~$ dummier@63e01c29ddaa:~$ ``` Then you will be in the terminal, from there you can start to build with the command line followed this guide.

近期下载者

相关文件


收藏者