Difference between revisions of "Filesystem"
Jump to navigation
Jump to search
Line 6: | Line 6: | ||
run ist.sh under kernel distribution which will copy all needed files to /media/ltib | run ist.sh under kernel distribution which will copy all needed files to /media/ltib | ||
− | '''/etc/fstab - RAM disk and SD card auto mount''' | + | '''/etc/fstab - 128MB RAM disk and SD card auto mount''' |
Edit /etc/fstab and add the following lines: | Edit /etc/fstab and add the following lines: | ||
tmpfs /mnt/ramdisk tmpfs defaults,noatime,nosuid,nodev,noexec,mode=1777,size=128M 0 0 | tmpfs /mnt/ramdisk tmpfs defaults,noatime,nosuid,nodev,noexec,mode=1777,size=128M 0 0 | ||
Line 35: | Line 35: | ||
RT2870STACard.dat; | RT2870STACard.dat; | ||
− | '''update application''' | + | '''USB stick update application''' |
/root/ | /root/ | ||
update, | update, | ||
Line 45: | Line 45: | ||
update | update | ||
− | '''wpa supplicant''' | + | '''wpa supplicant - WIFI''' |
/root/ | /root/ | ||
wpa_supplicant, | wpa_supplicant, | ||
wpa_passphrase; | wpa_passphrase; | ||
− | '''pppd''' | + | '''pppd - 3G module''' |
/etc/ppp/* | /etc/ppp/* | ||
/usr/sbin/ | /usr/sbin/ |
Revision as of 12:14, 23 February 2015
X2 filesisyem version: ltib4-no-x-20130618
Prepare an ext4 SD card having "ltib" label Changes list:
kernel + modules run ist.sh under kernel distribution which will copy all needed files to /media/ltib
/etc/fstab - 128MB RAM disk and SD card auto mount Edit /etc/fstab and add the following lines: tmpfs /mnt/ramdisk tmpfs defaults,noatime,nosuid,nodev,noexec,mode=1777,size=128M 0 0 /dev/mmcblk1p1 /mnt/sdcard auto defaults 0 0
X2 application /root/ x2idr.fw, adresa.cfg, ip.cfg, mac.cfg, size.cfg, run.sh, stream.sh, modules.sh, make_board_links.sh; /root/lib/ libavccodec.so.56.0.101, libavformat.so.56.3.100, libavutil.so.54.7.100, libswresample.so.1.1.100, libswscale.so.3.0.100; /root/modules/ event.ko, rt5572sta.ko; /etc/Wireless/RT2870STA/ RT2870STA.dat; RT2870STACard.dat;
USB stick update application /root/ update, update_stick_log.txt; /etc/udev/rules.d/01-usb-stick.rules; /lib/udev update.sh reboot.sh update
wpa supplicant - WIFI /root/ wpa_supplicant, wpa_passphrase;
pppd - 3G module /etc/ppp/* /usr/sbin/ pppd chat ln -s /etc/ppp/resolv.conf /etc/resolv.conf