exchanges file in minicom

2000-10-11 Thread Eurico Inocencio
Hello After kernel is running on target, how can I send/receive files between host(minicom/linux) and target ? For ascii file, I can use cat /dev/ttyS0 on target, and ascii-xfr .. on host. How about Binary files ? Try ZMODEM, minicom can send and receive files using this protocol, on the

exchanges file in minicom

2000-10-11 Thread Jerry Van Baren
You can use uuencode to convert binary to an ASCII encoding, transfer the (now ASCII) file via cat (or use the minicom capture feature), and then use uudecode to convert the file back into binary. You can use tar to bundle files together and gzip to make them smaller before you uuencode them

PCMCIA on the FADS

2000-10-11 Thread Paolo Scaffardi
I am trying to make the Damm's PCMCIA socket drivers work on my FADS823. I think the problem is related to the ioremapping of _IO_BASE. What value should i give to it? I tried giving it an unused value (0x0220 on my FADS), doing into arch/ppc/mm/init.c a simple ioremap(_IO_BASE,

CPM ENET: BSY can't happen.

2000-10-11 Thread [EMAIL PROTECTED]
Hi I am occasionally seeing this message CPM ENET: BSY can't happen. on the console of my custom MPC823 board. It comes from arch/ppc/8xx_io/enet.c. Has anyone else seen this ? Jon Benediktsson Marel hf. ** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

CPM ENET: BSY can't happen.

2000-10-11 Thread Dan Malek
jonb at marel.is wrote: Has anyone else seen this ? Just delete the code. It can happen for resource conflict reasons. Just move along...nothing to see here. -- Dan -- I like MMUs because I don't have a real life. ** Sent via the linuxppc-embedded mail list. See

missing /etc/rc.d/init.d/nfs and /usr/sbin/exportfs

2000-10-11 Thread Zhaobin Zhu
Hi, This is a newbie question: On my Redhat6.2 PC, I can't find /etc/rc.d/init.d/nfs and /usr/sbin/exportfs. How do I install them ? Which RPM to use ? Thanks, -- Zhaobin Zhu zzhu at emc.com ** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/