79116619

Date: 2024-10-23 06:31:05
Score: 0.5
Natty:
Report link

Solution was to launch the application using shell and a script:

::sysinit:/bin/hostname -F /etc/hostname
::sysinit:/etc/init.d/rcS

#Start my "home-made" application
::sysinit:/bin/sh -c /root/StartAppl.sh

#Put a getty on the serial port
console::respawn:/sbin/getty -L  console 0 vt100 # GENERIC_SERIAL
tty1::respawn:/sbin/getty -L  tty1 0 vt100 # HDMI console

The StartAppl.sh is a script calling the "appl". Not sure why I have to add a script calling "appl" instead of just calling "appl" directly...

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: perre