diff options
author | Dalon Westergreen <dwesterg@gmail.com> | 2019-12-10 10:38:38 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-12-10 11:19:56 -0800 |
commit | fc86a3c59beedffb681949e676a6328756060039 (patch) | |
tree | 973096b84d4fe5c414738dacf3639e091c060b9c /README.md | |
parent | f25e63c634cd886611ae60f342723c32ea8008e8 (diff) | |
download | meta-altera-fc86a3c59beedffb681949e676a6328756060039.tar.gz |
Readme: Update for board config
Add brief description on targetting alternate boards
for a given machine. In this example, specifically
mention the de0-nano-soc.
Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -37,6 +37,21 @@ or for the linux-altera-ltsi kernel | |||
37 | Please note that older kernels will not compile with GCC 5+ and you will need | 37 | Please note that older kernels will not compile with GCC 5+ and you will need |
38 | to specify in your conf/local.conf to revert to older 4.9 toolchain. | 38 | to specify in your conf/local.conf to revert to older 4.9 toolchain. |
39 | 39 | ||
40 | Specifying Devicetrees and U-Boot Configurations | ||
41 | ================================================== | ||
42 | All of the supported machines select default uboot configurations and devicetrees. These | ||
43 | selections can be overridden in the local.conf or by defining your own machine in your | ||
44 | own layer. | ||
45 | |||
46 | An example of the is the DE0-Nano-SoC board, which is a supported configuration in the Cyclone5 | ||
47 | machine definition. | ||
48 | |||
49 | UBOOT_CONFIG = "de0-nano-soc" | ||
50 | UBOOT_EXTLINUX_FDT_default = "../socfpga_cyclone5_de0_nano_soc.dtb" | ||
51 | |||
52 | The above overrides the uboot configuration, "de0-nano-soc" is a target in u-boot, and configures | ||
53 | distroboot to indicate the de0-nano-soc devicetree. Please keep in mind that not all targets are | ||
54 | using distroboot in u-boot and may require u-boot environment changes. | ||
40 | 55 | ||
41 | Choosing Toolchain Versions | 56 | Choosing Toolchain Versions |
42 | ============================= | 57 | ============================= |