ARM
iltgcl
语言ASM/C/C++/JAVA/KOTLIN 系统Linux Android QNX
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Using QEMU for Embedded Systems Development, Part 2
First of all, I would like to explain the need for a bootloader. The bootloader is code that is used to load the kernel into RAM, and then specify which partition will be mounted as the root filesyste转载 2013-03-19 21:08:27 · 491 阅读 · 0 评论 -
Using QEMU for Embedded Systems Development, Part 3
In embedded systems, especially in mobile devices, ARM processor-based devices are leading the market. For ARM, U-Boot is the best choice for a bootloader. The good thing about it is that we can use i转载 2013-03-19 21:09:39 · 820 阅读 · 0 评论 -
Using CodeSourcery bare metal toolchain for Cortex-M3
CodeSourcery provides toolchains for many architectures, and among them there are “bare metal” toolchains that produce programs that can be run natively on the processor.In the past I already explor转载 2013-03-19 21:19:59 · 1780 阅读 · 0 评论 -
Using QEMU for Embedded Systems Development, Part 1
Techies who work in the embedded domain must be familiar with the ARM (Advanced RISC Machine) architecture. In the modern era, our lives have been taken over by mobile devices like phones, PDAs, MP3 p转载 2013-03-19 21:07:06 · 670 阅读 · 0 评论
分享