Difference between revisions of "UIO-4036 hardware enabled:"

From ESS-WIKI
Jump to: navigation, search
 
 
Line 1: Line 1:
  
 
== Install Procedures[[https://ess-wiki.advantech.com.tw/wiki/index.php?title=AIMLinux/BSP/Linux/MT8395/hardware_enablement&action=edit&section=2 edit]] ==
 
== Install Procedures[[https://ess-wiki.advantech.com.tw/wiki/index.php?title=AIMLinux/BSP/Linux/MT8395/hardware_enablement&action=edit&section=2 edit]] ==
 +
  
 
=== Fetch the following packages[[https://ess-wiki.advantech.com.tw/wiki/index.php?title=AIMLinux/BSP/Linux/MT8395/hardware_enablement&action=edit&section=3 edit]] ===
 
=== Fetch the following packages[[https://ess-wiki.advantech.com.tw/wiki/index.php?title=AIMLinux/BSP/Linux/MT8395/hardware_enablement&action=edit&section=3 edit]] ===
  
kernel (Obtain these files through your local Advantech representative.)
+
[https://advantecho365-my.sharepoint.com/:f:/g/personal/jems_cheng_advantech_com/El-qVcFLmBZBhM57lbsbZZQBsZPbzkkj2Y6iXMS1zHIg5g?e=RdTHtd kernel packages]: (Obtain these files through your local Advantech representative.)
 
<pre># linux-buildinfo-5.15.0-1029-mtk_5.15.0-1029.33advantech1_arm64.deb
 
<pre># 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-headers-5.15.0-1029-mtk_5.15.0-1029.33advantech1_arm64.deb

Latest revision as of 06:08, 2 August 2024

Install Procedures[edit]

Fetch the following packages[edit]

kernel packages: (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[edit]

sudo dpkg -i *deb
sudo reboot