Difference between revisions of "Minnowboard:FAQ"

From eLinux.org
Jump to: navigation, search
(Where can I find the Yocto Project BSP for the MinnowMax?)
Line 60: Line 60:
 
----
 
----
 
<references/>
 
<references/>
 +
 +
[[Category:MinnowBoard]]

Revision as of 13:51, 19 March 2015

Generic

Does Memtest work on the Minnowboard?

There are two popular versions of software generally reffered to as Memtest: Memtest86 and Memtest86+, the later being a fork of the former.

  • Memtest86 - This does, now, have a UEFI tester now, with both keyboard and mouse support. Rudimentary testing has been done to see if it works. As always, take the results of this test with a grain of salt
    http://www.memtest86.com/
    • Minnowboard: Works
    • MinnowMax: Works
  • Memtest86+ - In a statement from the Memtest86+ Forums:

    EFI is a nice idea, but the first time I heard "EFI will replace BIOS in the upcoming months !!!" was in 2002 at an Intel Developer's forum. 10 years after, UEFI replaced EFI but BIOS is still present in 99% of PC Motherboard. It's an hard task to build an EFI-readyMemtest86+, with massive code rewrite, and that version will not be compatible with legacy BIOS. I will not consider supporting two forks at the same time, so when Memtest86+ will switch to EFI, the BIOS version will be discontinued. When BIOS will be not be available in standard PC components, I'll start working on en EFI revision. [1]


    http://www.memtest.org/
    • Minnowboard: does NOT work
    • MinnowMax: does NOT work

Does the MinnowBoard support SATA port multiplier functions?

Yes, the SATA controller on the Minnowboard does have the hardware support for a SATA port multiplier but there is no software support for it at this time.

Will legacy BIOS support be available on the Minnowboard?

No, it will not be available. However, it is possible for a third party to purchase a CSM (Compatibility Support Module) from one of the BIOS vendors (e.g, AMI, Phoenix) and add that as a UEFI module.

Where are the man pages?

The manual pages consume roughly 300MB and were not installed in the default Angstrom image. If you want the manual pages, you can get them via the opkg command:

# opkg update
# opkg install man
# opkg list | grep "\-doc"
# opkg install <package>-doc

Minnowboard

Can I access the user switches on the MinnowBoard via the sysfs interface in Linux?

Yes.

Out of the box, the minnowboard_keys driver maps the GPIO buttons to keystrokes via the gpio-keys-polled driver. To access them via sysfs, you must unload the driver and export the GPIO lines:

# modprobe -r minnowboard_keys
# cd /sys/class/gpio
# echo 0 > export
# echo 1 > export
# echo 2 > export
# echo 3 > export
# cat gpio0/value
1

What model battery is used for the Real-Time Clock (RTC)? The silkscreen for the RTC battery polarity is incorrect on the MinnowBoard. Will I damage the board if I insert the battery backwards?

The battery model number is BR1225. The silkscreen error is known issue for Rev A and Rev A1 boards, and will be corrected in the next board revision. No damage will occur if you insert the RTC battery backwards.

Where can I find the Yocto Project BSP for the MinnowBoard?

At this time the MinnowBoard BSP is not part of the meta-intel repository, it's in its own repository, here: MinnowBoard BSP Git Repository


MinnowMax

Where can I find the Yocto Project BSP for the MinnowMax?

The MinnowMax BSP is a part of the meta-intel repository, should this change this FAQ will be updated.