添加rootfs_qtopia_qt4的测试镜像

This commit is contained in:
2018-06-03 10:31:13 +08:00
parent 653a322fef
commit 14e1e579f1
13 changed files with 2 additions and 6 deletions

5
README
View File

@@ -1,5 +0,0 @@
1.sdcard.img*是用split分割制成解压之前需合并。所有文件在使用之前需要用
lzma -d lzma文件
解压所有文件解压后应有sdcard.img,nand.bin,u-boot.bin,start.sh四个文件。
2.运行start.sh之前需要安装好支持mini2440的qemu。

1
README.MD Normal file
View File

@@ -0,0 +1 @@
使用之前需要把所有lzma压缩文件解压且安装好支持mini2440的qemu

Binary file not shown.

BIN
rootfs_qt.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 KiB

BIN
rootfs_qt_1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

BIN
rootfs_qt_2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

BIN
rootfs_qt_3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

BIN
rootfs_qt_4.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

BIN
rootfs_qt_5.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

View File

@@ -1,2 +1,2 @@
#!/bin/bash
qemu-system-arm -M mini2440 -show-cursor -serial stdio -mtdblock `pwd`/nand.bin -sd `pwd`/sdcard.img
qemu-system-arm -M mini2440 -show-cursor -serial stdio -mtdblock `pwd`/nand.bin -sd `pwd`/sdcardqt.img

Binary file not shown.