⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 rc.local

📁 一个嵌入式linux的驱动程序例子
💻 LOCAL
字号:
#!/bin/sh. /usr/etc/profile/bin/date 010100002004/sbin/ifconfig lo 127.0.0.1 up/sbin/inetd#/sbin/modprobe s3c2410-ts#/sbin/modprobe s3c2410-uda1341#/sbin/modprobe s3c2410_gpio_buttons#echo "static" > /var/run/pcmcia-scheme#export CARDMGR_OPTS="-d"#/etc/init.d/pcmcia start#modprobe usb-charmount -t ramfs ramfs /.kdecd /dev                       ln -s fb/0 fb0                ln -s touchscreen/0raw h3600_tsrawln -s sound/dsp dspln -s sound/mixer mixer#ln -s misc/apm_bios apm_bios  ln -s vc/0 tty0               ln -s vc/1 tty1               ln -s vc/2 tty2#if [ -e /dev/ttySA0 ]; then   #  echo "/dev/ttySAx exist."   #else                          #  mknod ttySA0 c 204 5      #  mknod ttySA1 c 204 6      #  mknod ttySA2 c 204 7      #fi                         #ln -s tts/0 ttyS0# USB storage#modprobe -a usbcore usb-ohci usb-ohci-s3c2410 sd_mod usb-storage#/sbin/modprobe usbcore#/sbin/modprobe usb-ohci#/sbin/modprobe usb-ohci-s3c2410#ln -s scsi/host0/bus0/target0/lun0/part1 sda1 #/linuette/bin/syncman#/sbin/modprobe irda#/sbin/modprobe irtty#modprobe irda nsc-ircc io=0x2f8 irq=3 dma=0#ifconfig irda0 up                          #echo "1" > /proc/sys/net/irda/discovery    #hostname > /proc/sys/net/irda/devnamecp /qt/etc/pointercal /etcifconfig eth0 192.168.2.120mount 192.168.2.1:/armspi /tmpcd /tmpinsmod spi.ocd spidemo#calibrate -qws#server -qws

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -