Skip to main content
Senior
September 20, 2024
Solved

Board support package

  • September 20, 2024
  • 1 reply
  • 1050 views

I have a very generic question ,What happens if in an example for a different board . I just remove the BSP and instead add a BSP for a different board.

Best answer by Pavel A.

A generic answer to the generic question. When you replace or adapt a BSP from a different board you

1.Make it build without errors, find all missing parts etc.

2. Debug and validate that it works.

What happens next depends on success of these two steps.

 

1 reply

Pavel A.
Pavel A.Best answer
Super User
September 20, 2024

A generic answer to the generic question. When you replace or adapt a BSP from a different board you

1.Make it build without errors, find all missing parts etc.

2. Debug and validate that it works.

What happens next depends on success of these two steps.

 

Andrew Neil
Super User
September 20, 2024

To be even more generic:

"When you replace or adapt any firmware from a different board you ..."

 

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.
RiturajAuthor
Senior
September 21, 2024

@Andrew Neil Your sarcasm wasn't required here.