Difference between revisions of "AIMLinux/BSP/Linux/MT8395/hardware enablement"

From ESS-WIKI
Jump to: navigation, search
(Created page with "{{DISPLAYTITLE:How to update kernel for hardware enablement}} === fetch the following packages === kernel (get these files from your contact window) <syntaxhighlight lang="ba...")
 
(fetch the following packages)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
{{DISPLAYTITLE:How to update kernel for hardware enablement}}
 
{{DISPLAYTITLE:How to update kernel for hardware enablement}}
  
 +
== Hardware Enablement ==
 +
*RS-485
 +
*TPM
 +
*external watchdog
 +
*ethernet switch (UIO-4036)
 +
 +
== Install Procedures ==
 
=== fetch the following packages ===
 
=== fetch the following packages ===
kernel (get these files from your contact window)
+
kernel (Obtain these files through your local Advantech representative.)
 
<syntaxhighlight lang="bash">
 
<syntaxhighlight lang="bash">
 
# linux-buildinfo-5.15.0-1029-mtk_5.15.0-1029.33advantech1_arm64.deb
 
# linux-buildinfo-5.15.0-1029-mtk_5.15.0-1029.33advantech1_arm64.deb
Line 12: Line 19:
 
dependency
 
dependency
 
<syntaxhighlight lang="bash">
 
<syntaxhighlight lang="bash">
wget https://ftp.fau.de/ubuntu-ports/pool/main/o/openssl/libssl1.1_1.1.1-1ubuntu2.1~18.04.23_arm64.deb
+
wget "http://ports.ubuntu.com/ubuntu-ports/pool/main/o/openssl/libssl1.1_1.1.1-1ubuntu2.1~18.04.23_arm64.deb"
 
</syntaxhighlight>
 
</syntaxhighlight>
  

Latest revision as of 05:01, 29 January 2024


Hardware Enablement

  • RS-485
  • TPM
  • external watchdog
  • ethernet switch (UIO-4036)

Install Procedures

fetch the following packages

kernel (Obtain these files through your local Advantech representative.)

# linux-buildinfo-5.15.0-1029-mtk_5.15.0-1029.33advantech1_arm64.deb
# linux-headers-5.15.0-1029-mtk_5.15.0-1029.33advantech1_arm64.deb
# linux-image-5.15.0-1029-mtk_5.15.0-1029.33advantech1_arm64.deb
# linux-modules-5.15.0-1029-mtk_5.15.0-1029.33advantech1_arm64.deb
# linux-mtk-headers-5.15.0-1029_5.15.0-1029.33advantech1_all.deb

dependency

wget "http://ports.ubuntu.com/ubuntu-ports/pool/main/o/openssl/libssl1.1_1.1.1-1ubuntu2.1~18.04.23_arm64.deb"

install all fetched packages

sudo dpkg -i *deb
sudo reboot