Changes

Jump to: navigation, search

XELK-AN-003: Package Management with Yocto

393 bytes added, 10:36, 5 April 2019
Installing packages on target
* <code>cortexa9hf_vfp_neon</code> is the name of the channel
* <code>http://myyocto.example.com/cortexa9hf_vfp_neon</code> is the URL of the webserver
 
We assume that network interface has been already configured for Internet access. In any case, a simple network configuration can be done directly on serial console with the following commands:
 
<pre class="board-terminal">
root@imx6qxelk:~# ifconfig eth0 192.168.0.94
root@imx6qxelk:~# route add default gw 192.168.0.254
root@imx6qxelk:~# echo "nameserver 8.8.8.8" > /etc/resolv.conf
</pre>
For example:
8,157
edits

Navigation menu