uboot on qemu

简介: 1, download ubootftp://ftp.denx.de/pub/u-boot/ 2, compile ubootmake vexpress_ca9x4_config  export ARCH=arm  export CROSS_COMPILE=arm-linux-gnuea...

1, download uboot

ftp://ftp.denx.de/pub/u-boot/

 

2, compile uboot

make vexpress_ca9x4_config  

export ARCH=arm  

export CROSS_COMPILE=arm-linux-gnueabi-  

make vexpress_ca9x4_config  

make 

 

3, test uboot on qemu

qemu-system-arm -M vexpress-a9  -serial stdio -kernel u-boot 

目录
相关文章
|
3月前
|
Linux 网络安全 Windows
smart210 烧写uboot、uImage和rootfs
smart210 烧写uboot、uImage和rootfs
|
4月前
|
NoSQL 智能网卡 KVM
Qemu/KVM技术
Qemu/KVM技术
|
4月前
|
Linux
用QEMU模拟运行uboot从SD卡启动Linux
用QEMU模拟运行uboot从SD卡启动Linux
|
4月前
|
Ubuntu
使用qcow2磁盘格式的文件作为Qemu根文件系统
使用qcow2磁盘格式的文件作为Qemu根文件系统
|
4月前
|
Go 开发工具 git
在Qemu+ARM上运行Minix3内核
在Qemu+ARM上运行Minix3内核
|
8月前
|
存储 安全 Linux
UBoot怎么跳转到Kernel:uboot与linux的交界
UBoot怎么跳转到Kernel:uboot与linux的交界
142 0
|
Linux 编译器
Uboot + Kernel
Uboot + Kernel
201 0
|
C语言 内存技术
PowerPC下uboot命令
PowerPC下uboot命令
134 0
|
KVM 开发工具 虚拟化