linux-automation / meta-lxatac

Build your own LXA TAC images and bundles
MIT License
5 stars 15 forks source link

meta-lxatac-software: bcu: add recipe for nxp board control utilities #93

Closed hnez closed 5 months ago

hnez commented 7 months ago

The bcu command is used to communicate with board control hardware on NXP development boards to:

Sadly the board I tried to use this with is not actually supported, so I could only check that it builds and shows the help message. It also discovered the FTDI device on the board, so that seems to work as well.

jluebbe commented 7 months ago

There is a open PR (https://github.com/labgrid-project/labgrid/pull/1273) to support BCU via labgrid.

jluebbe commented 6 months ago

What is the status of the libcurl patch? Could it be upstreamed?

hnez commented 6 months ago

What is the status of the libcurl patch? Could it be upstreamed?

I had a quick look at it and it looks to me like that would require changes to the build system for macOS, linux and windows, making testing the changes a chore. Since we do not have a real usecase for bcu yet and only wanted to check it out for fun, I don't think it is worth it to put in the effort.

I'd say we close this PR for now and have a second look once an actual usecase arises.

jluebbe commented 6 months ago

What is the status of the libcurl patch? Could it be upstreamed?

I had a quick look at it and it looks to me like that would require changes to the build system for macOS, linux and windows, making testing the changes a chore. Since we do not have a real usecase for bcu yet and only wanted to check it out for fun, I don't think it is worth it to put in the effort.

I'd say we close this PR for now and have a second look once an actual usecase arises.

I'd also be OK with at least reporting this as an issue to upstream and then pointing to that issue in a patch status header. Perhaps that way, it's solved upstream by the time we get around to updating it.

hnez commented 5 months ago

Hi @jluebbe,

now that we have an Upstream-Status entry, do we want this recipe in meta-lxatac?