<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>WAC7500 on bramp.net</title>
    <link>https://blog.bramp.net/</link>
    <description>Recent content in WAC7500 on bramp.net</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-GB</language>
    <lastBuildDate>Thu, 25 Dec 2008 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://blog.bramp.net/tags/wac7500/" rel="self" type="application/rss+xml" />
    
    <item>
      <title>Philips WAC7500</title>
      <link>https://blog.bramp.net/post/2008/12/25/philips-wac7500/</link>
      <pubDate>Thu, 25 Dec 2008 00:00:00 +0000</pubDate>
      
      <guid>https://blog.bramp.net/post/2008/12/25/philips-wac7500/</guid>
      <description><p>I’m at home for Christmas and I’ve found my parents have brought a Philips WAC7500, a fancy hi-fi which has far more features than people would ever need. It can play music from its internal hard drive, iPod/USB, UPnP (via wired or wireless), and radio from either FM or Internet.</p>
<p>So needless to say it is a tad fancy, so I started to play with it and quickly found out it is an embedded Linux running on a ARM processor. You can download a full copy of the software as a firmware update. The firmware is actually a cramfs file system which I was easily able to mount.</p>
<div class="highlight"><pre tabindex="0" class="chroma"><code class="language-bash" data-lang="bash"><span class="line"><span class="cl">mkdir /mnt/wac7500
</span></span><span class="line"><span class="cl">mount -t cramfs -o loop wac7500_update.bin /mnt/wac7500
</span></span></code></pre></div><p>I’m going to spend some time trying to hack it apart. So far I’ve found it is running a simple webserver, which allows you to access all you music via a URL such as: <code>http://&lt;ip&gt;/media/</code></p>
<p>It also has a nvram to store all the settings, and one of those settings is dbg_startsshd which if enabled seems to start a dropbear SSH server. I’ve yet to figure out how to edit nvram or enable the sshd, but I’m sure I will soon.</p>
</description>
    </item>
    
  </channel>
</rss>
