diff options
Diffstat (limited to 'board/wandboard/README')
-rw-r--r-- | board/wandboard/README | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/board/wandboard/README b/board/wandboard/README index e0b0b33..498db2f 100644 --- a/board/wandboard/README +++ b/board/wandboard/README @@ -14,12 +14,17 @@ Building U-boot for Wandboard To build U-Boot for the Wandboard Dual Lite version: -$ make wanboard_dl_config +$ make wandboard_dl_config $ make To build U-Boot for the Wandboard Solo version: -$ make wanboard_solo_config +$ make wandboard_solo_config +$ make + +To build U-Boot for the Wandboard Quad version: + +$ make wandboard_quad_config $ make Flashing U-boot into the SD card |