<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/mini-wheezy/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/mini-wheezy/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Wed, 10 Jul 2013 05:11:42 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/mini-wheezy/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Discussion for Home page</title><link>https://sourceforge.net/p/mini-wheezy/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;mini-wheezy-2013-001&lt;br /&gt;
First release&lt;br /&gt;
Now let us see, what mini-wheezy support-&lt;br /&gt;
1. Linux Kernel is 3.6.11&lt;br /&gt;
2. Boots up with telnet support, and serial terminal.&lt;br /&gt;
3. Configures Ethernet with dhcp.&lt;br /&gt;
3. Supports all the net commands like nslookup, wget, etc&lt;br /&gt;
4. Sets the system clock with ntpd.&lt;br /&gt;
5. Configures WiFi in hot spot mode with dhcp server.&lt;br /&gt;
6. The ftp and httpd server included from busybox.&lt;br /&gt;
7. Nano editor is included for editing configuration files.&lt;/p&gt;
&lt;p&gt;Changes in mini-wheezy-2013-002&lt;br /&gt;
- dropbear an ssh server added&lt;br /&gt;
- syslogd and klogd added&lt;br /&gt;
- init.d scripts added&lt;br /&gt;
- sudo command added&lt;br /&gt;
- modified command prompt&lt;br /&gt;
- arp-scan added (useful tool for Ethernet debugging&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mukund</dc:creator><pubDate>Wed, 10 Jul 2013 05:11:42 -0000</pubDate><guid>https://sourceforge.net8580b4d729bf431f13fcd086426a0aac393c1033</guid></item><item><title>Discussion for Home page</title><link>https://sourceforge.net/p/mini-wheezy/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;How this distribution was created-&lt;/p&gt;
&lt;p&gt;I have made a small (8 Mb download) image from wheezy.&lt;/p&gt;
&lt;p&gt;What it has -&lt;br /&gt;
- Uses GCC&lt;br /&gt;
- Uses static busybox&lt;br /&gt;
- Can port any software from wheezy&lt;br /&gt;
- Nano editor is ported as proof of concept.&lt;br /&gt;
- Connect to Ethernet ( dhcp)&lt;br /&gt;
- You can telnet or use serial TTY&lt;br /&gt;
- root password is root. And another user pi has password as raspberry.&lt;/p&gt;
&lt;p&gt;The whole story is here -&lt;/p&gt;
&lt;p&gt;Recently brought couple of Raspberry pi for one of my project.&lt;br /&gt;
I tried all the images available like wheezy, buildroot even tried rolling out with debootstrap and spindle. But all them were either large or not suitable for embedded application.&lt;/p&gt;
&lt;p&gt;Basically I wanted an image which is,&lt;br /&gt;
1. Based on latest distribution like wheezy&lt;br /&gt;
2. Tiny in size so that it can be flashed easily&lt;br /&gt;
3. Should be able to compile small C code.&lt;/p&gt;
&lt;p&gt;I know it's like asking too much, but then found the way. This how I did it,&lt;/p&gt;
&lt;p&gt;Installed latest wheezy image on one SD card ( call it wheezy card)&lt;br /&gt;
Inserted the card in Raspberry&lt;br /&gt;
Downloaded Busybox source&lt;br /&gt;
Compiled with static library option&lt;br /&gt;
So busybox (around 2 MB) with GCC library was ready.&lt;br /&gt;
Copied it to PC&lt;/p&gt;
&lt;p&gt;Now on my PC&lt;br /&gt;
Made one build-root uclibc image for Raspberry PI ( There plenty ready images on the net )&lt;br /&gt;
Installed this image on another card (call it miniwheezy card)&lt;br /&gt;
Inserted the card in Raspberry, Got boot prompt. OK&lt;br /&gt;
Removed the card&lt;br /&gt;
Copied busybox from PC,which we copied earlier from wheezy card, to miniwheezy card.&lt;br /&gt;
Inserted miniwheezy card in Raspberry. Got boot prompt. OK&lt;/p&gt;
&lt;p&gt;Removed /lib and /usr/lib (yes!) from miniwheezy card.&lt;br /&gt;
Copied nano (editor) and required library ( check it with ldd /bin/nano ) from wheezy card to miniwheezy card.&lt;br /&gt;
Copied required modules from wheezy card to miniwheezy card.&lt;br /&gt;
Copied libnss library ( nslookup does not work with static library - learned it hard way) from wheezy card to miniwheezy card.&lt;br /&gt;
Inserted miniwheezy card in Raspberry. Got boot prompt.&lt;/p&gt;
&lt;p&gt;So finally you have a small distribution for raspberry&lt;br /&gt;
Running latest kernel 3.6&lt;br /&gt;
You can port any software from wheezy card to miniwheezy.card ( Taking care of required library)&lt;br /&gt;
You can compile C code on wheezy card and copy it to miniwheezy card.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mukund</dc:creator><pubDate>Wed, 10 Jul 2013 05:10:56 -0000</pubDate><guid>https://sourceforge.net1ef3ed664befb95cf0242a7605f0b95e0ae6c790</guid></item><item><title>Discussion for Home page</title><link>https://sourceforge.net/p/mini-wheezy/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The mini-wheezy is a very slim Raspbian wheezy distribution for Raspberry PI.&lt;br /&gt;
The beauty of the distribution lies in its size and capability to use Raspbian Wheezy repository,&lt;br /&gt;
It is suitable for embedded system, where speed and size is very important.&lt;br /&gt;
The mini-wheezy is not very easy to confugure, and you need to spend time with keyboard&lt;/p&gt;
&lt;p&gt;The mini-wheezy distribution has following -&lt;br /&gt;
1. The current compressed size of mini-wheezy is just 8 Mb.&lt;br /&gt;
2. Based on famous Debian's Raspbian Wheezy distribution.&lt;br /&gt;
3. Uses standard GCC libraries, modules, binaries from Wheezy distribution.&lt;br /&gt;
4. Support maximum linux command through statically linked busybox.&lt;br /&gt;
5. Any of the binary from wheezy can be ported to mini-wheezy.&lt;br /&gt;
6. You can install, test packages on wheezy and then port it to mini-wheezy with libraries.&lt;br /&gt;
7. You can develop C code, compile and then port to mini-wheezy.&lt;/p&gt;
&lt;p&gt;Now let us see, what mini-wheezy support-&lt;br /&gt;
1. Linux Kernel is 3.6.11&lt;br /&gt;
2. Boots up with telnet support, and serial terminal.&lt;br /&gt;
3. Configures Ethernet with dhcp.&lt;br /&gt;
3. Supports all the net commands like nslookup, wget, etc&lt;br /&gt;
4. Sets the system clock with ntpd.&lt;br /&gt;
5. Configures WiFi in hot spot mode with dhcp server.&lt;br /&gt;
6. The ftp and httpd server included from busybox.&lt;br /&gt;
7. Nano editor is included for editing configuration files.&lt;/p&gt;
&lt;p&gt;And what it does not have, and even don't ask for it.&lt;br /&gt;
1. Package manager apt&lt;br /&gt;
2. Graphical desk top.&lt;br /&gt;
3. GCC tool chains.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mukund</dc:creator><pubDate>Wed, 10 Jul 2013 05:10:17 -0000</pubDate><guid>https://sourceforge.nete44091094de7306ee4d67424b7553e567dce61a4</guid></item><item><title>Discussion for Home page</title><link>https://sourceforge.net/p/mini-wheezy/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;How this distribution was created-&lt;/p&gt;
&lt;p&gt;I have made a small (8 Mb download) image from wheezy.&lt;/p&gt;
&lt;p&gt;What it has -&lt;br /&gt;
- Uses GCC&lt;br /&gt;
- Uses static busybox&lt;br /&gt;
- Can port any software from wheezy&lt;br /&gt;
- Nano editor is ported as proof of concept.&lt;br /&gt;
- Connect to Ethernet ( dhcp)&lt;br /&gt;
- You can telnet or use serial TTY&lt;br /&gt;
- root password is root. And another user pi has password as raspberry.&lt;/p&gt;
&lt;p&gt;The whole story is here -&lt;/p&gt;
&lt;p&gt;Recently brought couple of Raspberry pi for one of my project.&lt;br /&gt;
I tried all the images available like wheezy, buildroot even tried rolling out with debootstrap and spindle. But all them were either large or not suitable for embedded application.&lt;/p&gt;
&lt;p&gt;Basically I wanted an image which is,&lt;br /&gt;
1. Based on latest distribution like wheezy&lt;br /&gt;
2. Tiny in size so that it can be flashed easily&lt;br /&gt;
3. Should be able to compile small C code.&lt;/p&gt;
&lt;p&gt;I know it's like asking too much, but then found the way. This how I did it,&lt;/p&gt;
&lt;p&gt;Installed latest wheezy image on one SD card ( call it wheezy card)&lt;br /&gt;
Inserted the card in Raspberry&lt;br /&gt;
Downloaded Busybox source&lt;br /&gt;
Compiled with static library option&lt;br /&gt;
So busybox (around 2 MB) with GCC library was ready.&lt;br /&gt;
Copied it to PC&lt;/p&gt;
&lt;p&gt;Now on my PC&lt;br /&gt;
Made one build-root uclibc image for Raspberry PI ( There plenty ready images on the net )&lt;br /&gt;
Installed this image on another card (call it miniwheezy card)&lt;br /&gt;
Inserted the card in Raspberry, Got boot prompt. OK&lt;br /&gt;
Removed the card&lt;br /&gt;
Copied busybox from PC,which we copied earlier from wheezy card, to miniwheezy card.&lt;br /&gt;
Inserted miniwheezy card in Raspberry. Got boot prompt. OK&lt;/p&gt;
&lt;p&gt;Removed /lib and /usr/lib (yes!) from miniwheezy card.&lt;br /&gt;
Copied nano (editor) and required library ( check it with ldd /bin/nano ) from wheezy card to miniwheezy card.&lt;br /&gt;
Copied required modules from wheezy card to miniwheezy card.&lt;br /&gt;
Copied libnss library ( nslookup does not work with static library - learned it hard way) from wheezy card to miniwheezy card.&lt;br /&gt;
Inserted miniwheezy card in Raspberry. Got boot prompt.&lt;/p&gt;
&lt;p&gt;So finally you have a small distribution for raspberry&lt;br /&gt;
Running latest kernel 3.6&lt;br /&gt;
You can port any software from wheezy card to miniwheezy.card ( Taking care of required library)&lt;br /&gt;
You can compile C code on wheezy card and copy it to miniwheezy card.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mukund</dc:creator><pubDate>Wed, 10 Jul 2013 05:09:04 -0000</pubDate><guid>https://sourceforge.net98880c3c244952f5ceb6a3f676fac9707a26701e</guid></item><item><title>Home modified by Mukund</title><link>https://sourceforge.net/p/mini-wheezy/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Welcome to your wiki!&lt;/p&gt;
&lt;p&gt;This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: &lt;span&gt;[SamplePage]&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;The wiki uses &lt;a class="" href="/p/mini-wheezy/wiki/markdown_syntax/"&gt;Markdown&lt;/a&gt; syntax.&lt;/p&gt;
&lt;p&gt;&lt;h6&gt;Project Members:&lt;/h6&gt;
&lt;ul class="md-users-list"&gt;
&lt;li&gt;&lt;a href="/u/mukund1957/"&gt;Mukund&lt;/a&gt; (admin)&lt;/li&gt;
&lt;/ul&gt;&lt;br /&gt;
&lt;/p&gt;&lt;p&gt;&lt;span class="download-button-51c956893e5e83679f9c3d08" style="margin-bottom: 1em; display: block;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mukund</dc:creator><pubDate>Tue, 25 Jun 2013 08:36:26 -0000</pubDate><guid>https://sourceforge.netd7a6de4bd46d47ec0ee7dfce387d3e95e5b7fad6</guid></item></channel></rss>