Log updates
[beagleboard.org.git] / db / 3486.xml
blobfb7632633c8d5e2ded13ccdff10ab291b7b6bca8
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2 <?xml-stylesheet type="text/xsl" href="helma.xsl"?>
3 <xmlroot xmlns:hop="http://www.helma.org/docs/guide/features/database">
4   <hopobject id="3486" name="2014-03-05-debian-beta-released" prototype="Page" created="1394074902761" lastModified="1394076593476">
5   <hop:parent idref="2912" prototyperef="Page"/>
6     <is_xhtml type="boolean">true</is_xhtml>
7     <http_remotehost>98.250.189.79</http_remotehost>
8     <http_language>en-US,en;q=0.8</http_language>
9     <uri>2014-03-05-debian-beta-released</uri>
10     <http_browser>Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.146 Safari/537.36</http_browser>
11     <time type="date">05.03.2014 21:29:53 CST</time>
12     <hopsession>98.250.189.xs0mv99vjk0p</hopsession>
13     <body>&lt;h1&gt;Debian Beta images have been released&lt;/h1&gt;\r
14 &lt;p&gt;As posted earlier today &lt;a href=&quot;https://groups.google.com/d/msg/beagleboard/VRqGZbXBK1Q/8wofUZyTyUsJ&quot;&gt;on the BeagleBoard.org mailing list,&lt;/a&gt; the latest BeagleBone Debian beta images are now posted for broader testing at:&lt;br /&gt;\r
15 &lt;a href=&quot;http://beagleboard.org/latest-images/&quot;&gt;http://beagleboard.org/latest-images/&lt;/a&gt;&lt;/p&gt;\r
16 &lt;p&gt;If you&apos;ve &lt;a href=&quot;http://beagleboard.org/Getting%20Started#update&quot;&gt;upgraded the firmware on your BeagleBone or BeagleBone Black&lt;/a&gt; in the past, the experience will be quite similar, but you might find the eMMC flashing times a bit faster (~15 minutes rather than ~45 minutes) due to less post-installation processing. Using the 2GB uSD card image also flashes a bit faster and can be resized to whatever your uSD card size is using some scripts under /opt/scripts/tools.&lt;/p&gt;\r
17 &lt;p&gt;Many, many thanks to Robert Nelson, Rob Rittman, Dave Anders, Cody Lacey, the Cloud9 IDE team and so many others in getting us this far.&lt;/p&gt;\r
18 &lt;p&gt;Please take the time to give a detailed look over this image and report any issues to the bug tracker on elinux.org:&lt;br /&gt;\r
19 &lt;a href=&quot;http://bugs.elinux.org/projects/debian-image-releases&quot;&gt;http://bugs.elinux.org/projects/debian-image-releases&lt;/a&gt;&lt;/p&gt;\r
20 &lt;p&gt;While plugged in over USB, you&apos;ll see the familiar BEAGLE_BONE drive with START.htm to tell you how to get the drivers configured if you haven&apos;t already done so:&lt;/p&gt;\r
21 &lt;img width=&quot;80%&quot; src=&quot;http://beagleboard.org/static/uploads/Google%20ChromeScreenSnapz095.png&quot; /&gt;\r
22 &lt;p&gt;Clicking the link or visiting http://192.168.7.2, you&apos;ll see the familiar on-board served documentation:&lt;/p&gt;\r
23 &lt;img width=&quot;80%&quot; src=&quot;http://beagleboard.org/static/uploads/Google%20ChromeScreenSnapz094.png&quot; /&gt;\r
24 &lt;p&gt;I&apos;ve introduced a few bugs to the documentation (http://github.com/beaglebone/bone101 and http://beagleboard.github.io/bone101), so expect to find a lot of issues there. Patches are welcome as are notes in the bug tracker to make sure I don&apos;t miss dotting any i&apos;s or crossing any t&apos;s. This is your chance to try to get some documentation into the system you&apos;d like to see. I felt it was pretty safe to save the documentation as an in-beta item because it shouldn&apos;t impact functionality.&lt;/p&gt;\r
25 &lt;p&gt;One of the biggest new features you&apos;ll see is when you click on the Cloud9 IDE link:&lt;/p&gt;\r
26 &lt;img width=&quot;80%&quot; src=&quot;http://beagleboard.org/static/uploads/Google%20ChromeScreenSnapz096.png&quot; /&gt;\r
27 &lt;p&gt;This is a pre-open-source-beta-only release of version 3 of their IDE. Down at the bottom of the Cloud9 IDE you&apos;ll see a new terminal window that runs a full &apos;tmux&apos; session. You can open up a bunch of these and it makes logging into the board and executing command-line operations *super* simple.&lt;/p&gt;\r
28 &lt;p&gt;Cloud9 IDE version 3 now includes support for Python and the Adafruit_BBIO library is included in these Debian images. That means you can simply paste in your Python code and hit the &quot;run&quot; button, without any additional download. I checked this out myself by doing a quick LED blink using the Adafruit tutorial (&lt;a href=&quot;http://learn.adafruit.com/blinking-an-led-with-beaglebone-black/writing-a-program&quot;&gt;http://learn.adafruit.com/blinking-an-led-with-beaglebone-black/writing-a-program&lt;/a&gt;):&lt;/p&gt;\r
29 &lt;img width=&quot;80%&quot; src=&quot;http://beagleboard.org/static/uploads/Google%20ChromeScreenSnapz097.png&quot; /&gt;\r
30 &lt;p&gt;You should also note that the /var/lib/cloud9 directory now contains a git clone of that bone101 repo (http://github.com/beagleboard/bone101), so you can start using the Cloud9 IDE to edit the content live. What I recommend is creating your own fork of the repo and sending me pull requests of any changes you&apos;d like to see.&lt;/p&gt;\r
31 &lt;p&gt;You can also edit C/C++ code in the Cloud9 IDE, but no &apos;builder&apos; or &apos;runner&apos; plug-ins are provided. You will, however, find the &lt;a href=&quot;http://elinux.org/Userspace_Arduino&quot;&gt;Userspace-Arduino&lt;/a&gt; code in /opt/source/Userspace-Arduino. Here&apos;s a quick little exercise you can do to blink LED0:&lt;/p&gt;\r
32 &lt;pre&gt;\r
33 root@beaglebone# cd /opt/source/Userspace-Arduino/arduino-makefile/examples/Blink\r
34 root@beaglebone# perl -i -pe &apos;s/13/14/g&apos; Blink.ino\r
35 root@beaglebone# make\r
36 root@beaglebone# ./build-userspace/Blink.elf\r
37 &lt;/pre&gt;\r
38 &lt;p&gt;For more advanced C/C++ developers, future releases should include &lt;a href=&quot;https://github.com/jackmitch/libsoc&quot;&gt;https://github.com/jackmitch/libsoc.&lt;/a&gt;&lt;/p&gt;\r
39 &lt;p&gt;Those familiar with Linux will also note that the init system is &apos;systemd&apos;, which has been helpful in providing reasonable boot times. If you are looking for the journal, you can explore it using &apos;systemd-journalctl&apos;.&lt;/p&gt;\r
40 &lt;p&gt;Drivers and firmware for many common USB WiFi dongles are included, so be sure to report any that you find missing. An issue with the driver for the Logic Supply UWN200 has already been resolved since the release[&lt;a href=&quot;https://groups.google.com/d/msg/beagleboard/VRqGZbXBK1Q/M09l6jdXLYMJ&quot;&gt;**&lt;/a&gt;]. To test it out myself, I uncommented and edited the wlan0 entry in /etc/network/interfaces (including replacing wlan0 with ra0), shutdown, plugged in the adapter and powered up the board again.  I also was able to plug in a TL-WN822N adapter I bought from Amazon and got it working right away.&lt;/p&gt;\r
41 &lt;p&gt;This is just a quick intro to some of the experience and what we are focused on fine tuning. Please take the time to check it out and let us know about your experience. I hope you enjoy it!&lt;/p&gt;</body>
42     <pseudoparent idref="2912" prototyperef="Page"/>
43     <http_referer>http://beagleboard.org/blog/2014-03-04-debian-beta-released/edit</http_referer>
44     <http_host>beagleboard.org</http_host>
45     <user>jkridner@gmail.com</user>
46     <lang>en-us</lang>
47   </hopobject>
48 </xmlroot>