Difference between revisions of "CM-T43: Linux: Known Issues"

From Compulab Mediawiki
Jump to: navigation, search
 
Line 1: Line 1:
{{IssueCategory|RTC|
 
* RTC time and date is not maintained when unit is unplugged from power supply, even if an RTC backup battery is installed.
 
:'''Fixed in U-Boot v2016.01-cm-t43-1'''
 
}}
 
  
{{IssueCategory|OPP|
+
{{IssueCategory|Package Manager|
* U-Boot versions 0.97 and below do not modify the PMIC voltages. The PMIC retains its settings between resets, and as a result if CM-T43 is switched to a low performance OPP (below 800 Mhz), on reset U-Boot will be using low performance voltage settings for a high performance CPU frequency and may not finish booting.
+
* Public key problem is reported while retrieving new lists of packages:
:'''Fixed in U-Boot v2016.01-cm-t43-1'''
+
<pre>
 +
root@cm-debian:~# apt-get update
 +
Get:1 http://ftp.debian.org jessie Release.gpg [2390 B]
 +
Get:2 http://ftp.debian.org jessie Release [168 kB]
 +
...
 +
Fetched 16.0 MB in 24s (662 kB/s)                                                                                                                                         
 +
Reading package lists... Done
 +
W: There is no public key available for the following key IDs:
 +
7638D0442B90D010
 +
</pre>
 +
:'''Solution :''' Install ''debian-keyring'' and ''debian-archive-keyring'' packages.
 +
: '''Note :''' This operation requires ~50MB of additional disk space.
 +
<pre>
 +
root@cm-debian:~# apt-get install debian-keyring debian-archive-keyring
 +
</pre>
 
}}
 
}}
  
 
[[Category:Linux]]
 
[[Category:Linux]]
 
[[Category:CM-T43]]
 
[[Category:CM-T43]]

Latest revision as of 08:27, 29 June 2016

Package Manager
  • Public key problem is reported while retrieving new lists of packages:
root@cm-debian:~# apt-get update
Get:1 http://ftp.debian.org jessie Release.gpg [2390 B]
Get:2 http://ftp.debian.org jessie Release [168 kB]
...
Fetched 16.0 MB in 24s (662 kB/s)                                                                                                                                          
Reading package lists... Done
W: There is no public key available for the following key IDs:
7638D0442B90D010
Solution : Install debian-keyring and debian-archive-keyring packages.
Note : This operation requires ~50MB of additional disk space.
root@cm-debian:~# apt-get install debian-keyring debian-archive-keyring