June 2017
Intermediate to advanced
478 pages
13h 14m
English
Each board has a subdirectory named board/[board name] or board/[vendor]/[board name], which should contain:
In addition, there may be source files for board specific functions.
Our Nova board is based on a BeagleBone which, in turn, is based on a TI am335x EVM, so, we should take a copy of the am335x board files:
$ mkdir board/ti/nova$ cp -a board/ti/am335x/* board/ti/nova
Next, edit board/ti/nova/Kconfig ...
Read now
Unlock full access