Changes

Jump to: navigation, search

Embedded Linux tips and tricks

75 bytes added, 09:23, 14 March 2022
Setting up a Yocto prebuilt package repository for apt
The repository used is located at http://yocto.dave.eu/imx-5.4.70-2.3.0/. The prebuilt packages were generated by Yocto Zeus, which was used to create the distro running on the target as well.
===Configuring the network subsystem===
First of all, it is necessary to configure the target's network subsystem in order to access the Internet. In this example, a couple of <code>systemd</code> services are used for this purpose, namely <code>systemd-networkd</code> and <code>systemd-resolved</code>. They were configured by following these steps.
Dec 15 21:34:32 orca systemd[1]: Started Network Name Resolution.
</pre>
===Configuring <code>apt</code>===
4,650
edits

Navigation menu