We have a project based on AM335X SDK version 06_03_00_106.
We were forced to update the hardware with a new PHY chip which has better support in a newer kernel. While I tried backporting the driver it quickly became a rabbit hole since a lot of changes were introduced in the networking subsystem.
Two questions
- Is it possible to just update the kernel (4.19.94 to 5.10.100) within the SDK. What are the steps?
- If #1 is not feasible, what are the steps to update a project made from an older SDK version? (06_03_00_106 to 08_02_00_24)
I could not find any notes in the SDK documents regarding this.
Thanks in advance.