Skip to content
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

improve setup #1

Open
LeFl0w opened this issue May 28, 2024 · 1 comment
Open

improve setup #1

LeFl0w opened this issue May 28, 2024 · 1 comment

Comments

@LeFl0w
Copy link

LeFl0w commented May 28, 2024

Is is possible to improve initial installation paragraph ?
https://github.com/viveris/LoCod?tab=readme-ov-file#install

locod script is referencing docker images included in the submodule but there is no automation to build those images.

for what I understand, it is mandatory to build each docker image located in submodules manually with command: docker build -t imaage_name:version and to respect the version identified in

LoCod/locod.sh

Lines 46 to 49 in e09e7a7

PANDA_DOCKER_IMG=panda-bambu:9.8.0
ULTRA96_SDK_DOCKER_IMG=sdk-ultra96:1.0
ENCLUSTRA_SDK_DOCKER_IMG=sdk-enclustra:1.0
NG_ULTRA_SDK_DOCKER_IMG=sdk-ngultra:1.0

Am I correct?
thx

@Hugokie
Copy link
Contributor

Hugokie commented Jun 3, 2024

Hi,

Yes, it is correct.

You shall build all docker images manually, we know that this part is not user-friendly, but we can't share some docker images because of licences of proprietary tools (NanoXplore for example).
In addition, sdk for enclustra and ultra96 can be customized for your needs, so we don't provide these.

To generate the SDK for enclustra and / or ultra96 we used petalinux and the two repositories below :
https://github.com/viveris/LoCod-bsp-ME-XU7-6EG
https://github.com/viveris/LoCod-bsp-u96v2
This procedure produce SDK archive used by dockefile.

If you want to use LoCod for ultra96 or enclustra the only needs are :

  • SDK docker image for your target.
  • Vivado installed on your PC.
  • And PandA docker image.

Perhaps we will share the docker images on a docker registry, but we shall verify licences of used tools inside.

@LeFl0w LeFl0w mentioned this issue Jun 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants