-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ngultra test #2
Comments
Hi Florent, I don't realy understand why there is this error when building executable for the NG-Ultra. It seems that the docker NG-Ultra BSP is found but the ngultra_bsp inside is missing. Could you please try to re-build the NG-Ultra SDK docker with the new version. You need 2 variables $NX_USERNAME and $NX_PERSONAL_ACCESS_TOKEN which are credentials to pull on the NanoXplore Github. Then you can run the following command inside the NG-Ultra SDK submodule folder : docker build -t ${IMG_NAME} --build-arg NX_USERNAME=${NX_USERNAME} --build-arg NX_PERSONAL_ACCESS_TOKEN=${NX_PERSONAL_ACCESS_TOKEN} -f Dockerfile . (all the steps to build the image are now explained in the README of the submodule) Then you can change the NG_ULTRA_SDK_DOCKER_IMG (line 49) in locod.sh to the image name you choose for the NG-Ultra SDK docker image, and you can retry the build : ./locod.sh -t ngultra -f demo/example_readme/main.c I tested it on my side, it worked. Let me know if it works for you or if you have any other errors. Best regards, |
I thanks it is better, but still blocked.
I think it miss docker nx-tools receipe |
by changing the default docker image name from nx-tools to nanoxplore it worked. |
Hi,
trying to test locod on ngultra, I got the following error:
dependencies check is correct (I only installed : docker sdk-ngultra ,panda-bambu and fpga-tb)
Am I missing something?
thanks.
Florent
The text was updated successfully, but these errors were encountered: