- 论坛徽章:
- 0
|
10可用积分
通过ftp把电脑上的文件传到44b0上去执行,传完后就出问题了
以下是在目标板上执行的部分代码:
#pwd
/var
# ftp 192.168.3.11
Connected to 192.168.3.11.
220 WFTPD 2.0 service (by Texas Imperial Software) ready for new user
Name (192.168.3.11:root): uclinux
331 Give me your password, please
Password:
230 Logged in successfully
ftp> ls
200 PORT command okay
150 File Listing Follows in ASCII mode
drwxrwxrwx 1 noone nogroup 0 Jul 9 12:41 .
drwxrwxrwx 1 noone nogroup 0 Jul 9 12:41 ..
-r-xr-xr-x 1 noone nogroup 35 Sep 2 2004 FS44B0II_romfs_img.BAT
-r-xr-xr-x 1 noone nogroup 32 Sep 2 2004 FS44B0II_zImage.BAT
-rwxrwxrwx 1 noone nogroup 28624 Jul 15 15:09 hello
-rwxrwxrwx 1 noone nogroup 960512 Jul 15 15:09 romfs.img
-rwxrwxrwx 1 noone nogroup 2 Jul 15 15:28 ss.txt
-rwxrwxrwx 1 noone nogroup 872176 Jul 15 15:09 zImage
226 Transfer finished successfully.
ftp> ls
200 PORT command okay
150 File Listing Follows in ASCII mode
drwxrwxrwx 1 noone nogroup 0 Jul 9 12:41 .
drwxrwxrwx 1 noone nogroup 0 Jul 9 12:41 ..
-r-xr-xr-x 1 noone nogroup 35 Sep 2 2004 FS44B0II_romfs_img.BAT
-r-xr-xr-x 1 noone nogroup 32 Sep 2 2004 FS44B0II_zImage.BAT
-rwxrwxrwx 1 noone nogroup 28624 Jul 15 15:09 hello
-rwxrwxrwx 1 noone nogroup 960512 Jul 15 15:09 romfs.img
-rwxrwxrwx 1 noone nogroup 2 Jul 15 15:28 ss.txt
-rwxrwxrwx 1 noone nogroup 872176 Jul 15 15:09 zImage
226 Transfer finished successfully.
ftp> ascii
200 Type is ASCII
ftp> get ss.txt
local: ss.txt remote: ss.txt
200 PORT command okay
150 "G:\UCLINUX\IMAGES\ss.txt" file ready to send (2 bytes) in ASCII mode
226 Transfer finished successfully.
2 bytes received in 0 secs (2 Kbytes/sec)
ftp> ls
Unhandled fault: alignment exception (93) at 0x00000001
Unhandled fault: alignment exception (93) at 0x00000001
Unhandled fault: alignment exception (93) at 0x00000001
Unhandled fault: alignment exception (93) at 0x00000001
直到44b0重起
传二进制的也是这样,google不到原因,特来请教~
加些颜色好区分~
[ 本帖最后由 xxmv99 于 2009-7-15 22:18 编辑 ] |
|