Tuesday, November 21, 2006

Re: good artical on MMC/SD

http://forum.taobao.com/forum-11/show_thread----6653671-.htm

http://forum.taobao.com/forum-11/show_thread----6001134-.htm,
xD卡全攻略,标准型、M型、H型
http://forum.taobao.com/forum-34/show_guide----4206508-.htm
http://forum.taobao.com/forum-34/show_guide----4290297-.htm
关于MMC家族系列
http://forum.taobao.com/forum-34/show_guide----4314722-.htm,
TF与mmcMICRO的比较
http://forum.taobao.com/forum-11/show_guide----4755266-.htm,
关于SD家族系列
http://forum.taobao.com/forum-34/show_thread----6615861-.htm
关于TF(MICROSD)卡

On Tue, 2006-11-21 at 15:10 +0800, Adam-Li Yi wrote:
> http://forum.taobao.com/forum-34/show_guide----4206508-.htm
> http://forum.taobao.com/forum-11/show_thread----6001134-.htm
> http://forum.taobao.com/forum-34/show_guide----4206508-.htm
> http://forum.taobao.com/forum-34/show_guide----4290297-.htm
>
>

Friday, November 17, 2006

adam's home

TCP/IP over serial

Kernel

You need "Network device support -> SLIP (serial line) support" (CONFIG_SLIP) enabled.
/etc/network/interfaces

On machine 1, add the following lines:

iface sl0 inet static
address 192.168.0.1
netmask 255.255.255.255
pointopoint 192.168.0.2


On the other box, the lines look like:

iface sl0 inet static
address 192.168.0.2
netmask 255.255.255.255
pointopoint 192.168.0.1


Notice the absence of a second (third) t in pointopoint!
slattach

Now it's time to run slattach -s -p slip , e.g. slattach -s 115200 -p slip /dev/ttyS0 on both machines

Blog Archive