S B C X U s e r ' s G u i d e
v . 1 . 0 . 1
Embedded Systems
Developer's Wiki:
http://wiki.dave.eu/index.php/Software_Manual_%28Axel
%29#XELK_Updates
8.4
Q: How can I work with the XYZ peripheral/interface?
A:
please refer to the “i.MX 6Dual/6Quad Linux Reference
Manual” provided with the i.MX6 documentation package.
8.5
Q: How can I configure the AXEL system to boot from
network?
A:
booting from network is very helpful during the software development
(both for kernel and applications). The kernel and device tree binary
images are downloaded via TFTP while the root file system is remotely
mounted via NFS from the host. It is assumed that the development host:
●
is connected with the target host board through an Ethernet LAN
●
exports the directory containing the root file system for the target
through the NFS server
●
runs a TFTP server.
●
has a proper subnet IP address
If your system does not match this configuration, just change the
necessary variables and store them permanently with the u-boot
setenv
/
saveenv
commands. To do that, from the U-boot shell,
please check the following parameters and set them accordingly with
your host and target configuration:
Parameter
Description
Default
serverip
IP address of the host
machine running the
tftp/nfs server
192.168.1.23
ipaddress
IP address of the target
192.168.1.1
ethaddr
MAC address of the
target
00:50:c2:1e:af:af
netmask
Netmask of the target
255.255.255.0
gatewayip
IP address of the
gateway
192.168.1.254
netdev
Ethernet device name
eth0
rootpath
Path to the NFS-
/home/dvdk/xelk/rfs/axel-fsl-image
December, 2019
127/139
Summary of Contents for SBC AXEL
Page 2: ...S B C X U s e r s G u i d e v 1 0 1 Page intentionally left blank December 2019 2 139 ...
Page 105: ...S B C X U s e r s G u i d e v 1 0 1 December 2019 105 139 ...
Page 106: ...S B C X U s e r s G u i d e v 1 0 1 December 2019 106 139 ...
Page 107: ...S B C X U s e r s G u i d e v 1 0 1 December 2019 107 139 Fig 44 QtQuick Hello World ...
Page 119: ...S B C X U s e r s G u i d e v 1 0 1 December 2019 119 139 ...
Page 121: ...S B C X U s e r s G u i d e v 1 0 1 December 2019 121 139 ...
Page 139: ...S B C X U s e r s G u i d e v 1 0 1 December 2019 139 139 ...