<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dw="https://www.dreamwidth.org">
  <id>tag:dreamwidth.org,2010-11-06:671752</id>
  <title>Редкие мысли</title>
  <subtitle>Andy Shevchenko</subtitle>
  <author>
    <name>Andy Shevchenko</name>
  </author>
  <link rel="alternate" type="text/html" href="https://andy-shev.dreamwidth.org/"/>
  <link rel="self" type="text/xml" href="https://andy-shev.dreamwidth.org/data/atom"/>
  <updated>2021-12-08T13:46:16Z</updated>
  <dw:journal username="andy_shev" type="personal"/>
  <entry>
    <id>tag:dreamwidth.org,2010-11-06:671752:152335</id>
    <link rel="alternate" type="text/html" href="https://andy-shev.dreamwidth.org/152335.html"/>
    <link rel="self" type="text/xml" href="https://andy-shev.dreamwidth.org/data/atom/?itemid=152335"/>
    <title>Dell Venue 7 3740: How to get serial interface</title>
    <published>2021-12-06T19:21:35Z</published>
    <updated>2021-12-08T13:46:16Z</updated>
    <category term="hardware"/>
    <category term="howto"/>
    <category term="intel-mid"/>
    <dw:mood>enthusiastic</dw:mood>
    <dw:security>public</dw:security>
    <dw:reply-count>0</dw:reply-count>
    <content type="html">After experimenting with Intel Edison board I decided to have a look at &lt;a href="https://i.dell.com/sites/csdocuments/Shared-Content_data-Sheets_Documents/en/new-venue-7-spec-sheet.pdf"&gt;Dell Venue 7 3740&lt;/a&gt; which is based on the same chip (but has higher frequency and bigger eMMC, including LTE modem, display, and audio). It can be found on the second hand market for something like 60€ + delivery (as of day of writing this blog post).&lt;br /&gt;&lt;img src="https://ic.pics.livejournal.com/andy_shev/1389493/1085/1085_600.jpg" alt="Dell Venue 7 3740" title="Dell Venue 7 3740"&gt;&lt;br /&gt;Before doing anything useful it would be nice to have an access to the only free serial port (the same as for Intel Edison it's called &lt;i&gt;/dev/ttyMFD2&lt;/i&gt; in the stock kernel). For this, let's open a back cover and look at the motherboard:&lt;br /&gt;&lt;img src="https://ic.pics.livejournal.com/andy_shev/1389493/2168/2168_600.png" alt="Dell Venue 7 3740 motherboard" title="Dell Venue 7 3740 motherboard"&gt;&lt;br /&gt;Our interest here is the 40-pin connector which has last 4 pins related to the UART, but it's good that we may find necessary signals in better, from soldering perspective, locations as depicted below:&lt;br /&gt;&lt;a href="https://ic.pics.livejournal.com/andy_shev/1389493/2445/2445_original.png"&gt;&lt;img src="https://ic.pics.livejournal.com/andy_shev/1389493/2445/2445_600.png" alt="UART pins" title="UART pins"&gt;&lt;/a&gt;&lt;br /&gt;The signals are +1.8v TTL, be aware to find an appropriate adapter. Luckily I have had one which is +1.8v by default and connected directly to it, so +1.8v signal is unconnected in my case, while being soldered &lt;i&gt;just in case&lt;/i&gt;:&lt;br /&gt;&lt;a href="https://ic.pics.livejournal.com/andy_shev/1389493/1859/1859_original.png"&gt;&lt;img src="https://ic.pics.livejournal.com/andy_shev/1389493/1859/1859_300.png" alt="UART connection" title="UART connection"&gt;&lt;/a&gt;&lt;br /&gt;The stock image doesn't issue anything to UART. However, if you rooted the device as pretty well described in &lt;a href="https://opensource.dell.com/releases/Venue_7_3740_Merrifield/developer-edition/Doc/OSS_A195.pdf"&gt;the Dell official documentation&lt;/a&gt;, you would be able to run something like&lt;br /&gt;&lt;pre&gt;
adb shell
dmesg &amp;gt; /dev/ttyMFD2
&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;(Note that default UART settings are &lt;i&gt;9600,8,n,1&lt;/i&gt;)&lt;br /&gt;&lt;br /&gt;Next step is to build U-Boot for it, stay tuned!&lt;br /&gt;&lt;br /&gt;&lt;img src="https://www.dreamwidth.org/tools/commentcount?user=andy_shev&amp;ditemid=152335" width="30" height="12" alt="comment count unavailable" style="vertical-align: middle;"/&gt; comments</content>
  </entry>
</feed>
