-
Notifications
You must be signed in to change notification settings - Fork 25
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
Where to get "genavb_sdk.h" #9
Comments
Hi $ cmake . -B build/ -DTARGET=config_freertos_RT1189_M33 -DCONFIG=bridge build went succesfully. However i dont have binaries; Why their is no Binaries? Thank you |
Hi Sinai, Thanks for evaluating NXP's GenAVB/TSN stack. SDK_2.16 and genavb v5.6.0 are not compatible. For any development on iMXRT1189 with SDK 2.16 you should use the latest GenAVB/TSN software version 6.3.3 available for download on https://mcuxpresso.nxp.com/ https://mcuxpresso.nxp.com/en/dashboard?download=408c7573745b131680bcc160a866f47b Regards |
Hi @laurent5791 Thank you for your reply and help. The current GenAVB/TSN is 6.2 , which is also the current newst Branch on this repository. How can i download GenAVB/TSN software version 6.3.3 available for download on https://mcuxpresso.nxp.com/ ? Cheers, |
Hi @Sinai, Releases posted in this github repo are intended to be used for MPU devices running Linux. Please see "Supported hardware targets and configurations" in the README.md file. For MCU/Freertos (iMXRT1180) the latest release is GenAVB/TSN 6.3.3 (not uploaded in this repo). Can you double check the following link ? : https://mcuxpresso.nxp.com/en/dashboard?download=408c7573745b131680bcc160a866f47b Regards, |
Hi Laurent, Thank you for the help, I think it should be possible to run AVB Endpoint on iMXRT1180 , Thank you |
Hi ,
First of all thank you for the great work. I am trying to build the bridge application for target freertos_rt1189_cm33 .
I am working with NXP MIMXRT1180-EVK board.
I have setup env variable MCUX_SDK to the SDK_2_16_000_MIMXRT1180 from NXP .
i have setup env variable RTOS_APPS to the genavb-apps-freertos-5_6_0 .
In rtos/config.h file their is include "genavb_sdk.h" .
I don't know where to get this file? It is not included in MCUX_SDK and RTOS_APPS .
Do you have any idea?
Can it be replaced with "genavb.h"?
Thank you
The text was updated successfully, but these errors were encountered: