Changes

Jump to: navigation, search

XELK-AN-003: Package Management with Yocto

390 bytes added, 10:35, 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@sbc-lynx:~# ifconfig eth0 192.168.0.94
root@sbc-lynx:~# route add default gw 192.168.0.254
root@sbc-lynx:~# echo "nameserver 8.8.8.8" > /etc/resolv.conf
</pre>
For example:
8,154
edits

Navigation menu