Other Parts Discussed in Thread: ASH
Hi,
I wanna make a RamDisk for DM6467. I followed the instructions at http://processors.wiki.ti.com/index.php/How_to_Create_a_Ramdisk_with_Auto-run_Demo.
I cannot run /etc/rc.d/rc.local .
By NFS, rc.local runs automatically after booting.
When put in Ramdisk, it failed to run automatically.
Please see the log below.
========================================================================
Starting hotplug subsystem:
pci
pci [success]
usb
usb [success]
isapnp
isapnp [success]
ide
ide [success]
input
input [success]
scsi
scsi [success]
done.
Starting portmap daemon: portmap/etc/rc.d/rcS.d/S41portmap: 156: nice: not found
pidof: invalid option -- x
BusyBox v1.01 (2005.12.18-04:57+0000) multi-call binary
No help available.
.
/etc/init.d/rcS: 60: /etc/rc.d/rc.local: not found
INIT: /Entering runlevel: 3
Starting internet superserver: inetd.
========================================================================
I checked the files on RamDisk
The rc.local exists.
# cd etc
cd: 1: can't cd to etc
# cd /etc/rc.d
# ls
1;36minit.d0m 1;34mrc0.d0m 1;34mrc2.d0m 1;34mrc4.d0m 1;34mrc6.d0m
1;32mrc.local0m 1;34mrc1.d0m 1;34mrc3.d0m 1;34mrc5.d0m 1;34mrcS.d0m
# ls -l
lrwxrwxrwx 1 root root 9 Oct 10 2010 1;36minit.d0m -> 1;34m..
/init.d0m
-rwxrwxrwx 1 root root 43 Oct 9 2010 1;32mrc.local0m
drwxr-xr-x 2 root root 1024 Dec 29 2005 1;34mrc0.d0m
drwxr-xr-x 2 root root 1024 Dec 29 2005 1;34mrc1.d0m
drwxr-xr-x 2 root root 1024 Dec 29 2005 1;34mrc2.d0m
drwxr-xr-x 2 root root 1024 Dec 29 2005 1;34mrc3.d0m
drwxr-xr-x 2 root root 1024 Dec 29 2005 1;34mrc4.d0m
drwxr-xr-x 2 root root 1024 Dec 29 2005 1;34mrc5.d0m
drwxr-xr-x 2 root root 1024 Dec 29 2005 1;34mrc6.d0m
drwxr-xr-x 2 root root 1024 Dec 29 2005 1;34mrcS.d0m
#
What's the reason?
thanks.