As per title, console log shows as below for all video modes
setting compvid PAL
pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
sed: couldn’t open temporary file /boot/firmware/sedl43TX2: Read-only file system
pam_unix(sudo:session): session closed for user root
Error modifying /boot/firmware/cmdline.txt: Command ‘sudo sed -i ‘s/vc4.tv_norm=\S+/vc4.tv_norm=PAL/’ /boot/firmware/cmdline.txt’ returned non-zero exit status 4.
setting compvid NTSC-443
pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
sed: couldn’t open temporary file /boot/firmware/sedBIegpH: Read-only file system
pam_unix(sudo:session): session closed for user root
Error modifying /boot/firmware/cmdline.txt: Command ‘sudo sed -i ‘s/vc4.tv_norm=\S+/vc4.tv_norm=NTSC-443/’ /boot/firmware/cmdline.txt’ returned non-zero exit status 4.
The last thing we do when creating the EYESY OS is to make the root filesystem read only so it doesn’t get corrupted. It looks like we missed checking that these composite video commands work in read only mode. We will get this fixed in next OS update.
In the meantime, you can use the following work around if you need to change composite video setting. You will need to connect a USB keyboard to the EYESY. When it boots up, press the ESC key to exit the video program. Then press Ctrl+Alt+F3 which will bring up a login console. Use ‘music’ for user and pw. Then type the following command to enable write access:
sudo mount -o remount,rw /boot/firmware
Then you can restart the EYESY video program:
sudo systemctl start eyesypy
Now you should be able to change the composite video settings without getting errors.
How is it going with the update for composite mode? I’m getting the same log back. I have a show coming up that I was hoping to use the eyesy for but in composite mode and don’t feel confident having to log on using an external keybaord.