The Shop > CNC |
DDCSV1.1 4 Axis controller |
<< < (24/202) > >> |
Merlin201314:
--- Quote from: Benedikt M. on November 12, 2016, 06:56:36 AM --- --- Quote from: Merlin201314 on November 12, 2016, 04:35:38 AM ---so I got a 4 axis Ddcsv1.1 as you, but I'm struggling to find out how the mode1 of the probe works..... By the way, playing around with the controller at the beginning, I managed to delete the main program, so I downloaded one from a link provided by a member of the forum, but now I have a 3 axis machine --- End quote --- Wait as second, that sounds really interesting. I thought the version I got was for a 4-axis machine. If you are really right that would mean we could upgrade machines by just replacing motion.out with a 4-axis version. Anyone with a 4-axis machine, could you please copy motion.out and email me that one to contact [at] bmuessig [dot] eu I will compare and see what I can do. By the way, pretty nice results, Merlin! So I have made progress on my CNC and sent the machining files to the company who does laser cuts. It will be a 1 mm stainless steel panel. About the extra buttons, I forgot to add them, but I am fine with a few more button presses. Also in my new translation I have fixed the meaning of the GotoZ and Zero commands. They now tell you that they are for either setting one axis to a custom value or for going to a custom value. And there are still the options to Goto zero or to set zero. Pretty easy to understand now :) --- End quote --- So, is your language file updated now? Is still stored in your link previously posted? I'm translating the other macro Chinese commented files, that will help a lot even for the probe macro. Emanuel Sended by my tapatalk |
Benedikt:
--- Quote from: Merlin201314 on November 12, 2016, 08:21:41 AM --- --- Quote from: Benedikt M. on November 12, 2016, 06:56:36 AM --- --- Quote from: Merlin201314 on November 12, 2016, 04:35:38 AM ---so I got a 4 axis Ddcsv1.1 as you, but I'm struggling to find out how the mode1 of the probe works..... By the way, playing around with the controller at the beginning, I managed to delete the main program, so I downloaded one from a link provided by a member of the forum, but now I have a 3 axis machine --- End quote --- Wait as second, that sounds really interesting. I thought the version I got was for a 4-axis machine. If you are really right that would mean we could upgrade machines by just replacing motion.out with a 4-axis version. Anyone with a 4-axis machine, could you please copy motion.out and email me that one to contact [at] bmuessig [dot] eu I will compare and see what I can do. By the way, pretty nice results, Merlin! So I have made progress on my CNC and sent the machining files to the company who does laser cuts. It will be a 1 mm stainless steel panel. About the extra buttons, I forgot to add them, but I am fine with a few more button presses. Also in my new translation I have fixed the meaning of the GotoZ and Zero commands. They now tell you that they are for either setting one axis to a custom value or for going to a custom value. And there are still the options to Goto zero or to set zero. Pretty easy to understand now :) --- End quote --- So, is your language file updated now? Is still stored in your link previously posted? I'm translating the other macro Chinese commented files, that will help a lot even for the probe macro. Emanuel Sended by my tapatalk --- End quote --- Yes I have just updated the file. It still is and will always be available through this link: https://gist.github.com/bmuessig/cac1750c01ababf316678cc7710e3972 EDIT: I have put the modded firmware on GitHub: https://github.com/bmuessig/ddcsv11 Also I have started an open source repo that can not be taken down by anyone. It will however rely on parts of the non-free image to work. I will provide programs to patch a distributed copy of the original firmware with the new components. This version can be found here: https://github.com/bmuessig/mod-ddcv11/ |
Benedikt:
Edit: wrong url for the open source repo. Fixed one is: https://github.com/bmuessig/mod-ddcv11/ |
Benedikt:
Wooho! I made it! Sure, it is not the best or most complicated script, but it works and is tested. I was able to build firmware that allows running commands as root!!! :D Everything placed in commands.sh on the USB disk is run once at boot. Wooho! ps --- Code: --- PID USER VSZ STAT COMMAND 1 root 1124 S init 2 root 0 SW [kthreadd] 3 root 0 SW [ksoftirqd/0] 4 root 0 SW [events/0] 5 root 0 SW [khelper] 8 root 0 SW [async/mgr] 81 root 0 SW [sync_supers] 83 root 0 SW [bdi-default] 84 root 0 SW [kblockd/0] 93 root 0 SW [khubd] 96 root 0 SW [kseriod] 187 root 0 SW [kswapd0] 188 root 0 SW [aio/0] 189 root 0 SW [crypto/0] 227 root 0 SW [mtdblock0] 232 root 0 SW [mtdblock1] 247 root 0 SW [kpsmoused] 262 root 0 SW [usbhid_resumer] 283 root 0 SW [scsi_eh_0] 284 root 0 SW [usb-storage] 287 root 0 SWN [jffs2_gcd_mtd0] 293 root 0 SWN [jffs2_gcd_mtd1] 341 root 1124 S /bin/sh /mnt/nand1-1/motion.out 342 root 1124 S init 345 root 1120 S /bin/sh /mnt/nand1-2/commands.sh 346 root 1124 R ps --- End code --- ls -al /dev/ --- Code: ---drwxr-xr-x 5 root root 2180 Jan 1 00:00 . drwxr-xr-x 14 root root 0 Jan 1 00:00 .. crw-rw---- 1 root root 189, 1 Jan 1 00:00 1-1 drwxr-xr-x 3 root root 60 Jan 1 00:00 bus crw------- 1 root root 5, 1 Jan 1 00:00 console crw------- 1 root root 10, 63 Jan 1 00:00 cpu_dma_latency crw------- 1 root root 29, 0 Jan 1 00:00 fb0 crw-rw-rw- 1 root root 1, 7 Jan 1 00:00 full drwxr-xr-x 2 root root 120 Jan 1 00:00 input crw------- 1 root root 1, 11 Jan 1 00:00 kmsg brw------- 1 root root 7, 0 Jan 1 00:00 loop0 brw------- 1 root root 7, 1 Jan 1 00:00 loop1 brw------- 1 root root 7, 2 Jan 1 00:00 loop2 brw------- 1 root root 7, 3 Jan 1 00:00 loop3 brw------- 1 root root 7, 4 Jan 1 00:00 loop4 brw------- 1 root root 7, 5 Jan 1 00:00 loop5 brw------- 1 root root 7, 6 Jan 1 00:00 loop6 brw------- 1 root root 7, 7 Jan 1 00:00 loop7 -rw-r--r-- 1 root root 3 Jan 1 00:00 mdev.seq crw------- 1 root root 1, 1 Jan 1 00:00 mem crw-rw---- 1 root root 254, 0 Jan 1 00:00 motion crw------- 1 root root 90, 0 Jan 1 00:00 mtd0 crw------- 1 root root 90, 1 Jan 1 00:00 mtd0ro crw------- 1 root root 90, 2 Jan 1 00:00 mtd1 crw------- 1 root root 90, 3 Jan 1 00:00 mtd1ro brw------- 1 root root 31, 0 Jan 1 00:00 mtdblock0 brw------- 1 root root 31, 1 Jan 1 00:00 mtdblock1 crw------- 1 root root 10, 62 Jan 1 00:00 network_latency crw------- 1 root root 10, 61 Jan 1 00:00 network_throughput crw-rw-rw- 1 root root 1, 3 Jan 1 00:00 null crw-rw-rw- 1 root root 5, 2 Jan 1 00:00 ptmx drwxr-xr-x 2 root root 0 Jan 1 00:00 pts brw------- 1 root root 1, 0 Jan 1 00:00 ram0 crw-rw-rw- 1 root root 1, 8 Jan 1 00:00 random brw-rw---- 1 root root 8, 0 Jan 1 00:00 sda brw-rw---- 1 root root 8, 1 Jan 1 00:00 sda1 crw-rw-rw- 1 root root 5, 0 Jan 1 00:00 tty crw------- 1 root root 4, 0 Jan 1 00:00 tty0 crw------- 1 root root 4, 1 Jan 1 00:00 tty1 crw------- 1 root root 4, 10 Jan 1 00:00 tty10 crw------- 1 root root 4, 11 Jan 1 00:00 tty11 crw------- 1 root root 4, 12 Jan 1 00:00 tty12 crw------- 1 root root 4, 13 Jan 1 00:00 tty13 crw------- 1 root root 4, 14 Jan 1 00:00 tty14 crw------- 1 root root 4, 15 Jan 1 00:00 tty15 crw------- 1 root root 4, 16 Jan 1 00:00 tty16 crw------- 1 root root 4, 17 Jan 1 00:00 tty17 crw------- 1 root root 4, 18 Jan 1 00:00 tty18 crw------- 1 root root 4, 19 Jan 1 00:00 tty19 crw------- 1 root root 4, 2 Jan 1 00:00 tty2 crw------- 1 root root 4, 20 Jan 1 00:00 tty20 crw------- 1 root root 4, 21 Jan 1 00:00 tty21 crw------- 1 root root 4, 22 Jan 1 00:00 tty22 crw------- 1 root root 4, 23 Jan 1 00:00 tty23 crw------- 1 root root 4, 24 Jan 1 00:00 tty24 crw------- 1 root root 4, 25 Jan 1 00:00 tty25 crw------- 1 root root 4, 26 Jan 1 00:00 tty26 crw------- 1 root root 4, 27 Jan 1 00:00 tty27 crw------- 1 root root 4, 28 Jan 1 00:00 tty28 crw------- 1 root root 4, 29 Jan 1 00:00 tty29 crw------- 1 root root 4, 3 Jan 1 00:00 tty3 crw------- 1 root root 4, 30 Jan 1 00:00 tty30 crw------- 1 root root 4, 31 Jan 1 00:00 tty31 crw------- 1 root root 4, 32 Jan 1 00:00 tty32 crw------- 1 root root 4, 33 Jan 1 00:00 tty33 crw------- 1 root root 4, 34 Jan 1 00:00 tty34 crw------- 1 root root 4, 35 Jan 1 00:00 tty35 crw------- 1 root root 4, 36 Jan 1 00:00 tty36 crw------- 1 root root 4, 37 Jan 1 00:00 tty37 crw------- 1 root root 4, 38 Jan 1 00:00 tty38 crw------- 1 root root 4, 39 Jan 1 00:00 tty39 crw------- 1 root root 4, 4 Jan 1 00:00 tty4 crw------- 1 root root 4, 40 Jan 1 00:00 tty40 crw------- 1 root root 4, 41 Jan 1 00:00 tty41 crw------- 1 root root 4, 42 Jan 1 00:00 tty42 crw------- 1 root root 4, 43 Jan 1 00:00 tty43 crw------- 1 root root 4, 44 Jan 1 00:00 tty44 crw------- 1 root root 4, 45 Jan 1 00:00 tty45 crw------- 1 root root 4, 46 Jan 1 00:00 tty46 crw------- 1 root root 4, 47 Jan 1 00:00 tty47 crw------- 1 root root 4, 48 Jan 1 00:00 tty48 crw------- 1 root root 4, 49 Jan 1 00:00 tty49 crw------- 1 root root 4, 5 Jan 1 00:00 tty5 crw------- 1 root root 4, 50 Jan 1 00:00 tty50 crw------- 1 root root 4, 51 Jan 1 00:00 tty51 crw------- 1 root root 4, 52 Jan 1 00:00 tty52 crw------- 1 root root 4, 53 Jan 1 00:00 tty53 crw------- 1 root root 4, 54 Jan 1 00:00 tty54 crw------- 1 root root 4, 55 Jan 1 00:00 tty55 crw------- 1 root root 4, 56 Jan 1 00:00 tty56 crw------- 1 root root 4, 57 Jan 1 00:00 tty57 crw------- 1 root root 4, 58 Jan 1 00:00 tty58 crw------- 1 root root 4, 59 Jan 1 00:00 tty59 crw------- 1 root root 4, 6 Jan 1 00:00 tty6 crw------- 1 root root 4, 60 Jan 1 00:00 tty60 crw------- 1 root root 4, 61 Jan 1 00:00 tty61 crw------- 1 root root 4, 62 Jan 1 00:00 tty62 crw------- 1 root root 4, 63 Jan 1 00:00 tty63 crw------- 1 root root 4, 7 Jan 1 00:00 tty7 crw------- 1 root root 4, 8 Jan 1 00:00 tty8 crw------- 1 root root 4, 9 Jan 1 00:00 tty9 crw------- 1 root root 4, 64 Jan 1 00:00 ttyS0 crw------- 1 root root 4, 65 Jan 1 00:00 ttyS1 crw-rw-rw- 1 root root 1, 9 Jan 1 00:00 urandom crw------- 1 root root 7, 0 Jan 1 00:00 vcs crw------- 1 root root 7, 1 Jan 1 00:00 vcs1 crw------- 1 root root 7, 128 Jan 1 00:00 vcsa crw------- 1 root root 7, 129 Jan 1 00:00 vcsa1 crw-rw-rw- 1 root root 1, 5 Jan 1 00:00 zero --- End code --- ls -al /bin/ --- Code: ---drwxr-xr-x 2 root root 0 Mar 5 2016 . drwxr-xr-x 14 root root 0 Jan 1 00:00 .. lrwxrwxrwx 1 root root 7 Mar 5 2016 addgroup -> busybox lrwxrwxrwx 1 root root 7 Mar 5 2016 adduser -> busybox lrwxrwxrwx 1 root root 7 Mar 5 2016 ash -> busybox -rwxrwxrwx 1 root root 985372 Nov 4 2015 busybox lrwxrwxrwx 1 root root 7 Mar 5 2016 cat -> busybox lrwxrwxrwx 1 root root 7 Mar 5 2016 catv -> busybox lrwxrwxrwx 1 root root 7 Mar 5 2016 chattr -> busybox lrwxrwxrwx 1 root root 7 Mar 5 2016 chgrp -> busybox lrwxrwxrwx 1 root root 7 Mar 5 2016 chmod -> busybox lrwxrwxrwx 1 root root 7 Mar 5 2016 chown -> busybox lrwxrwxrwx 1 root root 7 Mar 5 2016 cp -> busybox lrwxrwxrwx 1 root root 7 Mar 5 2016 cpio -> busybox lrwxrwxrwx 1 root root 7 Mar 5 2016 cttyhack -> busybox lrwxrwxrwx 1 root root 7 Mar 5 2016 date -> busybox lrwxrwxrwx 1 root root 7 Mar 5 2016 dd -> busybox lrwxrwxrwx 1 root root 7 Mar 5 2016 delgroup -> busybox lrwxrwxrwx 1 root root 7 Mar 5 2016 deluser -> busybox lrwxrwxrwx 1 root root 7 Mar 5 2016 df -> busybox lrwxrwxrwx 1 root root 7 Mar 5 2016 dmesg -> busybox lrwxrwxrwx 1 root root 7 Mar 5 2016 dnsdomainname -> busybox lrwxrwxrwx 1 root root 7 Mar 5 2016 dumpkmap -> busybox lrwxrwxrwx 1 root root 7 Mar 5 2016 echo -> busybox lrwxrwxrwx 1 root root 7 Mar 5 2016 ed -> busybox lrwxrwxrwx 1 root root 7 Mar 5 2016 egrep -> busybox lrwxrwxrwx 1 root root 7 Mar 5 2016 false -> busybox lrwxrwxrwx 1 root root 7 Mar 5 2016 fdflush -> busybox lrwxrwxrwx 1 root root 7 Mar 5 2016 fgrep -> busybox lrwxrwxrwx 1 root root 7 Mar 5 2016 fsync -> busybox lrwxrwxrwx 1 root root 7 Mar 5 2016 getopt -> busybox lrwxrwxrwx 1 root root 7 Mar 5 2016 grep -> busybox lrwxrwxrwx 1 root root 7 Mar 5 2016 gunzip -> busybox lrwxrwxrwx 1 root root 7 Mar 5 2016 gzip -> busybox lrwxrwxrwx 1 root root 7 Mar 5 2016 hostname -> busybox lrwxrwxrwx 1 root root 7 Mar 5 2016 hush -> busybox lrwxrwxrwx 1 root root 7 Mar 5 2016 ionice -> busybox lrwxrwxrwx 1 root root 7 Mar 5 2016 ip -> busybox lrwxrwxrwx 1 root root 7 Mar 5 2016 ipaddr -> busybox lrwxrwxrwx 1 root root 7 Mar 5 2016 ipcalc -> busybox lrwxrwxrwx 1 root root 7 Mar 5 2016 iplink -> busybox lrwxrwxrwx 1 root root 7 Mar 5 2016 iproute -> busybox lrwxrwxrwx 1 root root 7 Mar 5 2016 iprule -> busybox lrwxrwxrwx 1 root root 7 Mar 5 2016 iptunnel -> busybox lrwxrwxrwx 1 root root 7 Mar 5 2016 kill -> busybox lrwxrwxrwx 1 root root 7 Mar 5 2016 linux32 -> busybox lrwxrwxrwx 1 root root 7 Mar 5 2016 linux64 -> busybox lrwxrwxrwx 1 root root 7 Mar 5 2016 ln -> busybox lrwxrwxrwx 1 root root 7 Mar 5 2016 login -> busybox lrwxrwxrwx 1 root root 7 Mar 5 2016 ls -> busybox lrwxrwxrwx 1 root root 7 Mar 5 2016 lsattr -> busybox lrwxrwxrwx 1 root root 7 Mar 5 2016 lzop -> busybox lrwxrwxrwx 1 root root 7 Mar 5 2016 makemime -> busybox lrwxrwxrwx 1 root root 7 Mar 5 2016 mkdir -> busybox lrwxrwxrwx 1 root root 7 Mar 5 2016 mknod -> busybox lrwxrwxrwx 1 root root 7 Mar 5 2016 mktemp -> busybox lrwxrwxrwx 1 root root 7 Mar 5 2016 more -> busybox -rwxr-xr-x 1 root root 10134 Mar 5 2016 motiondev.ko lrwxrwxrwx 1 root root 7 Mar 5 2016 mount -> busybox lrwxrwxrwx 1 root root 7 Mar 5 2016 mountpoint -> busybox lrwxrwxrwx 1 root root 7 Mar 5 2016 msh -> busybox lrwxrwxrwx 1 root root 7 Mar 5 2016 mt -> busybox lrwxrwxrwx 1 root root 7 Mar 5 2016 mv -> busybox lrwxrwxrwx 1 root root 7 Mar 5 2016 netstat -> busybox lrwxrwxrwx 1 root root 7 Mar 5 2016 nice -> busybox lrwxrwxrwx 1 root root 7 Mar 5 2016 pidof -> busybox lrwxrwxrwx 1 root root 7 Mar 5 2016 ping -> busybox lrwxrwxrwx 1 root root 7 Mar 5 2016 ping6 -> busybox lrwxrwxrwx 1 root root 7 Mar 5 2016 pipe_progress -> busybox lrwxrwxrwx 1 root root 7 Mar 5 2016 printenv -> busybox lrwxrwxrwx 1 root root 7 Mar 5 2016 ps -> busybox lrwxrwxrwx 1 root root 7 Mar 5 2016 pwd -> busybox lrwxrwxrwx 1 root root 7 Mar 5 2016 reformime -> busybox lrwxrwxrwx 1 root root 7 Mar 5 2016 rm -> busybox lrwxrwxrwx 1 root root 7 Mar 5 2016 rmdir -> busybox lrwxrwxrwx 1 root root 7 Mar 5 2016 run-parts -> busybox -rwxr-xr-x 1 root root 129905 Jul 9 2015 rz lrwxrwxrwx 1 root root 7 Mar 5 2016 scriptreplay -> busybox lrwxrwxrwx 1 root root 7 Mar 5 2016 sed -> busybox lrwxrwxrwx 1 root root 7 Mar 5 2016 setarch -> busybox lrwxrwxrwx 1 root root 7 Mar 5 2016 sh -> busybox lrwxrwxrwx 1 root root 7 Mar 5 2016 sleep -> busybox lrwxrwxrwx 1 root root 7 Mar 5 2016 stat -> busybox lrwxrwxrwx 1 root root 7 Mar 5 2016 stty -> busybox lrwxrwxrwx 1 root root 7 Mar 5 2016 su -> busybox lrwxrwxrwx 1 root root 7 Mar 5 2016 sync -> busybox -rwxr-xr-x 1 root root 127506 Jul 9 2015 sz lrwxrwxrwx 1 root root 7 Mar 5 2016 tar -> busybox lrwxrwxrwx 1 root root 7 Mar 5 2016 touch -> busybox lrwxrwxrwx 1 root root 7 Mar 5 2016 true -> busybox lrwxrwxrwx 1 root root 7 Mar 5 2016 umount -> busybox lrwxrwxrwx 1 root root 7 Mar 5 2016 uname -> busybox lrwxrwxrwx 1 root root 7 Mar 5 2016 uncompress -> busybox lrwxrwxrwx 1 root root 7 Mar 5 2016 usleep -> busybox lrwxrwxrwx 1 root root 7 Mar 5 2016 vi -> busybox lrwxrwxrwx 1 root root 7 Mar 5 2016 watch -> busybox lrwxrwxrwx 1 root root 7 Mar 5 2016 zcat -> busybox --- End code --- ls -al / --- Code: ---drwxr-xr-x 14 root root 0 Jan 1 00:00 . drwxr-xr-x 14 root root 0 Jan 1 00:00 .. -rw-r--r-- 1 1000 1000 0 Jun 1 2010 .__init_enable_core__ drwxr-xr-x 2 root root 0 Mar 5 2016 bin drwxr-xr-x 5 root root 2180 Jan 1 00:00 dev drwxr-xr-x 6 1000 1000 0 Mar 5 2016 etc lrwxrwxrwx 1 root root 11 Mar 5 2016 linuxrc -> bin/busybox drwxr-xr-x 4 1000 1000 0 Jan 1 00:00 mnt dr-xr-xr-x 36 root root 0 Jan 1 00:00 proc drwxr-xr-x 2 root root 0 Mar 5 2016 sbin drwxr-xr-x 11 root root 0 Jan 1 00:00 sys drwxr-xr-x 2 1000 1000 0 Jan 1 00:00 tmp drwxrwxrwx 2 root root 0 Jan 1 00:00 udisk-sda drwxrwxrwx 3 root root 4096 Jan 1 00:00 udisk-sda1 drwxr-xr-x 6 root root 0 Mar 5 2016 usr drwxr-xr-x 3 1000 1000 0 Mar 5 2016 var --- End code --- ls -al /etc/ --- Code: ---drwxr-xr-x 6 1000 1000 0 Mar 5 2016 . drwxr-xr-x 14 root root 0 Jan 1 00:00 .. -rwxr-xr-x 1 1000 1000 1 Mar 25 2008 .netrc -rwxr-xr-x 1 1000 1000 128 Mar 25 2008 .pppd_info drwxr-xr-x 4 1000 1000 0 Mar 5 2016 Wireless drwxr-xr-x 2 1000 1000 0 Mar 5 2016 firmware -rw-r--r-- 1 1000 1000 306 Jul 9 2015 fstab -rw-r--r-- 1 1000 1000 276 Dec 5 2011 fstab~ -rw-r--r-- 1 1000 1000 24 Mar 25 2008 group -rw-r--r-- 1 1000 1000 21 Mar 25 2008 gshadow -rw-r--r-- 1 1000 1000 129 Mar 31 2008 inetd.conf drwxr-xr-x 2 1000 1000 0 Mar 5 2016 init.d -rw-r--r-- 1 1000 1000 3400 Feb 17 2015 inittab -rw-r--r-- 1 1000 1000 3399 Feb 17 2015 inittab~ drwxr-xr-x 2 root root 0 Mar 5 2016 mdev -rw-r--r-- 1 1000 1000 290 Mar 5 2016 mdev.conf -rw-r--r-- 1 1000 1000 290 Jul 9 2015 mdev.conf~ -rw-r--r-- 1 1000 1000 290 Apr 17 2013 mdev_nand.conf -rw-r--r-- 1 1000 1000 290 Aug 15 2013 mdev_nand_mtd.conf -rw-r--r-- 1 1000 1000 290 Apr 17 2013 mdev_sd.conf -rw-r--r-- 1 1000 1000 290 Apr 17 2013 mdev_spi.conf -rw-r--r-- 1 1000 1000 44 Mar 25 2008 networks -rw-r--r-- 1 1000 1000 114 Mar 25 2008 passwd -rw-r--r-- 1 1000 1000 769 Mar 5 2016 profile -rw-r--r-- 1 1000 1000 790 Apr 30 2013 profile_nand -rw-r--r-- 1 1000 1000 769 Feb 17 2015 profile_nand_mtd -rw-r--r-- 1 1000 1000 770 Feb 17 2015 profile_nand_mtd~ -rw-r--r-- 1 1000 1000 839 Apr 30 2013 profile_sd -rw-r--r-- 1 1000 1000 400 Apr 30 2013 profile_spi -rw-r--r-- 1 1000 1000 476 Apr 30 2013 profile_spi_romfs -rw-r--r-- 1 1000 1000 790 Jan 10 2014 profile~ -rw-r--r-- 1 1000 1000 11248 Mar 25 2008 services -rw-r--r-- 1 1000 1000 78 Mar 25 2008 shadow --- End code --- cat /etc/init.d/rcS --- Code: ---#!/bin/sh /bin/mount -t proc none /proc /bin/mount -t sysfs sysfs /sys /bin/mount -t devtmpfs devtmpfs /dev /bin/mkdir /dev/pts /bin/mount -t devpts devpts /dev/pts /bin/echo > /dev/mdev.seq /bin/echo /sbin/mdev > /proc/sys/kernel/hotplug #/sbin/mdev -s /bin/mount -t jffs2 -o noatime /dev/mtdblock0 /mnt/nand1-1 /bin/mount -t jffs2 -o noatime /dev/mtdblock1 /mnt/nand1-2 #/bin/echo "n" | /bin/cp -i /install/* /mnt/nand1-1/. /sbin/insmod /bin/motiondev.ko sleep 3s /bin/cp /udisk-sda1/install/* /mnt/nand1-1/ /mnt/nand1-1/motion.out & --- End code --- cat /etc/inittab (shortened) --- Code: ---# /etc/inittab init(8) configuration for BusyBox # # Copyright (C) 1999-2004 by Erik Andersen <andersen@codepoet.org> # ::sysinit:/etc/init.d/rcS # /bin/sh invocations on selected ttys # # Note below that we prefix the shell commands with a "-" to indicate to the # shell that it is supposed to be a login shell. Normally this is handled by # login, but since we are bypassing login in this case, BusyBox lets you do # this yourself... # #/bin/sh # Start an "askfirst" shell on the console (whatever that may be) #::once:-/bin/ls ttyS1::askfirst:/bin/sh # Stuff to do when restarting the init process ::restart:/sbin/init # Stuff to do before rebooting ::ctrlaltdel:/sbin/reboot ::shutdown:/bin/umount -a -r ::shutdown:/sbin/swapoff -a --- End code --- |
Merlin201314:
I AM EXCITED!!!!!! :drool: :drool: :D |
Navigation |
Message Index |
Next page |
Previous page |