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:
parent
fe605eed45
commit
8c3d1e5eae
BIN
tools/PUTTY.EXE
BIN
tools/PUTTY.EXE
Binary file not shown.
BIN
tools/SDCARD.zip
BIN
tools/SDCARD.zip
Binary file not shown.
BIN
tools/SDL.dll
BIN
tools/SDL.dll
Binary file not shown.
BIN
tools/libz-1.dll
BIN
tools/libz-1.dll
Binary file not shown.
|
@ -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.
|
@ -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.
|
@ -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/
|
|
@ -1,2 +0,0 @@
|
|||
qemu-system-arm.exe -s -S -M mini2440 -kernel ..\bsp\mini2440\rtthread-mini2440.axf -show-cursor -sd SDCARD
|
||||
|
|
@ -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
|
||||
|
|
@ -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.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue