Docker Explination (Another Copy)
Docker Explination (Another Copy)
export IMAGE_ID=-------
cd docker-worker-generator/
./contrib/create_container 0 $IMAGE_ID;
---------------------------------Inside docker----------------
install_sdk ~/share/poky-agl-glibc-x86_64-mebicas3-image-aarch64-toolchain-3.0.0+snapshot.sh
source /xdt/sdk/environment-setup-aarch64-agl-linux
-------------------------------compiling code-------------------
build the linked dependencies
----------------------------running---------------------------------------
make and run your code
ssh -p -------------------------
its like username of your virtual pc
it will generate different names. so its not a problem.
password is 'devel'
coming to poky-agl-glibc-x86_64-mebicas3-image-aarch64-toolchain-3.0.0+snapshot.sh
there are so many poky images, at present we are working on aarch64 architecture (we are working in
car system, which architecture is based on aarch64)
we will keep this os image in ssd/share. install_sdk is command to run this image. ~/share/ is location of
image.