Dear , I was working with micro2440 board where I made Linux booting from SDcard, When I placed SDcard in the board powered on I am getting that board find SDcard but restart it again and again. If any one know the solution please guide me....
SDCard retstart
Hi, it sounds like uboot isn't finding a kernel... Connect to the serial port and see what the mini is saying, then we can provide some more help.
hi sherry, I encounter this phenomen from time to to time too. My board is in a default installation, vivi, kernel an NAND. It's caused by power off with SD card still mounted. I had to put the SD card in a PC and run fsck to get it working again. skip
thanks skip Yes I am able to boot from sdcard. but not able to copy any file from host machine to target machine.. it give following error root@ts7000:root# sftp 192.168.1.213 Connecting to 192.168.1.213... The authenticity of host '192.168.1.213 (192.168.1.213)' can't be established. RSA key fingerprint is d3:ad:ab:25:f5:08:ce:c6:55:e3:0e:39:b7:67:b7:05. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added '192.168.1.213' (RSA) to the list of known hosts. root@192.168.1.213's password: sftp> get /home/sherry/yy2 Fetching /home/sherry/yy2 to yy2 /home/sherry/yy2 52% 6688KB 819.9KB/s 00:07 ETA Couldn't write to "yy2": Input/output error