Personal tools

Difference between revisions of "Chromium--no-sandbox-PN8M-090T"

From ICOP tech wiki

Jump to: navigation, search
(Created page with "==How to check storages contents in Yocto?== Boot up EBOX-IMX8MM unit and enter Yocto desktop, click upper-left icon to use weston-terminal. File:HOW TO SET UP TIME ZONE-...")
 
Line 1: Line 1:
==How to check storages contents in Yocto?==
+
==Resovling Terminal frozen after closing chromium--no--sandbox==
  
 +
Some of the customer may meet a terminal frozen problem after closing chromium--no-sandbox, and in this article, we will provide a temporary solution to avoid this problem.
  
Boot up EBOX-IMX8MM unit and enter Yocto desktop, click upper-left icon to use weston-terminal.
+
<nowiki>*</nowiki>Notice, ICOP could help to issue a new image for resolving this problem, this is just for testing.
 +
 
 +
 
 +
Boot up the unit and enter Yocto desktop, click upper-left icon to use weston-terminal.
  
 
[[File:HOW TO SET UP TIME ZONE-1.png|frameless]]
 
[[File:HOW TO SET UP TIME ZONE-1.png|frameless]]
  
To check EBOX-IMX8MM system status, execute ''<big>command</big>'' as below:
+
Input the command below to access the upower.service file<pre>
 
+
$ cd /lib
Sh-4.4# <big>''df''</big>
+
$ nano systemd/system/upower.service
 +
</pre>[[File:Nanoupower.jpg|frameless]]
  
[[File:How to check storages contents in Yocto-2.png|frameless|580x580px]]                                 
+
Put a # to "ExecStart=/usr/libexec/upowerd" <pre>
 +
#ExecStart=/usr/libexec/upowerd
 +
</pre><br />
 +
[[File:Upowersetting.jpg|left|frameless]]
  
Under /dev/ directory, we found mmcblk1, mmcblk2p1 and sda1 three different storages.
 
  
[[File:How to check storages contents in Yocto-3.png|frameless|580x580px]]
 
  
To check the files, execute <big>''command''</big> ls with <big>''Mounted on directory''</big>:
 
  
Sh-4.4# <big>''ls /run/media/mmcblk1''</big>
 
  
[[File:How to check storages contents in Yocto-4.png|frameless|590x590px]]
 
  
Sh-4.4# ls /run/media/mmcblk2p1
 
  
[[File:How to check storages contents in Yocto-5.png|frameless|600x600px]]
 
  
Sh-4.4# ls /run/media/sda1
 
  
[[File:How to check storages contents in Yocto-6.png|frameless|600x600px]]
 
  
After files checked, we found storage codes:
 
  
''<big>mmcblk1 = SD card</big>''
 
  
''<big>mmcblk2p1 = eMMC</big>''
+
Press Ctrl+X and input Y to save.
  
''<big>sda1 = USB disk</big>''
+
<br />

Revision as of 15:57, 27 March 2024

Resovling Terminal frozen after closing chromium--no--sandbox

Some of the customer may meet a terminal frozen problem after closing chromium--no-sandbox, and in this article, we will provide a temporary solution to avoid this problem.

*Notice, ICOP could help to issue a new image for resolving this problem, this is just for testing.


Boot up the unit and enter Yocto desktop, click upper-left icon to use weston-terminal.

HOW TO SET UP TIME ZONE-1.png

Input the command below to access the upower.service file

$ cd /lib
$ nano systemd/system/upower.service

Nanoupower.jpg Put a # to "ExecStart=/usr/libexec/upowerd"

#ExecStart=/usr/libexec/upowerd


Upowersetting.jpg







Press Ctrl+X and input Y to save.