Open main menu

DAVE Developer's Wiki β

Changes

no edit summary
| style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#edf8fb; padding:5px; color:#000000" |2024/02/02
| style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#edf8fb; padding:5px; color:#000000" |DESK-MX9-L-5.0.0 release
|-
! style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#ededed; padding:5px; color:#000000" |2024/04/17
! style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#ededed; padding:5px; color:#000000" |DESK-MX9-L-5.1.0 release
|-
|}
Edit the file <code>/etc/apt/apt.conf</code> like this:
<pre>
root@desk-mx93-rev1:~# cat /etc/apt/apt.confAPT::Architecture "armhfarm64";
APT::Get::AllowUnauthenticated "true";
Acquire::Languages "none";
Get:14 http://yocto.dave.eu/desk-mx9-l-5.1.0 armv8a-mx93/ Packages [105 kB]
Get:15 http://yocto.dave.eu/desk-mx9-l-5.1.0 armv8a/ Packages [4319 kB]
Get:16 http://yocto.dave.eu/desk-mx9-l-5.1.0 desk_mx93_rev1/ Packages [278 kB] Fetched 4889 kB in 2s 7s (2083 732 kB/s)
Reading package lists... Done
W: Conflicting distribution: http://yocto.dave.eu/desk-mx9-l-5.1.0 all/ Release (expected all/ but got )
sed -i 's/\.\//desk%5fmx93%5frev1\//g' /var/lib/apt/lists/yocto.dave.eu_desk-mx9-l-5.1.0_desk%5fmx93%5frev1_Packages
</pre>
 
=== Fix dependencies ===
Before to install fix the dependencies with follow command <syntaxhighlight>
apt --fix-broken install
</syntaxhighlight>The command could be fail if are present some changes on package modified, for example if the file <code>/etc/resolv.conf</code> are changed try to remove it and repeat the command.
=== Installing packages on target ===
We assume that network interface has been already configured for Internet access. In any case, a simple network configuration can be done according to the [[deskDESK-mx93MX9-L/Deployment/How_to_configure_the_network_interfacesConfiguring_the_network_interfaces#Static_IP_address | How to configure the network interfaces]] wiki page.
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following NEW packages will be installed:
autoconf-archive
After this operation, 0 B of additional disk space will be used.
Get:1 http://yocto.dave.eu/desk-mx9-l-5.1.0 all/ autoconf-archive 2023.02.20-r0 [316 kB]
Fetched 316 kB in 0s (764 803 kB/s)
Selecting previously unselected package autoconf-archive.
(Reading database ... 58727 61836 files and directories currently installed.)
Preparing to unpack .../autoconf-archive_2023.02.20-r0_all.deb ...
Unpacking autoconf-archive (2023.02.20-r0) ...
Setting up autoconf-archive (2023.02.20-r0) ...
root@desk-mx93-rev1:~#
</pre>
<pre class="board-terminal">
root@desk-mx93-rev1:~# apt-cache search vim
vim-common - Vi IMproved - enhanced vi editor
vim-dev - Vi IMproved - enhanced vi editor - Development files
vim-doc - Vi IMproved - enhanced vi editor - Documentation files
vim-help - Vi IMproved - enhanced vi editor
vim-src - Vi IMproved - enhanced vi editor - Source files
vim-syntax - Vi IMproved - enhanced vi editor
vim-tiny-dev - Vi IMproved - enhanced vi editor (with tiny features) - Development files
vim-tiny-src - Vi IMproved - enhanced vi editor (with tiny features) - Source files
vim-tiny - Vi IMproved - enhanced vi editor (with tiny features)
vim-tools - Vi IMproved - enhanced vi editor
vim-xxd - Vi IMproved - enhanced vi editor
vim - Vi IMproved - enhanced vi editor
root@desk-mx93-rev1:~#
</pre>
zstd
zstd-dev
root@desk-mx93-rev1:~#
</pre>
[[Category:AURA]]
8,226
edits