lupyuen commented on PR #10193: URL: https://github.com/apache/nuttx/pull/10193#issuecomment-1687349871
@annerajb Found the problem, the `boards/arm64/rk3399/pinephonepro/include` directory is missing. Could you follow the same convention as PinePhone and create the missing files `board.h` and `board_memorymap.h`? Then try doing a fresh new build from scratch, hope that it works. Thanks! https://github.com/apache/nuttx/tree/master/boards/arm64/a64/pinephone/include ```text → ls boards/arm64/a64/pinephone/include board.h board_memorymap.h ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
