<div dir="ltr">what message? you mean about the USART1 issue? well, if you check the electrical schema of the board, you will see that USART1 is connected to a capacitor, and you need some configuration to make it work properly.<div>
USART6(and others as well) don't need such configuration.</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sat, May 3, 2014 at 7:41 PM, ilbreebchi tn <span dir="ltr"><<a href="mailto:breebchi.com@gmail.com" target="_blank">breebchi.com@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">I've got this message too a few days ago. I didn't get why it is! But for other reasons, I switched to USB VCP. It works properly.</div>
<div class="gmail_extra"><br><br><div class="gmail_quote">2014-05-03 17:44 GMT+01:00 Amine Aouled Hamed <span dir="ltr"><<a href="mailto:amine.ahd@gmail.com" target="_blank">amine.ahd@gmail.com</a>></span>:<div><div class="h5">
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hello again,<div>well my problem with USART1 was that it was connected to a capacitor, therefore I was received corrupted messages from the board.</div>

<div>I change to USART6 as someone advised me in the ST forum and everything was good. </div>
</div><div><div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sat, May 3, 2014 at 12:56 AM, ilbreebchi tn <span dir="ltr"><<a href="mailto:breebchi.com@gmail.com" target="_blank">breebchi.com@gmail.com</a>></span> wrote:<br>


<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hey guys,<div>So, if ever, one would want to make this be a community project, what does one need to do? How would the community organize itself to make sure of getting results? </div>


<div>Well, to be honest, I really like the idea of getting the community to work on embedded projects, this one seems fairly consistent to start with.</div>
<div>Sincerely.</div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote"><a href="tel:2014-05-02" value="+21620140502" target="_blank">2014-05-02</a> 3:04 GMT+01:00 Ahmed Sghaier <span dir="ltr"><<a href="mailto:ahmed.sghaier@ubuntu.com" target="_blank">ahmed.sghaier@ubuntu.com</a>></span>:<div>


<div><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div>Hello,<br>I am interested in high level development on ARM platforms like RPI and BBB.<br>



</div>I might find more free time during the summer to work a little bit on some high level embedded projects (I will consider contacting you anyway to check if you are working on something in common or if you want to join another project)<br>




</div>Good luck for your project.<br></div>Best regards.<br></div><div><div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, May 1, 2014 at 11:07 PM, ilbreebchi tn <span dir="ltr"><<a href="mailto:breebchi.com@gmail.com" target="_blank">breebchi.com@gmail.com</a>></span> wrote:<br>




<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div style="font-size:13px"></div><div style="font-size:13px"><div style="overflow:hidden"><div dir="ltr">




<div><div><table cellpadding="0"><tbody><tr>
<td style="width:253px"><span style="color:rgb(80,0,80);font-family:arial">On Wed, Apr 30, 2014 at </span><span style="color:rgb(80,0,80)">11:21 PM</span><span style="color:rgb(80,0,80);font-family:arial">, ilbreebchi tn</span><span dir="ltr" style="color:rgb(80,0,80);font-family:arial"><<a href="mailto:breebchi.com@gmail.com" target="_blank">breebchi.com@gmail.com</a>></span><span style="color:rgb(80,0,80);font-family:arial"> :</span></td>





<td><div><div style="outline:0px"><span><img src="https://mail.google.com/mail/u/0/images/cleardot.gif" alt=""></span></div></div></td><td></td><td rowspan="2">
<br></td></tr></tbody></table></div><div><div style="overflow:hidden"><div dir="ltr"><div><span style="font-family:arial,sans-serif"> Why do one </span><span style="font-family:arial,sans-serif">need to change the USART for the USART6 ? What diffrence does it make? I mean what in USART6 is needed for U-Boot to run and is not in the other USARTs on the board?</span></div>





<div><span style="font-family:arial,sans-serif">Thanks!</span></div><div><span style="font-family:arial,sans-serif"><br></span></div></div></div></div></div></div><div class="gmail_extra"><br><div class="gmail_quote"><div>





<div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div class="gmail_extra"><br><div class="gmail_quote">





2014-04-30 18:14 GMT+01:00 Amine Aouled Hamed<span dir="ltr"><<a href="mailto:amine.ahd@gmail.com" target="_blank">amine.ahd@gmail.com</a>></span>:<div><br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">





<div dir="ltr">well my project is supervised by my teacher and its a school project too.<div>what I have made till now is :</div><div>-I've got a clue on how U-boot really works, how the different header files and C files are linked to each other and what files I need to change.</div>





<div>-I've found a U-boot version that supports the STM32F429-Disco board (made by Emcraft, <a href="https://github.com/EmcraftSystems/u-boot" target="_blank">here</a>) and it works for my board as well ( you need to change the USART to USART6).</div>





<div>-My partner is currently working on the kernel, we are working on the UClinux kernel (<a href="http://www.uclinux.org/" target="_blank">here</a>).</div><div>my first goal is just to run it on the board, by using the Emcraft version. I will then try to study what files need to be changed and how they work. </div>





<div>as for Node.Js, a quick search led me to this <a href="http://events.linuxfoundation.org/sites/events/files/slides/nodejs-presentation_0.pdf" target="_blank">link</a>, it describes how to build Node.Js for ARM processors, thats a good starting point.</div>





<div>this <a href="http://howtonode.org/how-to-install-nodejs" target="_blank">link</a>, tells that a Linux host is needed to install Node.Js along with some dependencies.</div><div><br></div></div><div><div class="gmail_extra">





<br><br><div class="gmail_quote">On Wed, Apr 30, 2014 at 5:48 PM, ilbreebchi tn<span dir="ltr"><<a href="mailto:breebchi.com@gmail.com" target="_blank">breebchi.com@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">





<div dir="ltr" style="font-family:arial,sans-serif">I am interested! I am actually working on a little school project, which is to take end by mid may, on an STM32F4Discovery (VG). And I had in mind to work on porting node.js this summer. But I have no idea how to do it. Could you give me more details on the advances you made on your project? I can participate if that doesn't bother you.</div>





<div><br></div></blockquote></div></div></div></blockquote></div></div></div></blockquote></div></div></div></div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2014-05-01 18:18 GMT+01:00 Amine Aouled Hamed <span dir="ltr"><<a href="mailto:amine.ahd@gmail.com" target="_blank">amine.ahd@gmail.com</a>></span>:<br>





<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div><div><div dir="ltr">Hello,<div>I would like to know if there are people here who are interested in Embedded Linux projects or are working on some right now.</div>





<div>I am currently trying to port the Linux kernel to the STM32F4-Disco board with my teacher and I have made a good progress.</div>
<div>please let me know if anyone is interested in making other projects or is looking for someone to help him in something.</div><div>have a nice day.</div></div>
<br></div></div><span><font color="#888888">--<br>
Ubuntu-tn mailing list<br>
<a href="mailto:Ubuntu-tn@lists.ubuntu.com" target="_blank">Ubuntu-tn@lists.ubuntu.com</a><br>
Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-tn" target="_blank">https://lists.ubuntu.com/mailman/listinfo/ubuntu-tn</a><br>
<br></font></span></blockquote></div><br></div></div>
<br>--<br>
Ubuntu-tn mailing list<br>
<a href="mailto:Ubuntu-tn@lists.ubuntu.com" target="_blank">Ubuntu-tn@lists.ubuntu.com</a><br>
Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-tn" target="_blank">https://lists.ubuntu.com/mailman/listinfo/ubuntu-tn</a><br>
<br></blockquote></div><br></div>
</div></div><br>--<br>
Ubuntu-tn mailing list<br>
<a href="mailto:Ubuntu-tn@lists.ubuntu.com" target="_blank">Ubuntu-tn@lists.ubuntu.com</a><br>
Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-tn" target="_blank">https://lists.ubuntu.com/mailman/listinfo/ubuntu-tn</a><br>
<br></blockquote></div></div></div><br></div>
<br>--<br>
Ubuntu-tn mailing list<br>
<a href="mailto:Ubuntu-tn@lists.ubuntu.com" target="_blank">Ubuntu-tn@lists.ubuntu.com</a><br>
Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-tn" target="_blank">https://lists.ubuntu.com/mailman/listinfo/ubuntu-tn</a><br>
<br></blockquote></div><br></div>
</div></div><br>--<br>
Ubuntu-tn mailing list<br>
<a href="mailto:Ubuntu-tn@lists.ubuntu.com" target="_blank">Ubuntu-tn@lists.ubuntu.com</a><br>
Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-tn" target="_blank">https://lists.ubuntu.com/mailman/listinfo/ubuntu-tn</a><br>
<br></blockquote></div></div></div><br></div>
<br>--<br>
Ubuntu-tn mailing list<br>
<a href="mailto:Ubuntu-tn@lists.ubuntu.com">Ubuntu-tn@lists.ubuntu.com</a><br>
Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-tn" target="_blank">https://lists.ubuntu.com/mailman/listinfo/ubuntu-tn</a><br>
<br></blockquote></div><br></div>