Start the embedded Linux system and display
Bummer, cocould not run '/etc/init. d/Rs': no such file or directory
This problem has plagued me for a long time. Many people on the Internet also have this problem, but it seems that most people have not been able to solve it.
Finally, I decided to find the answer in the English forum, and solved the problem of failure in reading the RCS file when busybo was started.
Because the RFM file is edited in windows and shared to the Linux system, the file format is Windows (open the file in Linux Vi, you can see the "dos" in the lower left corner, it is in Windows format). This is why loading fails. Now the format is converted to Unix format.
The method is as follows:
VI RCS
: Set fileformat = Unix (convert Windows file format to Unix format)
: WQ (save and quit)
Then restart the embedded system and load it normally.