Difference between revisions of "Minnowboard:Hardware Revisions"

From eLinux.org
Jump to: navigation, search
(Created page with "= Revision A = == Known Software Issues == * GPIO buttons are slow to respond == Known Hardware Issues == * Left/Right Audio channels swapped on line-out jack")
 
(Revision A: VBUS detection doesn't work)
 
(6 intermediate revisions by 5 users not shown)
Line 1: Line 1:
= Revision A =
+
= MinnowMax =
 +
== Revision A0 ==
  
== Known Software Issues ==
+
Hardware test platform (limited availability)
 +
 
 +
== Revision A1 ==
 +
 
 +
General Availability (Expected June 2014)
 +
 
 +
=== Known Software Issues ===
 +
* None
 +
 
 +
=== Known Hardware Issues ===
 +
* None
 +
 
 +
= MinnowBoard=
 +
== Revision A ==
 +
 
 +
=== Known Software Issues ===
 
* GPIO buttons are slow to respond
 
* GPIO buttons are slow to respond
 +
* VBUS detection doesn't work in upstream kernel
 +
** Update kernel to one which contains ''7a81638485c1 ("gpio: sch: Add edge event support")'' and ''049d3db625a6 ("usb: gadget: pch_udc: Provide a GPIO line used on Intel Minnowboard (v1)")''. More details are described in [https://andy-shev.dreamwidth.org/152628.html this blog post].
 +
 +
=== Known Hardware Issues ===
 +
 +
1. Left/Right Audio channels swapped on line-out jack
 +
*Workaround: edit /etc/asound.conf to swap the channels:
 +
# Swap L/R channels for MinnowBoard Rev A boards
 +
pcm.!default {
 +
    type route
 +
    slave.pcm "cards.pcm.default"
 +
    ttable.0.1 1
 +
    ttable.1.0 1
 +
}
 +
 +
2. The silkscreen for the RTC battery polarity is incorrect on the MinnowBoard.
 +
*Workaround: No damage will occur if you insert the RTC battery backwards.
  
 +
3. VBUS detection doesn't work.
 +
*It appears the issue on the PCB level even after patching necessary drivers. One needs to remove the bootstrap resistor R229. The BIOS seems to work without it. More details are described in [https://andy-shev.dreamwidth.org/152628.html this blog post].
  
== Known Hardware Issues ==
 
  
* Left/Right Audio channels swapped on line-out jack
+
[[Category:MinnowBoard]]

Latest revision as of 06:15, 8 December 2021

MinnowMax

Revision A0

Hardware test platform (limited availability)

Revision A1

General Availability (Expected June 2014)

Known Software Issues

  • None

Known Hardware Issues

  • None

MinnowBoard

Revision A

Known Software Issues

  • GPIO buttons are slow to respond
  • VBUS detection doesn't work in upstream kernel
    • Update kernel to one which contains 7a81638485c1 ("gpio: sch: Add edge event support") and 049d3db625a6 ("usb: gadget: pch_udc: Provide a GPIO line used on Intel Minnowboard (v1)"). More details are described in this blog post.

Known Hardware Issues

1. Left/Right Audio channels swapped on line-out jack

  • Workaround: edit /etc/asound.conf to swap the channels:
# Swap L/R channels for MinnowBoard Rev A boards
pcm.!default {
    type route
    slave.pcm "cards.pcm.default"
    ttable.0.1 1
    ttable.1.0 1
}

2. The silkscreen for the RTC battery polarity is incorrect on the MinnowBoard.

  • Workaround: No damage will occur if you insert the RTC battery backwards.

3. VBUS detection doesn't work.

  • It appears the issue on the PCB level even after patching necessary drivers. One needs to remove the bootstrap resistor R229. The BIOS seems to work without it. More details are described in this blog post.