<?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>Compile kernel module (sc16is7xx.c)</title><link>https://community.element14.com/products/devtools/single-board-computers/f/forum/11196/compile-kernel-module-sc16is7xx-c</link><description>Hello! I&amp;#39;m looking for a way to add driver for SC16IS752 IC. I want to use the Waveshare 2-CH RS232 HAT . This hat contains a SC16IS752 IC which uses SPI to communicate. As far as i see the default image does not contains this module so i want to compile</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><lastBuildDate>Sun, 18 Oct 2020 13:28:28 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://community.element14.com/products/devtools/single-board-computers/f/forum/11196/compile-kernel-module-sc16is7xx-c" /><item><title>RE: Compile kernel module (sc16is7xx.c)</title><link>https://community.element14.com/thread/149064?ContentTypeID=1</link><pubDate>Sun, 18 Oct 2020 13:28:28 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:74983b97-a46f-41c8-b476-14d0e287c835</guid><dc:creator>david.bozo</dc:creator><description>&lt;p style="margin:0;"&gt;Yes it was &lt;span style="color:#333333;font-family:Arial, &amp;#39;Lucida Grande&amp;#39;, sans-serif;"&gt;intermittent since then i don&amp;#39;t have any problem with the compilation process.&lt;/span&gt;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;span style="color:#333333;font-family:Arial, &amp;#39;Lucida Grande&amp;#39;, sans-serif;"&gt;First time i downloaded the cross compiler from here: &lt;a class="jive-link-external-small" href="https://releases.linaro.org/components/toolchain/binaries/7.3-2018.05/aarch64-linux-gnu/" rel="nofollow ugc noopener" target="_blank" title="https://releases.linaro.org/components/toolchain/binaries/7.3-2018.05/aarch64-linux-gnu/"&gt;https://releases.linaro.org/components/toolchain/binaries/7.3-2018.05/aarch64-linux-gnu/&lt;/a&gt; &lt;/span&gt;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;span style="color:#333333;font-family:Arial, &amp;#39;Lucida Grande&amp;#39;, sans-serif;"&gt;Maybe that was the problem not sure. But i did not meet with the error.&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="color:#333333;font-family:Arial, &amp;#39;Lucida Grande&amp;#39;, sans-serif;"&gt;Thank you. Im looking forward ti it. &lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Compile kernel module (sc16is7xx.c)</title><link>https://community.element14.com/thread/149053?ContentTypeID=1</link><pubDate>Fri, 16 Oct 2020 17:29:29 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:f562bba1-1a61-4087-9aec-b2a8de868ad5</guid><dc:creator>jafoste4</dc:creator><description>&lt;p style="margin:0;"&gt;Hi David,&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;For number 1 is this an intermittent issue your having? The GCC compiler we used was gcc-linaro-7.3.1-2018.05-x86_64_aarch64-linux-gnu. So it looks like we are using the same. Please note you can find all the linux build resources located under reference designs -&amp;gt; Linux tools section.&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;ll try to get some feedback for you on the dts code help come monday.&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;-Josh&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Compile kernel module (sc16is7xx.c)</title><link>https://community.element14.com/thread/148992?ContentTypeID=1</link><pubDate>Wed, 14 Oct 2020 14:52:03 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:6ee5ca27-b15c-4799-9ca7-b2b6a9435e7a</guid><dc:creator>david.bozo</dc:creator><description>&lt;p style="margin:0;"&gt;I&amp;#39;m trying&amp;nbsp; to understand how this device tree works and how to configure an overlay to load /dev/ttySCx for that &lt;a class="" href="https://www.waveshare.com/wiki/2-CH_RS232_HAT" style="font-family:Arial, &amp;#39;Lucida Grande&amp;#39;, sans-serif;color:#007fac;"&gt;Waveshare 2-CH RS232 HAT&lt;/a&gt;&lt;span style="color:#333333;font-family:Arial, &amp;#39;Lucida Grande&amp;#39;, sans-serif;"&gt; .&lt;/span&gt;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;span style="color:#333333;font-family:Arial, &amp;#39;Lucida Grande&amp;#39;, sans-serif;"&gt;But so far no luck. I found the overlay for Raspberry: &lt;a class="jive-link-external-small" href="https://github.com/raspberrypi/linux/blob/rpi-5.4.y/arch/arm/boot/dts/overlays/sc16is752-spi1-overlay.dts" rel="nofollow ugc noopener" target="_blank"&gt;https://github.com/raspberrypi/linux/blob/rpi-5.4.y/arch/arm/boot/dts/overlays/sc16is752-spi1-overlay.dts&lt;/a&gt; &lt;/span&gt;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;span style="color:#333333;font-family:Arial, &amp;#39;Lucida Grande&amp;#39;, sans-serif;"&gt;But i have no idea how to port it.&lt;/span&gt;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;span style="color:#333333;font-family:Arial, &amp;#39;Lucida Grande&amp;#39;, sans-serif;"&gt;Can someone help me out with a dts code please?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Compile kernel module (sc16is7xx.c)</title><link>https://community.element14.com/thread/148975?ContentTypeID=1</link><pubDate>Sun, 11 Oct 2020 14:29:02 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:1edfd18a-5d50-4e08-a3b3-06d5b996f423</guid><dc:creator>david.bozo</dc:creator><description>&lt;p style="margin:0;"&gt;So i tried to compile the source using the documentation but i have some new questions.&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;1. Sometimes if a compile the source i&amp;#39;m getting this kind of error:&lt;/p&gt;&lt;pre style="color:#d1d1d1;background:#000000;"&gt;In file included from drivers&lt;span style="color:#d2cd86;"&gt;/&lt;/span&gt;usb&lt;span style="color:#d2cd86;"&gt;/&lt;/span&gt;phy&lt;span style="color:#d2cd86;"&gt;/&lt;/span&gt;phy&lt;span style="color:#d2cd86;"&gt;-&lt;/span&gt;gpio&lt;span style="color:#d2cd86;"&gt;-&lt;/span&gt;vbus&lt;span style="color:#d2cd86;"&gt;-&lt;/span&gt;usb&lt;span style="color:#d2cd86;"&gt;.&lt;/span&gt;c&lt;span style="color:#b060b0;"&gt;:&lt;/span&gt;&lt;span style="color:#008c00;"&gt;14&lt;/span&gt;&lt;span style="color:#b060b0;"&gt;:&lt;/span&gt;&lt;span style="color:#008c00;"&gt;0&lt;/span&gt;&lt;span style="color:#b060b0;"&gt;:&lt;/span&gt;&lt;span style="color:#d2cd86;"&gt;.&lt;/span&gt;&lt;span style="color:#d2cd86;"&gt;/&lt;/span&gt;include&lt;span style="color:#d2cd86;"&gt;/&lt;/span&gt;linux&lt;span style="color:#d2cd86;"&gt;/&lt;/span&gt;module&lt;span style="color:#d2cd86;"&gt;.&lt;/span&gt;h&lt;span style="color:#b060b0;"&gt;:&lt;/span&gt; In function ’within_module_init’&lt;span style="color:#b060b0;"&gt;:&lt;/span&gt;&lt;span style="color:#d2cd86;"&gt;.&lt;/span&gt;&lt;span style="color:#d2cd86;"&gt;/&lt;/span&gt;include&lt;span style="color:#d2cd86;"&gt;/&lt;/span&gt;linux&lt;span style="color:#d2cd86;"&gt;/&lt;/span&gt;module&lt;span style="color:#d2cd86;"&gt;.&lt;/span&gt;h&lt;span style="color:#b060b0;"&gt;:&lt;/span&gt;&lt;span style="color:#008c00;"&gt;511&lt;/span&gt;&lt;span style="color:#b060b0;"&gt;:&lt;/span&gt;&lt;span style="color:#008c00;"&gt;9&lt;/span&gt;&lt;span style="color:#b060b0;"&gt;:&lt;/span&gt; internal compiler error&lt;span style="color:#b060b0;"&gt;:&lt;/span&gt; Segmentation fault

&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; addr &lt;span style="color:#d2cd86;"&gt;&amp;lt;&lt;/span&gt; &lt;span style="color:#d2cd86;"&gt;(&lt;/span&gt;&lt;span style="color:#e66170;font-weight:bold;"&gt;unsigned&lt;/span&gt; &lt;span style="color:#e66170;font-weight:bold;"&gt;long&lt;/span&gt;&lt;span style="color:#d2cd86;"&gt;)&lt;/span&gt;mod&lt;span style="color:#d2cd86;"&gt;-&lt;/span&gt;&lt;span style="color:#d2cd86;"&gt;&amp;gt;&lt;/span&gt;init_layout&lt;span style="color:#d2cd86;"&gt;.&lt;/span&gt;base &lt;span style="color:#d2cd86;"&gt;+&lt;/span&gt; mod&lt;span style="color:#d2cd86;"&gt;-&lt;/span&gt;&lt;span style="color:#d2cd86;"&gt;&amp;gt;&lt;/span&gt;init_layout&lt;span style="color:#d2cd86;"&gt;.&lt;/span&gt;size&lt;span style="color:#b060b0;"&gt;;&lt;/span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="color:#d2cd86;"&gt;^&lt;/span&gt;&lt;span style="color:#d2cd86;"&gt;~&lt;/span&gt;&lt;span style="color:#d2cd86;"&gt;~&lt;/span&gt;&lt;span style="color:#d2cd86;"&gt;~&lt;/span&gt;Please submit a full bug report&lt;span style="color:#d2cd86;"&gt;,&lt;/span&gt;with preprocessed source &lt;span style="color:#e66170;font-weight:bold;"&gt;if&lt;/span&gt; appropriate&lt;span style="color:#d2cd86;"&gt;.&lt;/span&gt;See &lt;span style="color:#d2cd86;"&gt;&amp;lt;&lt;/span&gt;https&lt;span style="color:#b060b0;"&gt;:&lt;/span&gt;&lt;span style="color:#9999a9;"&gt;//gcc.gnu.org/bugs/&amp;gt; for instructions.&lt;/span&gt;make&lt;span style="color:#d2cd86;"&gt;[&lt;/span&gt;&lt;span style="color:#008c00;"&gt;3&lt;/span&gt;&lt;span style="color:#d2cd86;"&gt;]&lt;/span&gt;&lt;span style="color:#b060b0;"&gt;:&lt;/span&gt; &lt;span style="color:#d2cd86;"&gt;*&lt;/span&gt;&lt;span style="color:#d2cd86;"&gt;*&lt;/span&gt;&lt;span style="color:#d2cd86;"&gt;*&lt;/span&gt; &lt;span style="color:#d2cd86;"&gt;[&lt;/span&gt;scripts&lt;span style="color:#d2cd86;"&gt;/&lt;/span&gt;Makefile&lt;span style="color:#d2cd86;"&gt;.&lt;/span&gt;build&lt;span style="color:#b060b0;"&gt;:&lt;/span&gt;&lt;span style="color:#008c00;"&gt;328&lt;/span&gt;&lt;span style="color:#b060b0;"&gt;:&lt;/span&gt; drivers&lt;span style="color:#d2cd86;"&gt;/&lt;/span&gt;usb&lt;span style="color:#d2cd86;"&gt;/&lt;/span&gt;phy&lt;span style="color:#d2cd86;"&gt;/&lt;/span&gt;phy&lt;span style="color:#d2cd86;"&gt;-&lt;/span&gt;gpio&lt;span style="color:#d2cd86;"&gt;-&lt;/span&gt;vbus&lt;span style="color:#d2cd86;"&gt;-&lt;/span&gt;usb&lt;span style="color:#d2cd86;"&gt;.&lt;/span&gt;o&lt;span style="color:#d2cd86;"&gt;]&lt;/span&gt; Error &lt;span style="color:#008c00;"&gt;1&lt;/span&gt;&lt;/pre&gt;&lt;p style="margin:0;"&gt;Have you ever got this kind of error?&lt;/p&gt;&lt;p style="margin:0;"&gt;After this i start &lt;strong&gt;make -j8&lt;/strong&gt; again and it compiles successfully. Is it probably just some gcc error because it is outdated?&lt;/p&gt;&lt;p style="margin:0;"&gt;I&amp;#39;m using the provided &amp;#39;&lt;strong&gt;&lt;em&gt;gcc-linaro-7.3.1-2018.05-x86_64_aarch64-linux-gnu&lt;/em&gt;&lt;/strong&gt;&amp;#39;. Are you using the same too?&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;2. As you suggested i edited the .config file after &lt;span style="color:#333333;font-family:Arial, &amp;#39;Lucida Grande&amp;#39;, sans-serif;"&gt;make &amp;#39;&lt;strong&gt;&lt;em&gt;em-sbc-imx8m_defconfig&lt;/em&gt;&lt;/strong&gt;&amp;#39; but it does not compiles the kernel module:&lt;/span&gt;&lt;/p&gt;&lt;pre style="color:#d1d1d1;background:#000000;"&gt;lbozo@lbozo-PC:~/maaxboard/01LinuxSourceCode/linux$ find . -name &amp;quot;*sc16is7*&amp;quot;
./drivers/tty/serial/sc16is7xx.o
./drivers/tty/serial/.sc16is7xx.o.cmd
./drivers/tty/serial/sc16is7xx.c
./include/config/serial/sc16is7xx
./include/config/serial/sc16is7xx.h
./Documentation/devicetree/bindings/serial/nxp,sc16is7xx.txt
&lt;/pre&gt;&lt;p style="margin:0;"&gt;I looked for it in the output folder too after:&amp;nbsp; &amp;#39;&lt;strong&gt;&lt;em&gt;make modules_install INSTALL_MOD_PATH=~/output/modules/&lt;/em&gt;&lt;/strong&gt;&amp;#39;&lt;/p&gt;&lt;p style="margin:0;"&gt;But i did not found it.&lt;/p&gt;&lt;p style="margin:0;"&gt;Sure is this the right way to enable this module? I tried to find other ways like make config, make menuconfig but not sure i can use them and i didnt even find the module in the menu.&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;strong&gt;Edit (solution):&lt;/strong&gt;&lt;/p&gt;&lt;p style="margin:0;"&gt;I found the solution for the 2. question. If someone needs the solution:&lt;/p&gt;&lt;p style="margin:0;"&gt;By editing the .config file with:&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;#39;&lt;em&gt;&lt;strong&gt;CONFIG_SERIAL_SC16IS7XX=y&lt;/strong&gt;&lt;/em&gt;&amp;#39;&lt;/p&gt;&lt;p style="margin:0;"&gt;I probably just statically linked it into the kernel. I used make xconfig GUI to configure. If the checkbox is checked (✓) it will compile it statically. If it is a dot (•) then it will create a kernel module.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Compile kernel module (sc16is7xx.c)</title><link>https://community.element14.com/thread/148974?ContentTypeID=1</link><pubDate>Sun, 11 Oct 2020 14:01:11 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:2afd1e10-7ed6-454d-8369-11238aa82e0f</guid><dc:creator>david.bozo</dc:creator><description>&lt;p style="margin:0;"&gt;I will probably stick with it then. Just these because these chinese it looked some too costume.&amp;nbsp; Thank you.&lt;/p&gt;&lt;p style="margin:0;"&gt;If i get it right. Yocto project is aims to generate configure files to the kernel to be compatible with embedded systems?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Compile kernel module (sc16is7xx.c)</title><link>https://community.element14.com/thread/148802?ContentTypeID=1</link><pubDate>Mon, 28 Sep 2020 17:51:08 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:b4781e51-b763-4b82-963b-e3116298e58f</guid><dc:creator>jafoste4</dc:creator><description>&lt;p style="margin:0;"&gt;Hi David,&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;br /&gt;The only supported systems for the MaaXBoard/Mini are Yocto / Debian Linux and Android 9.0&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;Link to Yocto Sources -&lt;a class="jive-link-external-small" href="https://github.com/Avnet/meta-maaxboard" rel="nofollow ugc noopener" target="_blank" title="https://github.com/Avnet/meta-maaxboard"&gt;https://github.com/Avnet/meta-maaxboard&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 would reccomend you avoid using another distro from a support standpoint, a significant amount of effort went into the development of the MaaXBoard/Mini specific libraries in each distribution supported. This would need to be created from scratch by you if you wanted for instance to use somthing besides Debian/Yocto/Android.&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;If you wanted to use the official Debian release as mentioned above, you may be able to port the MaaXBoard specific files from the current Debian build. However support from our side would be quite limited.&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;-Josh&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Compile kernel module (sc16is7xx.c)</title><link>https://community.element14.com/thread/148737?ContentTypeID=1</link><pubDate>Thu, 24 Sep 2020 21:47:22 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:99813cad-4ff9-4140-aea6-ef7686879e8d</guid><dc:creator>david.bozo</dc:creator><description>&lt;p style="margin:0;"&gt;Thank you! I hoped i had other option then this. This will be my first time to do this so i might take the opportunity to ask you.&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;But another question of mine. Is there any other linux distro for this board? Some more mainstream? Ubuntu, Debian, Alpine? I mean i know it is based on Debian 10.5 but i would rather use the official builds.&lt;/p&gt;&lt;p style="margin:0;"&gt;In theory what would it take to for example use Ubuntu? &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Compile kernel module (sc16is7xx.c)</title><link>https://community.element14.com/thread/148698?ContentTypeID=1</link><pubDate>Tue, 22 Sep 2020 22:13:51 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:0dc187ea-06b2-42bd-90b2-ab4a5553d350</guid><dc:creator>zebular13</dc:creator><description>&lt;p style="margin:0;"&gt;Hi David,&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;I believe that to enable the driver you&amp;#39;ll have to compile the kernel from source using these instructions: &lt;a class="jive-link-wiki-small" href="https://community.element14.com/products/devtools/single-board-computers/m/files/1881"&gt;MaaXBoard-Linux-Development_Guide-V1.0-EN.pdf&lt;/a&gt; &lt;/p&gt;&lt;p style="margin:0;"&gt;After running &amp;quot;make em-sbc-imx8m_defconfig&amp;quot; and before running &amp;quot;make&amp;quot; in step 2.2.2 you can enable the driver in the .config file in the &amp;quot;linux&amp;quot; directory (found here: &lt;a class="jive-link-external-small" href="http://downloads.element14.com/downloads/zedboard/MaaxBoard/MaaXBoard-LinuxSourceCode-V1.0.6r07.rar.zip?ICID=maaxboard-datasheet-widget" target="_blank" title="http://downloads.element14.com/downloads/zedboard/MaaxBoard/MaaXBoard-LinuxSourceCode-V1.0.6r07.rar.zip?ICID=maaxboard-datasheet-widget"&gt;http://downloads.element14.com/downloads/zedboard/MaaxBoard/MaaXBoard-LinuxSourceCode-V1.0.6r07.rar.zip?ICID=maaxboard-d…&lt;/a&gt; &lt;/p&gt;&lt;p style="margin:0;"&gt;I&amp;#39;m currently going through the same process, so reach out if you have further questions. &lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;Monica&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Compile kernel module (sc16is7xx.c)</title><link>https://community.element14.com/thread/148696?ContentTypeID=1</link><pubDate>Mon, 21 Sep 2020 17:24:38 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:8d7c35d9-7f0e-4c88-80fd-0a472c24d1d9</guid><dc:creator>jafoste4</dc:creator><description>&lt;p style="margin:0;"&gt;Hi David,&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;ll look into this today. Will have an answer come tomorrow.&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;Thx,&lt;/p&gt;&lt;p style="margin:0;"&gt;Josh&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>