02b7fbf8fc
The 2017 MinnowBoard Turbot skews no longer use the Realtek 8169 Ethernet chip. The Turbot D0 uses The Intel I211, the Turbot Dual Ethernet has an I210 (quad-core) or I211 (dual-core). Add CONFIG_IGB to the Linux config but keep the Realtek 8169 support to avoid breaking older boards Tested on Turbot D0, lspci -k shows the igb driver is used: 03:00.0 Class 0200: 8086:1539 igb Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> |
||
---|---|---|
.. | ||
fs-overlay-graphical/etc | ||
genimage.cfg | ||
grub.cfg | ||
linux.config | ||
post-build.sh | ||
post-image.sh | ||
readme.txt |
How to get started with the MinnowBoard MAX =========================================== 1. Build Apply the defconfig: $ make minnowboard_max_defconfig Add any additional packages required and build: $ make 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 MAX and power the board on. $ dd if=output/images/sdcard.img of=/dev/mmcblk0; sync The system starts two consoles: one on the serial port and one on HDMI. 3. Enjoy Additional information about this board can be found at http://www.minnowboard.org/.