JLS1
March 30, 2014, 9:34pm
1
Hi all
Exist simple method how to copy file to SD card (specialy from winxp - im use ext4 on SD card - not possible use card reader) ?.
Like this example:
arduino.local/sd/folder
use drag and drop copy file
Is possible or only must use ftp server ?
Exist simple method ?
Many thanks info
Kamil
"The library supports FAT16 and FAT32 file systems on standard SD cards and SDHC cards. It uses short 8.3 names for files ".
The Arduino programming language Reference, organized into Functions, Variable and Constant, and Structure keywords.
JLS1
March 30, 2014, 9:49pm
3
I use extrootfs ext4 system on SD card and find simple method how to copy files (mp3 txt ....) to this SD card from winXP
Is the SD card in the Yun ?
The Yun supports FAT16, FAT32, EXT3 and EXT4.
Perhaps you could use FAT32.
Windows XP is not longer supported, you should get a newer operation system.
There are drivers for other file systems, I have used them a few times, but they didn't work very well.
http://lmgtfy.com/?q=windows+xp+"file+system+driver"+ext2+ext3+ext4
JLS1
March 30, 2014, 9:58pm
5
Yes SD card with extrootfs in running yun
How to copy files without remove SD card from yun ?
Only ftp server or exist simplest method ?
system
March 31, 2014, 8:27am
6
Hello, what about winscp? Connect to the yun using root@ipofyouryun, password arduino (unless changed). Then navigate to /mnt and see where the SD is mounted (usually /mnt/sda1 or similar).
Greetings, Frank
JLS1
March 31, 2014, 3:48pm
7
Many thanks WinSCP working great !
Kamil