<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.element14.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Forum - Recent Threads</title><link>https://community.element14.com/challenges-projects/project14/visionthing/f/forum</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><lastBuildDate>Mon, 21 Mar 2022 09:53:32 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://community.element14.com/challenges-projects/project14/visionthing/f/forum" /><item><title>I am getting only 1 channel out of 2, for each serial pin in Beaglebone AI</title><link>https://community.element14.com/thread/50818?ContentTypeID=0</link><pubDate>Mon, 21 Mar 2022 09:53:32 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:4bfb0051-a27d-4d40-9f7a-367381256f16</guid><dc:creator>mqya95</dc:creator><slash:comments>0</slash:comments><comments>https://community.element14.com/thread/50818?ContentTypeID=0</comments><wfw:commentRss>https://community.element14.com/challenges-projects/project14/visionthing/f/forum/50818/i-am-getting-only-1-channel-out-of-2-for-each-serial-pin-in-beaglebone-ai/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hello I want to record 8 channels from TIDA-01454 CMB into a Beaglebone AI. As the CMB is built with two PCM1864 ADCs and it is also a Beagle board, I followed this guide(&lt;a href="https://www.ti.com/lit/an/sprac97/sprac97.pdf" rel="nofollow ugc"&gt;https://www.ti.com/lit/an/sprac97/sprac97.pdf&lt;/a&gt;) with some changes(channels_max=16).&lt;/p&gt;
&lt;p&gt;I have managed to record audio from 4 of the 8 microphones that the CMB has(I just tap the mic to check if that one is working). However I want to record the 8 channels. Currently the working microphones are MIC1, MIC4, MIC5 and MIC8, although I would say there is much noise.The CMB has 4 data output pins, I suppose each one transmits 2 channels, so the problem is that each pin is getting mono instead of stereo. This might be because a problem in DTS, therefore this is my dts file:&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;pcm5102a: pcm5102a { 

     #sound-dai-cells = &amp;lt;0&amp;gt;; 

     compatible = &amp;quot;ti,pcm5102a&amp;quot;; 

     status = &amp;quot;okay&amp;quot;; 

  }; 

   

   

  sound {compatible = &amp;quot;simple-audio-card&amp;quot;; 

    simple-audio-card,format = &amp;quot;i2s&amp;quot;; 

    simple-audio-card,name = &amp;quot;PCM5102a&amp;quot;; 

    simple-audio-card,bitclock-master = &amp;lt;&amp;amp;sound1_master&amp;gt;; 

    simple-audio-card,frame-master = &amp;lt;&amp;amp;sound1_master&amp;gt;; 

    simple-audio-card,bitclock-inversion; 

     

     

    simple-audio-card,cpu { 

            sound-dai = &amp;lt;&amp;amp;mcasp1&amp;gt;; 

    }; 

    sound1_master: simple-audio-card,codec { 

        #sound-dai-cells = &amp;lt;0&amp;gt;; 

        sound-dai = &amp;lt;&amp;amp;pcm5102a&amp;gt;; 

          //clocks = &amp;lt;&amp;amp;mcasp1_fck&amp;gt;; 

          //clock-names = &amp;quot;mclk&amp;quot;; 

      }; 

  }; 

&amp;amp;mcasp1 { 

    #sound-dai-cells = &amp;lt;0&amp;gt;; 

    pinctrl-names = &amp;quot;default&amp;quot;; 

    pinctrl-0 = &amp;lt;&amp;amp;mcasp1_pins&amp;gt;; 

    status = &amp;quot;okay&amp;quot;; 

    op-mode = &amp;lt;0&amp;gt;; /* MCASP_IIS_MODE */ 

    tdm-slots = &amp;lt;2&amp;gt;; 

    num-serializer = &amp;lt;4&amp;gt;; 

    serial-dir = &amp;lt; /* 1 TX 2 RX 0 unused */ 

        2 2 0 0 0 0 0 0 0 0 2 2

      &amp;gt;; 

    rx-num-evt = &amp;lt;4&amp;gt;; 

    tx-num-evt = &amp;lt;4&amp;gt;; 

};&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;The serial-dir is that way because I use mcasp1_axr0, mcasp1_axr1, mcasp1_10 and mcasp1_axr11 ,those are the ones available in Beaglbone AI. I connected the pins DATA1-MiniDSP, DATA2-MiniDSP, DATA3-MiniDSP and DATA4-MiniDSP in J5(of the CMB) to these pins in my Beaglebone:&lt;/span&gt;&lt;/p&gt;
&lt;pre&gt;&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;P9.18b                               173 fast rx       0 mcasp 0 d0       mcasp@48460000 (mcasp1_pins)
P9.17b                               174 fast rx       0 mcasp 0 d1       mcasp@48460000 (mcasp1_pins)
P9.30                                183 fast rx       0 mcasp 0 d10      mcasp@48460000 (mcasp1_pins)
P9.28                                184 fast rx       0 mcasp 0 d11      mcasp@48460000 (mcasp1_pins)&lt;/pre&gt;&lt;/pre&gt;
&lt;p&gt;I also conected DATA1-MiniDSP, LRCLK and BCLK to an external I2S DAC to make a test and I could hear MIC1 and MIC2. So I can assure that outputs are coming in stereo. My problem is that when connect the outputs to Beaglebone and record, I just get 1 of those 2 channels for each DOUT. I checked all of them just in case with the external I2S DAC:&lt;/p&gt;
&lt;p&gt;Data 1 is giving MIC1 and MIC2&lt;/p&gt;
&lt;p&gt;Data 2 is giving MIC5 and MIC6&lt;/p&gt;
&lt;p&gt;Data 3 is giving MIC3 and MIC4&lt;/p&gt;
&lt;p&gt;Data 4 is giving MIC7 and MIC8&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;In case it helps, here is myDummy CODEC:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;#include &amp;lt;linux/init.h&amp;gt;
#include &amp;lt;linux/module.h&amp;gt;
#include &amp;lt;linux/platform_device.h&amp;gt;

#include &amp;lt;sound/soc.h&amp;gt;

static struct snd_soc_dai_driver pcm5102a_dai = {
	.name = &amp;quot;pcm5102a-hifi&amp;quot;,
	.playback = {
		.channels_min = 2,
		.channels_max = 2,
		.rates = SNDRV_PCM_RATE_8000_192000,
		.formats = SNDRV_PCM_FMTBIT_S16_LE |
			   SNDRV_PCM_FMTBIT_S24_LE |
			   SNDRV_PCM_FMTBIT_S32_LE
	},
	.capture = { 

		.stream_name = &amp;quot;Capture&amp;quot;, 

		.channels_min = 1, 

		.channels_max = 16, 

		.rates = SNDRV_PCM_RATE_8000_192000, 

		.formats = SNDRV_PCM_FMTBIT_S16_LE | 

			SNDRV_PCM_FMTBIT_S24_LE | 

			SNDRV_PCM_FMTBIT_S32_LE 

	}, 
};

static struct snd_soc_codec_driver soc_codec_dev_pcm5102a;

static int pcm5102a_probe(struct platform_device *pdev)
{
	return snd_soc_register_codec(&amp;amp;pdev-&amp;gt;dev, &amp;amp;soc_codec_dev_pcm5102a,
			&amp;amp;pcm5102a_dai, 1);
}

static int pcm5102a_remove(struct platform_device *pdev)
{
	snd_soc_unregister_codec(&amp;amp;pdev-&amp;gt;dev);
	return 0;
}

static const struct of_device_id pcm5102a_of_match[] = {
	{ .compatible = &amp;quot;ti,pcm5102a&amp;quot;, },
	{ }
};
MODULE_DEVICE_TABLE(of, pcm5102a_of_match);

static struct platform_driver pcm5102a_codec_driver = {
	.probe		= pcm5102a_probe,
	.remove		= pcm5102a_remove,
	.driver		= {
		.name	= &amp;quot;pcm5102a-codec&amp;quot;,
		.of_match_table = pcm5102a_of_match,
	},
};

module_platform_driver(pcm5102a_codec_driver);

MODULE_DESCRIPTION(&amp;quot;ASoC PCM5102A codec driver&amp;quot;);
MODULE_AUTHOR(&amp;quot;Florian Meier &amp;lt;florian.meier@koalo.de&amp;gt;&amp;quot;);
MODULE_LICENSE(&amp;quot;GPL v2&amp;quot;);&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;and also my CMB configuration:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;pre class="ui-code" data-mode="text"&gt;uint8_t U1_PCM1864_CONFIG[][2] = { 

{0x00, 0x00}, // Change to Page 0 

{0x01, 0x40}, // PGA CH1_L to 32dB 

{0x02, 0x40}, // PGA CH1_R to 32dB 

{0x03, 0x40}, // PGA CH2_L to 32dB 

{0x04, 0x40}, // PGA CH2_R to 32dB 

{0x05, 0x86}, // Enable SMOOTH PGA Change; Independent Link PGA; 

{0x06, 0x41}, // Polarity: Normal, Channel: VINL1[SE] 

{0x07, 0x41}, // Polarity: Normal, Channel: VINR1[SE] 

{0x08, 0x44}, // Polarity: Normal, Channel: VINL3[SE] 

{0x09, 0x44}, // Polarity: Normal, Channel: VINR3[SE] 

{0x0A, 0x00}, // Secondary ADC Input: No Selection 

{0x0B, 0x44}, // RX WLEN: 24bit; TX WLEN: 24 bit; FMT: I2S format 

{0x10, 0x03}, // GPIO0_FUNC - SCK Out; GPIO0_POL - Normal 

{0x11, 0x50}, // GPIO3_FUNC - DOUT2; GPIO3_POL - Normal 

{0x12, 0x04}, // GPIO0_DIR - GPIO0 - Output 

{0x13, 0x40}, // GPIO3_DIR � GPIO3 - Output 

{0x20, 0x11}  // MST_MODE: Master; CLKDET_EN: Disable 

}; 

  

uint8_t U2_PCM1864_CONFIG[][2] = { 

{0x00, 0x00}, // Change to Page 0 

{0x01, 0x40}, // PGA CH1_L to 32dB 

{0x02, 0x40}, // PGA CH1_R to 32dB 

{0x03, 0x40}, // PGA CH2_L to 32dB 

{0x04, 0x40}, // PGA CH2_R to 32dB 

{0x05, 0x86}, // Enable SMOOTH PGA Change; Independent Link PGA; 

{0x06, 0x41}, // Polarity: Normal, Channel: VINL1[SE] 

{0x07, 0x41}, // Polarity: Normal, Channel: VINR1[SE] 

{0x08, 0x44}, // Polarity: Normal, Channel: VINL3[SE] 

{0x09, 0x44}, // Polarity: Normal, Channel: VINR3[SE] 

{0x0A, 0x00}, // Secondary ADC Input: No Selection 

{0x0B, 0x44}, // RX WLEN: 24bit; TX WLEN: 24 bit; FMT: I2S format 

{0x10, 0x00}, // GPIO0_FUNC – GPIO0; GPIO0_POL - Normal 

{0x11, 0x50}, // GPIO3_FUNC - DOUT2; GPIO3_POL - Normal 

{0x12, 0x00}, // GPIO0_DIR - GPIO0 - Input 

{0x13, 0x40}, // GPIO3_DIR � GPIO3 - Output 

{0x20, 0x01}  // MST_MODE: Slave; CLKDET_EN: Enable 

};&lt;/pre&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;So what is wrong? How can I get all the mics?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>AI training online</title><link>https://community.element14.com/thread/10551?ContentTypeID=0</link><pubDate>Thu, 05 Dec 2019 20:31:19 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:c69f2e00-4336-42d3-9620-2cd8210a7ab8</guid><dc:creator>clem57</dc:creator><slash:comments>0</slash:comments><comments>https://community.element14.com/thread/10551?ContentTypeID=0</comments><wfw:commentRss>https://community.element14.com/challenges-projects/project14/visionthing/f/forum/10551/ai-training-online/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p style="margin:0;"&gt;For anyone is interested, there is now a free AI course by IBM using Coursea platform. Since it is delivered online, you can partake as you wish around the world. Check it out at &lt;strong style="font-size:10.0pt;font-family:&amp;#39;Arial&amp;#39;,sans-serif;"&gt;&lt;a class="jive-link-external-small" href="http://www.mmsend35.com/link.cfm?r=uFlZxfpB-oaEdxAaHd3TTA~~&amp;amp;pe=qpOVz1guiMSXj0gEsKTTmuRNr-TYYvVEjhUXp9X-CtOcGOhPTCjSe6OJ9vdr9esIgVJ6bHkllzhVhmurSPMLBw~~&amp;amp;t=YCf-BRf6LB8NaiLetfKNig~~" rel="nofollow ugc noopener" target="_blank"&gt;&lt;span style="color:#0062ff;"&gt;this topic thread&lt;/span&gt;&lt;/a&gt;&lt;/strong&gt; .&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;Clem &lt;a href="https://www.coursera.org/specializations/ibm-ai-workflow?action=enroll"&gt;&lt;img alt="image"  class="image-1 jive-image" src="https://www.coursera.org/specializations/ibm-ai-workflow?action=enroll" style="max-width:620px;height:auto;" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>BB AI and OpenCV 3.3+</title><link>https://community.element14.com/thread/10413?ContentTypeID=0</link><pubDate>Fri, 25 Oct 2019 02:09:45 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:0cc26548-0d35-4af9-8adb-e6cc996ba7af</guid><dc:creator>vlasov01</dc:creator><slash:comments>5</slash:comments><comments>https://community.element14.com/thread/10413?ContentTypeID=0</comments><wfw:commentRss>https://community.element14.com/challenges-projects/project14/visionthing/f/forum/10413/bb-ai-and-opencv-3-3/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p style="margin:0;"&gt;I know BB AI comes with OpenCV 3.2.&lt;/p&gt;&lt;p style="margin:0;"&gt;I&amp;#39;d like to use BB AI with OpenCV Deep Neural Networks (dnn module) on my project. It comes with OpenCV 3.3 or later.&lt;/p&gt;&lt;p style="margin:0;"&gt;I&amp;#39;m wondering if anyone was able to get OpenCV 3.3 or later for BB AI?&lt;/p&gt;&lt;p style="margin:0;"&gt;If yes, are you still benefiting from BB AI hardware accelerators?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Problems getting started or is it dead?? &lt;SOLVED&gt;</title><link>https://community.element14.com/thread/10393?ContentTypeID=0</link><pubDate>Mon, 21 Oct 2019 10:14:37 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:70db7526-ef7b-4d2e-8cc9-fd786d55e50d</guid><dc:creator>phoenixcomm</dc:creator><slash:comments>10</slash:comments><comments>https://community.element14.com/thread/10393?ContentTypeID=0</comments><wfw:commentRss>https://community.element14.com/challenges-projects/project14/visionthing/f/forum/10393/problems-getting-started-or-is-it-dead-solved/rss?ContentTypeId=0</wfw:commentRss><description>&lt;div style="float:left;width:760px;height:450px;"&gt;&lt;span id="e18ebc72_b777_4182_8d5e_af1d0ba46bc9"&gt;&lt;span&gt;&lt;a href="https://players.brightcove.net/1362235890001/NkxiVJdjx_default/index.html?videoId=6096407534001"&gt;players.brightcove.net/.../index.html&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;p style="margin:0;"&gt;&lt;span style="font-family:&amp;#39;book antiqua&amp;#39;, palatino;font-size:12pt;"&gt;I got my BB AI about a week ago I had problems getting the fan mounted. But when I plug it in via USBA &amp;amp;gt; USBC type 3 cable but all I get is this. Is my BB dead? &lt;/span&gt;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;span style="font-family:&amp;#39;book antiqua&amp;#39;, palatino;font-size:12pt;"&gt;Thanks &lt;/span&gt;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;span style="font-family:&amp;#39;book antiqua&amp;#39;, palatino;font-size:12pt;"&gt;Cris H.&lt;/span&gt;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;span style="font-family:&amp;#39;book antiqua&amp;#39;, palatino;font-size:12pt;"&gt;problem was thas the motherboard didn&amp;#39;t do it. I bought a wall rat from 5-blow and now it boots!&lt;/span&gt;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;span style="font-family:&amp;#39;book antiqua&amp;#39;, palatino;font-size:12pt;"&gt;NOW how to change the static addresses &lt;span&gt;&lt;a href="https://community.element14.com/resized-image/__size/16x16/__key/communityserver-discussions-components-files/251/4760.contentimage_5F00_734.png"&gt;&lt;img alt="image" src="https://community-storage.element14.com/communityserver-components-secureimagefileviewer/communityserver/discussions/components/files/251/4760.contentimage_734.png-16x16.png?sv=2016-05-31&amp;amp;sr=b&amp;amp;sig=NkBcn0Op2x6UYwi2aJy1B1ys9o%2FXFgnVCenEd3%2BXo7o%3D&amp;amp;se=2026-05-10T23%3A59%3A59Z&amp;amp;sp=r&amp;amp;_=DY699V/UTW6w/IcFb3/uhg==" style="max-height: 16px;max-width: 16px;" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Boot up Sequence for BB-AI</title><link>https://community.element14.com/thread/10358?ContentTypeID=0</link><pubDate>Wed, 09 Oct 2019 18:38:15 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:26ba43c1-2008-4960-8b4c-936921419577</guid><dc:creator>clem57</dc:creator><slash:comments>0</slash:comments><comments>https://community.element14.com/thread/10358?ContentTypeID=0</comments><wfw:commentRss>https://community.element14.com/challenges-projects/project14/visionthing/f/forum/10358/boot-up-sequence-for-bb-ai/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p style="margin:0;"&gt;Looking in Ti&amp;#39;s documentation, I found:&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;The following boot modes are supported:&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;• NOR Flash boot • NAND Flash boot&lt;/p&gt;&lt;p style="margin:0;"&gt;• SD boot • eMMC boot&lt;/p&gt;&lt;p style="margin:0;"&gt;• QSPI_1 boot (1-bit SPI flash memories)&lt;/p&gt;&lt;p style="margin:0;"&gt;• QSPI_4 boot (4-bit (Quad) SPI flash memories)&lt;/p&gt;&lt;p style="margin:0;"&gt;• SATA boot • Universal Asynchronous Receiver/Transmitter (UART) boot&lt;/p&gt;&lt;p style="margin:0;"&gt;• Universal Serial Bus (USB) boot (like an ethernet card, not as mass storage)&lt;/p&gt;&lt;p style="margin:0;"&gt;• HS USB 2.0 boot (like an ethernet card, not as mass storage)&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;If the first boot source fails to boot, the ROM will move on to the next one in the sequence. Keep in mind that some boot sources take some time to timeout if that boot source isn&amp;#39;t available. To understand details on different boot modes, see the device-specific technical reference manual (TRM).&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;Key Boot Considerations are:&lt;/p&gt;&lt;p style="margin:0;"&gt;• It is recommended to include population options for other boot modes to aid in development&lt;/p&gt;&lt;p style="margin:0;"&gt;• Boot pins have other functions after reset. Make sure your board design takes this into account when choosing pull-up/down resistors for the boot pins&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Installing OpenCV is Like...</title><link>https://community.element14.com/thread/38766?ContentTypeID=0</link><pubDate>Wed, 09 Oct 2019 09:00:13 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:13f7ad1e-18bd-49b6-b8c5-f6dd16906fcb</guid><dc:creator>14rhb</dc:creator><slash:comments>21</slash:comments><comments>https://community.element14.com/thread/38766?ContentTypeID=0</comments><wfw:commentRss>https://community.element14.com/challenges-projects/project14/visionthing/f/forum/38766/installing-opencv-is-like/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p style="margin:0;"&gt;After several days into attempting to install OpenCV on my BB-AI it feels like I&amp;#39;m at about 0:15s into this video !&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;a href="https://www.youtube.com/watch?v=wmFzGXy5uYc" rel="nofollow ugc noopener" target="_blank"&gt;&lt;span&gt;&lt;a href="https://community.element14.com/resized-image/__size/1250x750/__key/communityserver-discussions-components-files/251/2046.contentimage_5F00_121370.jpg"&gt;&lt;img alt="image" src="https://community-storage.element14.com/communityserver-components-secureimagefileviewer/communityserver/discussions/components/files/251/2046.contentimage_121370.jpg-620x372.jpg?sv=2016-05-31&amp;amp;sr=b&amp;amp;sig=XTNr0fRIa7y0kpr9ns6UskUzEIpIINVTTsi6sn1GwUo%3D&amp;amp;se=2026-05-10T23%3A59%3A59Z&amp;amp;sp=r&amp;amp;_=IEXmUBURR0SF6X2CeUNWvg==" style="max-height: 372px;max-width: 620px;" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;a class="jive-link-external-small" href="https://www.youtube.com/watch?v=wmFzGXy5uYc" rel="nofollow ugc noopener" target="_blank" title="https://www.youtube.com/watch?v=wmFzGXy5uYc"&gt;https://www.youtube.com/watch?v=wmFzGXy5uYc&lt;/a&gt; &lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;Maybe some pointers for others are in my iBox posts:&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;a class="jive-link-blog-small" href="https://community.element14.com/challenges-projects/project14/visionthing/b/blog/posts/ibox-2-setting-up-the-bb-ai"&gt;iBox: #2 Setting up the BB-AI&lt;/a&gt;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;a class="jive-link-blog-small" href="https://community.element14.com/challenges-projects/project14/visionthing/b/blog/posts/ibox-3-is-it-a-cat-a-plane-a-moth"&gt;iBox: #3 Is it a cat, a plane, a moth?&lt;/a&gt;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;I also tried cross compiling on my faster PC with the aim of porting the code across afterwards, but that too failed with the &lt;strong&gt;libpython2-dev:armhf &lt;/strong&gt;library not being found. After much adjustment of my machine on the Linux command line I&amp;#39;m also no nearer on that approach.&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;But it did make me think, hence this question rather than a blog post:&lt;/p&gt;&lt;p style="margin:0;"&gt;If I were to compile the OpenCV on my other machine and port it across to the BB-AI then has someone else done this? e.g. why am I sitting waiting days for the BB-AI to run &lt;strong&gt;CMAKE&lt;/strong&gt; if it could be done externally and highly likely someone already has.&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;I&amp;#39;ve learnt many Linux commands along the way and have a rough understanding of what cross-compiling is.....so progress todate has been worthwhile still &lt;span&gt;&lt;a href="https://community.element14.com/resized-image/__size/16x16/__key/communityserver-discussions-components-files/251/4265.contentimage_5F00_1.png"&gt;&lt;img loading="lazy" alt="image" src="https://community-storage.element14.com/communityserver-components-secureimagefileviewer/communityserver/discussions/components/files/251/4265.contentimage_1.png-16x16.png?sv=2016-05-31&amp;amp;sr=b&amp;amp;sig=gyMLXrekC6KXGrzQu%2BzAV7X5ujtCJw7DjM8A%2FZmk1kg%3D&amp;amp;se=2026-05-10T23%3A59%3A59Z&amp;amp;sp=r&amp;amp;_=zGEM7pHL10Vt71gae75OdA==" style="max-height: 16px;max-width: 16px;" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Neuromophic Computing</title><link>https://community.element14.com/thread/38760?ContentTypeID=0</link><pubDate>Tue, 08 Oct 2019 14:48:06 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:49ce008e-695a-4f3e-9685-4ab27cad9245</guid><dc:creator>clem57</dc:creator><slash:comments>2</slash:comments><comments>https://community.element14.com/thread/38760?ContentTypeID=0</comments><wfw:commentRss>https://community.element14.com/challenges-projects/project14/visionthing/f/forum/38760/neuromophic-computing/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p style="margin:0;margin-top:5px;margin-bottom:15px;color:#222635;font-family:Cambria, serif;font-size:19px;"&gt;&lt;a href="https://miro.medium.com/max/1733/1*baa4JB2I-AS67YhDuiIkLw.jpeg"&gt;&lt;img alt="The brain on &amp;quot;Chips&amp;quot;" class="image-1 jive-image" height="308" src="https://miro.medium.com/max/1733/1*baa4JB2I-AS67YhDuiIkLw.jpeg" style="width:370px;height:307.935px;float:left;" width="370" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style="margin:0;margin-top:5px;margin-bottom:15px;color:#222635;font-family:Cambria, serif;font-size:19px;"&gt;Neuromorphic computing is an emerging technology that has actually been emerging for quite some time. It was first proposed in the 1980s by Carver Mead to take advantage of some of the technologies emerging in very large-scale integration (VLSI). The idea was to put a &lt;em&gt;large array of analog circuits&lt;/em&gt; on a single chip where all of the individual analog blocks were designed to leverage our knowledge of:&lt;/p&gt;&lt;ol style="margin-bottom:10px;color:#222635;font-family:Cambria, serif;font-size:19px;"&gt;&lt;li&gt;&lt;span style="margin-top:5px;margin-bottom:15px;"&gt;Biologically based neural architectures in living nervous systems.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="margin-top:5px;margin-bottom:15px;"&gt;New machine learning algorithms.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="margin-top:5px;margin-bottom:15px;"&gt;Physical microelectronics.&lt;/span&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p style="margin:0;margin-top:5px;margin-bottom:15px;color:#222635;font-family:Cambria, serif;font-size:19px;"&gt;One of the driving forces in this computing domain is because the end is in sight for the dramatic exponential growth of single processor von Neuman computer architectures. (Of course, it is the driving force for parallelism, quantum computing, etc. Who doesn&amp;#39;t stay up nights worrying about the day when we can&amp;#39;t compute any faster?!)&lt;/p&gt;&lt;p style="margin:0;padding:0px;margin-top:5px;margin-bottom:15px;color:#222635;font-family:Cambria, serif;font-size:19px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;margin-top:5px;margin-bottom:15px;color:#222635;font-family:Cambria, serif;font-size:19px;"&gt;What do you know about this topic?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Some Thoughts about BB-AI</title><link>https://community.element14.com/thread/10333?ContentTypeID=0</link><pubDate>Sat, 05 Oct 2019 18:57:14 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:07974719-69a6-4e45-a746-e903512144e1</guid><dc:creator>clem57</dc:creator><slash:comments>9</slash:comments><comments>https://community.element14.com/thread/10333?ContentTypeID=0</comments><wfw:commentRss>https://community.element14.com/challenges-projects/project14/visionthing/f/forum/10333/some-thoughts-about-bb-ai/rss?ContentTypeId=0</wfw:commentRss><description>&lt;h2&gt;First Off...&lt;/h2&gt;&lt;p style="margin:0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; So far in exploring the BB-AI, I like the potential of what it can do. But the first is the heat issue. I think this is solvable, but much consideration needs to be given with the usage of capes. The software quality is high. It uses Debian directive which is much like Rasbian or the Pi. I found a fairly good video that is a review of the board.&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;span id="000c9ac1_210d_4607_aed9_84988d73cad0"&gt;&lt;span&gt;&lt;a href="https://www.youtube.com/watch?v=HS0XL2nxSD0"&gt;www.youtube.com/watch&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;Skip forward to about 4:00 and watch from there. I am oing to use this to post pointers to other things (vision of course LOL). So stay tuned for more revelations to come. In the meantime, Use the comments below for criticism, wits, and any other observations. I will of course address them as time permits...&lt;/p&gt;&lt;p style="margin:0;"&gt;Keep up the faith and we will conquer this together...&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;h2&gt;&lt;span style="color:#3d3d3d;"&gt;Updating Linux... 10/06/19&lt;/span&gt;&lt;/h2&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;span style="color:#3d3d3d;"&gt;After thinking about the troubles of using the 16 GB eMMC flash, I decided to pursue another method much safer and less error prone. &lt;/span&gt;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;I solved this one by the following steps:&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Downloaded the latest image for Beagle Bone AI from BeagleBone.org&lt;/li&gt;&lt;li&gt;Used Etcher to burn the image to a fairly large SD card. I used a good named brand...&lt;/li&gt;&lt;li&gt;Booted the Beagle Bone AI with card inserted.&lt;/li&gt;&lt;li&gt;Checked space with df -h&lt;/li&gt;&lt;li&gt;Run shell /opt/scripts/tools/grow_partition.sh&lt;/li&gt;&lt;li&gt;Reboot BB-AI.&lt;/li&gt;&lt;li&gt;Check space again with df -h&amp;nbsp; You should see / expanded to the rest of the card.&lt;/li&gt;&lt;li&gt;Run sudo apt update&lt;/li&gt;&lt;li&gt;Run sudo apt upgrade&lt;/li&gt;&lt;li&gt;Now if you want, flash eMMC. I chose not to do this step. I would be careful since you could run into troubles if the card now exceeds 16 G&lt;span&gt;&lt;a href="https://community.element14.com/resized-image/__size/16x16/__key/communityserver-discussions-components-files/251/1222.contentimage_5F00_214.png"&gt;&lt;img alt="image" src="https://community-storage.element14.com/communityserver-components-secureimagefileviewer/communityserver/discussions/components/files/251/1222.contentimage_214.png-16x16.png?sv=2016-05-31&amp;amp;sr=b&amp;amp;sig=%2BZsNQSXvhS9i3si49ZNlNVTwXg6unNyX%2FO9AQoPWwpY%3D&amp;amp;se=2026-05-10T23%3A59%3A59Z&amp;amp;sp=r&amp;amp;_=WV3OKF00XcE3Pyr5eARGqg==" style="max-height: 16px;max-width: 16px;" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;Enjoy the new and improved Linux!&lt;span&gt;&lt;a href="https://community.element14.com/resized-image/__size/16x16/__key/communityserver-discussions-components-files/251/0245.contentimage_5F00_28294.png"&gt;&lt;img loading="lazy" alt="image" src="https://community-storage.element14.com/communityserver-components-secureimagefileviewer/communityserver/discussions/components/files/251/0245.contentimage_28294.png-16x16.png?sv=2016-05-31&amp;amp;sr=b&amp;amp;sig=kxyFG7Ur3waMsBrr9z%2BWm4LTGbyUOmthH7mNiayTcvc%3D&amp;amp;se=2026-05-10T23%3A59%3A59Z&amp;amp;sp=r&amp;amp;_=xVTukgXfiOORbi5UXAOQHA==" style="max-height: 16px;max-width: 16px;" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Btw, I intend to dump the card to a file in case I wish to start from this point again...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Possible help for BB-AI heat problem</title><link>https://community.element14.com/thread/10327?ContentTypeID=0</link><pubDate>Fri, 04 Oct 2019 03:57:32 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:e31c9c58-9578-42d8-917a-f4aa48c879c2</guid><dc:creator>clem57</dc:creator><slash:comments>7</slash:comments><comments>https://community.element14.com/thread/10327?ContentTypeID=0</comments><wfw:commentRss>https://community.element14.com/challenges-projects/project14/visionthing/f/forum/10327/possible-help-for-bb-ai-heat-problem/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p style="margin:0;"&gt;I did some investigation and found the BB-AI uses a governor of policy0 which is a custom setting. So I am testing setting the normal conservative to reduce the heat.&lt;/p&gt;&lt;p style="margin:0;"&gt;Here are the two commands:&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;em&gt;&lt;code style="font-style:inherit;font-weight:inherit;font-family:Consolas, Menlo, Monaco, &amp;#39;Lucida Console&amp;#39;, &amp;#39;Liberation Mono&amp;#39;, &amp;#39;DejaVu Sans Mono&amp;#39;, &amp;#39;Bitstream Vera Sans Mono&amp;#39;, &amp;#39;Courier New&amp;#39;, monospace, sans-serif;"&gt;sudo cpufreq-set -c 0 -g conservative&lt;/code&gt;&lt;/em&gt;&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;&lt;em&gt;&lt;code style="font-style:inherit;font-weight:inherit;font-family:Consolas, Menlo, Monaco, &amp;#39;Lucida Console&amp;#39;, &amp;#39;Liberation Mono&amp;#39;, &amp;#39;DejaVu Sans Mono&amp;#39;, &amp;#39;Bitstream Vera Sans Mono&amp;#39;, &amp;#39;Courier New&amp;#39;, monospace, sans-serif;"&gt;sudo cpufreq-set -c 1 -g conservative&lt;/code&gt;&lt;/em&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;I will monitor these overtime and report results...&lt;/p&gt;&lt;p style="margin:0;"&gt;Clem&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Not enough disk space for apt upgrade on Beaglebone AI</title><link>https://community.element14.com/thread/38741?ContentTypeID=0</link><pubDate>Fri, 04 Oct 2019 01:50:55 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:70d7d7fd-d8d3-4bf6-8919-5518a6e9626f</guid><dc:creator>weiwei2</dc:creator><slash:comments>17</slash:comments><comments>https://community.element14.com/thread/38741?ContentTypeID=0</comments><wfw:commentRss>https://community.element14.com/challenges-projects/project14/visionthing/f/forum/38741/not-enough-disk-space-for-apt-upgrade-on-beaglebone-ai/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p style="margin:0;"&gt;I face a not enough space left on device after attempting to do sudo apt upgrade on the device. &lt;/p&gt;&lt;p style="margin:0;"&gt;the same scenario happen if i try to update the cloud9 by pulling by following example in &lt;a class="jive-link-external-small" href="https://beagleboard.org/upgrade" rel="nofollow ugc noopener" target="_blank" title="https://beagleboard.org/upgrade"&gt;https://beagleboard.org/upgrade&lt;/a&gt;&amp;nbsp; &lt;/p&gt;&lt;p style="margin:0;"&gt;i also try to follow &lt;a class="jive-link-external-small" href="https://www.hackster.io/175809/tidl-on-beaglebone-ai-1ee263" target="_blank" title="https://www.hackster.io/175809/tidl-on-beaglebone-ai-1ee263"&gt;https://www.hackster.io/175809/tidl-on-beaglebone-ai-1ee263&lt;/a&gt;&amp;nbsp; but all of these will fail at the same &amp;#39;not enough space scenario&amp;#39;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;originally i thought the 8GB sd card i use is really insufficient then i change to a much bigger one and realize problem persists....then it must be something wrong&lt;/p&gt;&lt;p style="margin:0;"&gt;below is my sudo apt update and the subsequent sudo apt upgrade procedure&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;debian@beaglebone:/var/lib/cloud9$ sudo apt update&lt;/p&gt;&lt;p style="margin:0;"&gt;[sudo] password for debian:&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;span&gt;Ign:1 &lt;/span&gt;&lt;a class="jive-link-external-small" href="http://deb.debian.org/debian" rel="nofollow noopener" target="_blank"&gt;http://deb.debian.org/debian&lt;/a&gt;&lt;span&gt; stretch InRelease&lt;/span&gt;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;span&gt;Get:2 &lt;/span&gt;&lt;a class="jive-link-external-small" href="http://deb.debian.org/debian" rel="nofollow noopener" target="_blank"&gt;http://deb.debian.org/debian&lt;/a&gt;&lt;span&gt; stretch-updates InRelease [91.0 kB]&lt;/span&gt;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;span&gt;Get:3 &lt;/span&gt;&lt;a class="jive-link-external-small" href="http://repos.rcn-ee.com/debian" rel="nofollow noopener" target="_blank"&gt;http://repos.rcn-ee.com/debian&lt;/a&gt;&lt;span&gt; stretch InRelease [3,064 B]&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;span&gt;Get:4 &lt;/span&gt;&lt;a class="jive-link-external-small" href="http://deb.debian.org/debian-security" rel="nofollow noopener" target="_blank"&gt;http://deb.debian.org/debian-security&lt;/a&gt;&lt;span&gt; stretch/updates InRelease [94.3 kB]&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;span&gt;Get:5 &lt;/span&gt;&lt;a class="jive-link-external-small" href="http://deb.debian.org/debian" rel="nofollow noopener" target="_blank"&gt;http://deb.debian.org/debian&lt;/a&gt;&lt;span&gt; stretch Release [118 kB]&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;span&gt;Get:6 &lt;/span&gt;&lt;a class="jive-link-external-small" href="http://deb.debian.org/debian" rel="nofollow noopener" target="_blank"&gt;http://deb.debian.org/debian&lt;/a&gt;&lt;span&gt; stretch Release.gpg [2,365 B]&lt;/span&gt;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;span&gt;Get:7 &lt;/span&gt;&lt;a class="jive-link-external-small" href="http://deb.debian.org/debian" rel="nofollow noopener" target="_blank"&gt;http://deb.debian.org/debian&lt;/a&gt;&lt;span&gt; stretch-updates/main armhf Packages [27.3 kB]&lt;/span&gt;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;span&gt;Get:8 &lt;/span&gt;&lt;a class="jive-link-external-small" href="http://repos.rcn-ee.com/debian" rel="nofollow noopener" target="_blank"&gt;http://repos.rcn-ee.com/debian&lt;/a&gt;&lt;span&gt; stretch/main armhf Packages [1,066 kB]&lt;/span&gt;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;span&gt;Get:9 &lt;/span&gt;&lt;a class="jive-link-external-small" href="http://deb.debian.org/debian-security" rel="nofollow noopener" target="_blank"&gt;http://deb.debian.org/debian-security&lt;/a&gt;&lt;span&gt; stretch/updates/main armhf Packages [484 kB]&lt;/span&gt;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;span&gt;Get:10 &lt;/span&gt;&lt;a class="jive-link-external-small" href="http://deb.debian.org/debian-security" rel="nofollow noopener" target="_blank"&gt;http://deb.debian.org/debian-security&lt;/a&gt;&lt;span&gt; stretch/updates/contrib armhf Packages [1,764 B] &lt;/span&gt;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;span&gt;Get:11 &lt;/span&gt;&lt;a class="jive-link-external-small" href="http://deb.debian.org/debian-security" rel="nofollow noopener" target="_blank"&gt;http://deb.debian.org/debian-security&lt;/a&gt;&lt;span&gt; stretch/updates/non-free armhf Packages [1,272 B]&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;span&gt;Get:12 &lt;/span&gt;&lt;a class="jive-link-external-small" href="http://deb.debian.org/debian" rel="nofollow noopener" target="_blank"&gt;http://deb.debian.org/debian&lt;/a&gt;&lt;span&gt; stretch/main armhf Packages [6,915 kB]&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;span&gt;Get:13 &lt;/span&gt;&lt;a class="jive-link-external-small" href="http://deb.debian.org/debian" rel="nofollow noopener" target="_blank"&gt;http://deb.debian.org/debian&lt;/a&gt;&lt;span&gt; stretch/contrib armhf Packages [42.1 kB]&lt;/span&gt;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;span&gt;Get:14 &lt;/span&gt;&lt;a class="jive-link-external-small" href="http://deb.debian.org/debian" rel="nofollow noopener" target="_blank"&gt;http://deb.debian.org/debian&lt;/a&gt;&lt;span&gt; stretch/non-free armhf Packages [59.7 kB]&lt;/span&gt;&lt;/p&gt;&lt;p style="margin:0;"&gt;Fetched 8,906 kB in 17s (511 kB/s)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p style="margin:0;"&gt;Reading package lists... Done&lt;/p&gt;&lt;p style="margin:0;"&gt;Building dependency tree&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p style="margin:0;"&gt;Reading state information... Done&lt;/p&gt;&lt;p style="margin:0;"&gt;56 packages can be upgraded. Run &amp;#39;apt list --upgradable&amp;#39; to see them.&lt;/p&gt;&lt;p style="margin:0;"&gt;debian@beaglebone:/var/lib/cloud9$ sudo apt upgrade&lt;/p&gt;&lt;p style="margin:0;"&gt;Reading package lists... Done&lt;/p&gt;&lt;p style="margin:0;"&gt;Building dependency tree&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p style="margin:0;"&gt;Reading state information... Done&lt;/p&gt;&lt;p style="margin:0;"&gt;Calculating upgrade... Done&lt;/p&gt;&lt;p style="margin:0;"&gt;The following packages have been kept back:&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp; chromium&lt;/p&gt;&lt;p style="margin:0;"&gt;The following packages will be upgraded:&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp; base-files bb-cape-overlays bonescript e2fslibs e2fsprogs gpiod libcomerr2 libcpupower1 libcups2 libexpat1 libexpat1-dev libgd3 libglib2.0-0 libgpiod2 libicu57 libiio-utils libiio0&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp; libldap-2.4-2 libldap-common libmariadbclient18 libnghttp2-14 libnginx-mod-http-auth-pam libnginx-mod-http-dav-ext libnginx-mod-http-echo libnginx-mod-http-geoip&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp; libnginx-mod-http-image-filter libnginx-mod-http-subs-filter libnginx-mod-http-upstream-fair libnginx-mod-http-xslt-filter libnginx-mod-mail libnginx-mod-stream libpam-systemd libpq5&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp; libss2 libssl1.0.2 libssl1.1 libsystemd0 libudev-dev libudev1 libxslt1.1 linux-cpupower linux-libc-dev nginx nginx-common nginx-full openssh-client openssh-server openssh-sftp-server&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp; openssl systemd systemd-sysv tzdata udev unzip usbutils&lt;/p&gt;&lt;p style="margin:0;"&gt;55 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.&lt;/p&gt;&lt;p style="margin:0;"&gt;Need to get 32.0 MB of archives.&lt;/p&gt;&lt;p style="margin:0;"&gt;After this operation, 194 kB of additional disk space will be used.&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;span style="color:#e23d39;"&gt;E: You don&amp;#39;t have enough free space in /var/cache/apt/archives/.&lt;/span&gt;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;subsequently i do a fdisk -l for my very huge sd card after reading about &lt;a class="jive-link-external-small" href="https://www.linuxquestions.org/questions/debian-26/no-space-left-on-device-880308/" rel="nofollow ugc noopener" target="_blank" title="https://www.linuxquestions.org/questions/debian-26/no-space-left-on-device-880308/"&gt;https://www.linuxquestions.org/questions/debian-26/no-space-left-on-device-880308/&lt;/a&gt;&amp;nbsp; but unsure if i can follow it&lt;/p&gt;&lt;p style="margin:0;"&gt;here&amp;#39;s my fdisk output&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;debian@beaglebone:/var/lib/cloud9$ sudo fdisk -l&lt;/p&gt;&lt;p style="margin:0;"&gt;Disk /dev/mmcblk0: 119.3 GiB, 128043712512 bytes, 250085376 sectors&lt;/p&gt;&lt;p style="margin:0;"&gt;Units: sectors of 1 * 512 = 512 bytes&lt;/p&gt;&lt;p style="margin:0;"&gt;Sector size (logical/physical): 512 bytes / 512 bytes&lt;/p&gt;&lt;p style="margin:0;"&gt;I/O size (minimum/optimal): 512 bytes / 512 bytes&lt;/p&gt;&lt;p style="margin:0;"&gt;Disklabel type: dos&lt;/p&gt;&lt;p style="margin:0;"&gt;Disk identifier: 0xf7146e7c&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;Device&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Boot Start&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; End Sectors&amp;nbsp; Size Id Type&lt;/p&gt;&lt;p style="margin:0;"&gt;/dev/mmcblk0p1 *&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8192 7372799 7364608&amp;nbsp; 3.5G 83 Linux&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;Disk /dev/mmcblk1: 14.6 GiB, 15678308352 bytes, 30621696 sectors&lt;/p&gt;&lt;p style="margin:0;"&gt;Units: sectors of 1 * 512 = 512 bytes&lt;/p&gt;&lt;p style="margin:0;"&gt;Sector size (logical/physical): 512 bytes / 512 bytes&lt;/p&gt;&lt;p style="margin:0;"&gt;I/O size (minimum/optimal): 512 bytes / 512 bytes&lt;/p&gt;&lt;p style="margin:0;"&gt;Disklabel type: dos&lt;/p&gt;&lt;p style="margin:0;"&gt;Disk identifier: 0x209da4b7&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;Device&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Boot Start&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; End&amp;nbsp; Sectors&amp;nbsp; Size Id Type&lt;/p&gt;&lt;p style="margin:0;"&gt;/dev/mmcblk1p1 *&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8192 30621695 30613504 14.6G 83 Linux&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;Disk /dev/mmcblk1boot1: 4 MiB, 4194304 bytes, 8192 sectors&lt;/p&gt;&lt;p style="margin:0;"&gt;Units: sectors of 1 * 512 = 512 bytes&lt;/p&gt;&lt;p style="margin:0;"&gt;Sector size (logical/physical): 512 bytes / 512 bytes&lt;/p&gt;&lt;p style="margin:0;"&gt;I/O size (minimum/optimal): 512 bytes / 512 bytes&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;Disk /dev/mmcblk1boot0: 4 MiB, 4194304 bytes, 8192 sectors&lt;/p&gt;&lt;p style="margin:0;"&gt;Units: sectors of 1 * 512 = 512 bytes&lt;/p&gt;&lt;p style="margin:0;"&gt;Sector size (logical/physical): 512 bytes / 512 bytes&lt;/p&gt;&lt;p style="margin:0;"&gt;I/O size (minimum/optimal): 512 bytes / 512 bytes&lt;/p&gt;&lt;p style="margin:0;"&gt;debian@beaglebone:/var/lib/cloud9$&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Day One Vision Thing</title><link>https://community.element14.com/thread/10308?ContentTypeID=0</link><pubDate>Sun, 29 Sep 2019 17:50:20 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:fa7a36db-0064-41f2-a9b0-350cd95305ee</guid><dc:creator>clem57</dc:creator><slash:comments>1</slash:comments><comments>https://community.element14.com/thread/10308?ContentTypeID=0</comments><wfw:commentRss>https://community.element14.com/challenges-projects/project14/visionthing/f/forum/10308/day-one-vision-thing/rss?ContentTypeId=0</wfw:commentRss><description>&lt;h2&gt;Background&lt;/h2&gt;&lt;p style="margin:0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; So about a year ago, I went traveling to China or Shanghai more specifically. While traveling the streets and subways/buses I began to notice a pattern in the streets. It seem intentional, so I ask what this was. I was told it was for the blind. Here is a set of photos showing the pattern:&lt;a href="https://binged.it/2mR8rTQ"&gt;&lt;img alt="image"  class="image-1 jive-image" src="https://binged.it/2mR8rTQ" style="font-weight:normal;max-width:620px;height:auto;" /&gt;&lt;/a&gt;&lt;span style="font-weight:normal;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt; &lt;a href="http://meromtzion.files.wordpress.com/2012/06/img_1906.jpg"&gt;&lt;img loading="lazy" alt="Sample of China walks" class="image-2 jive-image" height="218" src="http://meromtzion.files.wordpress.com/2012/06/img_1906.jpg" style="font-weight:normal;float:left;width:291px;height:217.484px;" width="291" /&gt;&lt;/a&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;a href="http://www.digitallydo.com/china/Design/sidewalks/images/PudongSW4_030927.jpg"&gt;&lt;img loading="lazy" alt="Sample of streets in Shanghai" class="image-4 jive-image" height="227" src="http://www.digitallydo.com/china/Design/sidewalks/images/PudongSW4_030927.jpg" style="float:none;height:227px;width:302.667px;" width="302" /&gt;&lt;/a&gt;&lt;a href="http://www.sauerburger.org/dona/photoaccess_files/image009.jpg"&gt;&lt;img loading="lazy" alt="Sample of streets in China" class="image-5 jive-image" height="217" src="http://www.sauerburger.org/dona/photoaccess_files/image009.jpg" style="width:288px;height:216.465px;float:none;" width="288" /&gt;&lt;/a&gt;The one in the middle is most complicated since it lines for direction and swirls for off the track. Although you cannot see the edge for the one on the right,&lt;/p&gt;&lt;p style="margin:0;"&gt;the end near the street has points/dots signifying end for crossing street. As a blind person hits these by dragging the cane, they can know direction and end of side walk.&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;h2&gt;Mission&lt;/h2&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Can I devise an electronic substitute to work in the other parts of the world that can assist a blind person like the above examples. This is where the Beagle Bone AI comes in. I would like it to recognize the sidewalk and intersections. When these are detected, a audio alert is given for the user to guide them. Also as a bonus effort, can cars be detected and lights be detected, so more audio alerts can help cross the street. To add fun and make this interesting I plan to involve the community with other blogs and occasional polls to guide the project.&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;h2&gt;First Poll&lt;/h2&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; For the first poll and help, I need to decide a a project name. Have have a few choices and will pick the best or most popular one. Please leave any comments or reasons why you think yours is better than the others. Thank you!&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;Go to &lt;a class="jive-link-poll-small" href="https://community.element14.com/technologies/internet-of-things/w/polls/20298/help-me-with-title-for-vision-thing"&gt;Help me with title for Vision Thing&lt;/a&gt; &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Beaglebone Ai Heating Issues</title><link>https://community.element14.com/thread/10307?ContentTypeID=0</link><pubDate>Sat, 28 Sep 2019 16:51:46 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:4ea929ee-e155-4277-97e6-a46303d4a967</guid><dc:creator>ipv1</dc:creator><slash:comments>124</slash:comments><comments>https://community.element14.com/thread/10307?ContentTypeID=0</comments><wfw:commentRss>https://community.element14.com/challenges-projects/project14/visionthing/f/forum/10307/beaglebone-ai-heating-issues/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p style="margin:0;"&gt;While experimenting with the device, I found that the board would shutdown without warning. The reasons is...&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;span&gt;&lt;a href="https://community.element14.com/resized-image/__size/620x82/__key/communityserver-discussions-components-files/251/6758.contentimage_5F00_120694.png"&gt;&lt;img alt="image" src="https://community-storage.element14.com/communityserver-components-secureimagefileviewer/communityserver/discussions/components/files/251/6758.contentimage_120694.png-620x82.png?sv=2016-05-31&amp;amp;sr=b&amp;amp;sig=njvFECOtTk%2FsDiw%2FVUUBfrwLgwErULg%2Fo%2BM98%2FNVNfA%3D&amp;amp;se=2026-05-10T23%3A59%3A59Z&amp;amp;sp=r&amp;amp;_=LtF7zvAhqQSVqiCZWnL/tg==" style="max-height: 82px;max-width: 620px;" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;Now I tried a number of combos like us the USB tether, connect with display(yes I have the cursed microHDMI cable) and use standalone but every time, it just overheats if I do anything.&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;Idle temps are high too. Was wondering if I got a bad board or is it everyone?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>