
# get sources from somwhere:
#	copy from : scp -r anicic@gfa-ad82:~/workarea/EtherCAT/1.6.3 .
#	or          (mkdir 1.6.3; cd 1.6.3; git clone git@gitlab.com:etherlab.org/ethercat.git; cd ethercat; git checkout 1.6.3 -b gfa-1.6.3)


# do this on machine with access to kernel sources and cross cc for yocto40-aarch64
#          see build-yoctu40-aarch64.sh
(
  cd 1.6.3/ethercat
  (./bootstrap; ../../build-ethercat-4-yocto40-aarch64/build-yocto40-aarch64.sh -a yocto40-aarch64 -m 1.6.3 -k 5.15.19-rt29-gfa -c)
  cd ../..
)
