Welcome new user! You can search existing questions and answers without registering, but please register to post new questions and receive answers. Note that due to large amounts of spam attempts, your first three posts will be manually moderated, so please be patient.
Because of un-manageable amounts of spam despite our use of CAPTCHAs, email authorization, and other tools, we have discontinued this forum (see the 700k+ registered users with validated email addresses at right?). Please email us any questions or post bug reports and feature requests on GitHub at https://github.com/jevois -- The content below remains available for future reference.
Welcome to JeVois Tech Zone, where you can ask questions and receive answers from other members of the community.

Again how to use quietcmd

0 votes
The Input "shell touch /boot/quietcmd" do not function cause it brings the message, that the files on the microSD card are in the mode "read only". So nothing will be written on the microSD card. What can I do now? Is there a possibility to write the quietcmd comand directly to the microSD card and if it is possible, where and how to do it?
asked Mar 1, 2019 in Programmer Questions by Peter (580 points)

1 Answer

0 votes

oops, so sorry, you are right!

So you need to take the card out of JeVois and attach it to a computer. You should see the BOOT partition (either with its name under Linux or MacOS, or, on Windows, it will be the only flash disk that appears). Contents are:

README.txt

script.bin

uEnv.txt

uImage

Then using notepad or similar, save an empty file named 'quietcmd' on that disk. Properly eject it and the file should be there now.

Or try this (we have tested it now) in the Inventor console:

shell mount -o remount,rw /boot

shell touch /boot/quietcmd

shell mount -o remount,ro /boot

answered Mar 4, 2019 by JeVois (46,580 points)
A very good answer. In this way i functions. Thank you vey much.
Best regards
Peter
...