Open main menu

Changes

X735-script

893 bytes added, 19:23, 18 August 2023
Now we think you have successfully flashed the OS Image into Micro SD and and power on the device, and you have also completed the operations such as creating new user required in some OS. You need to perform the following operations in <code>Terminal</code>.
 
'''[NOTE]'''
 
If you are using an ubuntu system, do not use version 23.04, otherwise you will get an error similar to the following when you run x735off:
<pre>
/usr/local/bin/x735-softsd.sh: line 5: /sys/class/gpio/export: No such file or directory
/usr/local/bin/x735-softsd.sh: line 6: /sys/class/gpio/gpio20/direction: No such file or directory
/usr/local/bin/x735-softsd.sh: line 7: /sys/class/gpio/gpio20/value: No such file or directory
Your device will shutting down in 4 seconds...
/usr/local/bin/x735-softsd.sh: line 19: /sys/class/gpio/gpio20/value: No such file or directory
</pre>
 
There is no '''gpio''' directory in the '''/sys/class''' directory
 
The reason for the error is because since Ubuntu 23.04 uses the latest 6.2 Linux kernel, we wait for the official update;
 
We recommend that you use '''ubuntu 22.04''', and we have also tested the current script on version 22.04.
==OS that has been tested==