提交 8c3d1e5e 编写于 作者: qiuyiuestc's avatar qiuyiuestc

clean up tools directory, put these files in www.rt-thread.org forum

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1493 bbd45198-f89e-11dd-88c7-29a3b14d5316
上级 fe605eed
#!/bin/bash
if [ -d /mnt/card ]
then
echo "/mnt/card has been created"
else
sudo mkdir /mnt/card
fi
sudo mount -o loop,offset=32256 SDCARD /mnt/card
About uffs_demo_win32.exe?
Compile OS: Windows XP SP3
Compile Tools:Visul C++ 6.0
This is an uffs filesystem demo applet.
you can make it ,in accordance with you resource.
Use document :
\uffs\src\emu\*.*
\ No newline at end of file
start qemu-system-arm.exe -M mini2440 -kernel ..\bsp\mini2440\rtthread-mini2440.axf -show-cursor -serial telnet:127.0.0.1:1200,server -net nic -net tap,ifname=virtual -sd SDCARD -serial file:virtualkbd
start putty.exe telnet://127.0.0.1:1200/
qemu-system-arm.exe -s -S -M mini2440 -kernel ..\bsp\mini2440\rtthread-mini2440.axf -show-cursor -sd SDCARD
#!/bin/bash
./qemu-system-arm-on-ubuntu -M mini2440 -kernel ../bsp/mini2440/rtthread-mini2440.axf -show-cursor -sd SDCARD -serial vc:80Cx24C -serial file:virtualkbd
start qemu-system-arm.exe -M mini2440 -kernel ..\bsp\mini2440\rtthread-mini2440.axf -show-cursor -sd SDCARD -serial telnet:127.0.0.1:1200,server -serial file:virtualkbd
start putty.exe telnet://127.0.0.1:1200/
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册