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
This commit is contained in:
qiuyiuestc@gmail.com
2011-06-12 10:01:47 +00:00
parent fe605eed45
commit 8c3d1e5eae
17 changed files with 0 additions and 28 deletions
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
-10
View File
@@ -1,10 +0,0 @@
#!/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
Binary file not shown.
Binary file not shown.
-8
View File
@@ -1,8 +0,0 @@
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\*.*
Binary file not shown.
-2
View File
@@ -1,2 +0,0 @@
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/
-2
View File
@@ -1,2 +0,0 @@
qemu-system-arm.exe -s -S -M mini2440 -kernel ..\bsp\mini2440\rtthread-mini2440.axf -show-cursor -sd SDCARD
-3
View File
@@ -1,3 +0,0 @@
#!/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
-3
View File
@@ -1,3 +0,0 @@
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/
Binary file not shown.
Binary file not shown.