Bump buidlroot version to 2018.02.6

This commit is contained in:
jbnadal
2018-10-22 14:55:59 +02:00
parent 222960cedb
commit bec94fdb63
6150 changed files with 84803 additions and 117446 deletions

View File

@@ -1,14 +1,10 @@
How to get started with the MinnowBoard (MAX)
=============================================
How to get started with the MinnowBoard MAX
===========================================
1. Build
Apply the defconfig:
$ make minnowboard_defconfig
Or, for the Minnowboard MAX board:
$ make minnowboard_max_defconfig
Add any additional packages required and build:
@@ -18,7 +14,7 @@ How to get started with the MinnowBoard (MAX)
2. Write the SD card
The build process will create a SD card image in output/images.
Write the image to an mSD card, insert into the MinnowBoard
Write the image to an mSD card, insert into the MinnowBoard MAX
and power the board on.
$ dd if=output/images/sdcard.img of=/dev/mmcblk0; sync