enclustra-bsp / bsp-altera

4 stars 7 forks source link

Yocto Support #3

Open jamesjhuang opened 1 year ago

jamesjhuang commented 1 year ago

Is there any way to port this BSP to Yocto? Or does Enclustra provide a layer of this in Yocto already?

EnclustraRaivis commented 1 year ago

Currently we do not provide Yocto BSP layer for our Altera modules.

dan-42 commented 1 year ago

@jamesjhuang We wrote our own Yocto layer, because the BSP provided was not usable.

jamesjhuang commented 1 year ago

@dan-42 Is the Yocto layer you wrote publicly available? I've been working on porting the BSP to Yocto and have done the kernel so far. For the kernel, I had just pointed to Enclustra's fork of the kernel. I saw the newer releases of the kernel have the Mercury AA1+ DTS included and thought about using that - wondering if that's what you used?

abuerkler commented 2 months ago

We just released a Yocto Linux reference design that provides a layer with support for Mercury+ AA1 modules. You can find it here: https://github.com/enclustra/meta-enclustra-socfpga

dan-42 commented 2 months ago

@dan-42 Is the Yocto layer you wrote publicly available? I've been working on porting the BSP to Yocto and have done the kernel so far. For the kernel, I had just pointed to Enclustra's fork of the kernel. I saw the newer releases of the kernel have the Mercury AA1+ DTS included and thought about using that - wondering if that's what you used?

Sorry I did not see your question, I do not look often into this theses days. No our layer is not public and it is specifically shaped to our product.

dan-42 commented 2 months ago

We just released a Yocto Linux reference design that provides a layer with support for Mercury+ AA1 modules. You can find it here: https://github.com/enclustra/meta-enclustra-socfpga

Thanks @abuerkler