<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Serial console and linux prompt</title>
	<atom:link href="http://hackinghava.hankswandering.com/2009/08/serial-console-and-linux-prompt.html/feed" rel="self" type="application/rss+xml" />
	<link>http://hackinghava.hankswandering.com/2009/08/serial-console-and-linux-prompt.html</link>
	<description>Hacking the Hava Titanium HD</description>
	<lastBuildDate>Mon, 26 Apr 2010 06:54:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: wiltwong</title>
		<link>http://hackinghava.hankswandering.com/2009/08/serial-console-and-linux-prompt.html#comment-8</link>
		<dc:creator>wiltwong</dc:creator>
		<pubDate>Mon, 26 Apr 2010 06:54:01 +0000</pubDate>
		<guid isPermaLink="false">http://stage.hankswandering.com/serial-console-and-linux-prompt.html#comment-8</guid>
		<description>HAVA Firmware Image Analysis (fw_32.272325.rup.img) &lt;br /&gt;&lt;br /&gt;The following is an analysis of the firmware image from the software that packages with the HAVA Platinum HD. I have no idea how value at offset 0x20 is generated, but if we can figure that out we should be able to modify the CRAMFS images and upload a new file system to the HAVA. Interestingly enough, the image does not include a kernel, even within the CRAMFS.&lt;br /&gt;&lt;br /&gt;00000000  48 52 55 50  &#124; &quot;HRUP&quot; Magic&lt;br /&gt;00000004  10 00 00 00  &#124; Constant (16) &lt;br /&gt;00000008  78 56 34 12  &#124; Constant &lt;br /&gt;0000000c  02 00 00 00  &#124; Constant (2)&lt;br /&gt;00000010  28 00 00 00  &#124; Constant (40)&lt;br /&gt;00000014  c5 27 04 00  &#124; Version (272325)&lt;br /&gt;00000018  00 00 00 00  &#124; Constant&lt;br /&gt;0000001c  d0 81 37 4a  &#124; Date in epoch (1245151696=June 16,2009)&lt;br /&gt;00000020  97 b8 cc 1a  &#124; ??? Some sort of 16 bit signature/checksum ???&lt;br /&gt;00000024  02 00 00 00  &#124; Constant (2)&lt;br /&gt;00000028  50 f0 43 00  &#124; Size of both CRAMFS incl headers (4452432 bytes)&lt;br /&gt;0000002c  2c f4 01 00  &#124; Constant (128044)&lt;br /&gt;00000030  01 00 00 00  &#124; Constant (1)&lt;br /&gt;00000034  00 00 00 00  &#124; Constant (0)&lt;br /&gt;&lt;br /&gt;00000038  52 55 50 50  &#124; &quot;RUPP&quot; Magic&lt;br /&gt;0000003c  08 00 00 00  &#124; Constant (8)&lt;br /&gt;00000040  20 00 00 00  &#124; Constant (32)&lt;br /&gt;00000044  03 00 00 00  &#124; Constant (3) Identify as CRAMFS Image #1???&lt;br /&gt;00000048  10 01 00 00  &#124; CRAMFS edition (272)&lt;br /&gt;0000004c  d0 81 37 4a  &#124; Date in epoch (1245151696=June 16,2009)&lt;br /&gt;00000050  a9 f7 ff 25  &#124; CRAMFS Image CKSUM-32 flipped&lt;br /&gt;00000054  00 30 2e 00  &#124; CRAMFS Image length (3026944 bytes)&lt;br /&gt;00000058  60 00 00 00  &#124; CRAMFS Image start&lt;br /&gt;00000060  FIRST_CRAMFS_IMAGE_FOLLOWS&lt;br /&gt;...&lt;br /&gt;&lt;br /&gt;002e3060  52 55 50 50  &#124; &quot;RUPP&quot; Magic&lt;br /&gt;002e3064  08 00 00 00  &#124; Constant (8)&lt;br /&gt;002e3068  20 00 00 00  &#124; Constant (32)&lt;br /&gt;002e306c  04 00 00 00  &#124; Constant (4) Identify as CRAMFS Image #2???&lt;br /&gt;002e3070  45 01 00 00  &#124; CRAMFS edition (325)&lt;br /&gt;002e3074  00 00 00 00  &#124; Constant 0&lt;br /&gt;002e3078  d0 81 37 4a  &#124; Date in epoch (1245151696=June 16,2009)&lt;br /&gt;002e307c  34 66 1a ab  &#124; CRAMFS Image CKSUM-32 flipped&lt;br /&gt;00000080  00 c0 15 00  &#124; CRAMFS Image length (1425408 bytes)&lt;br /&gt;002e3084  88 30 2e 00  &#124; CRAMFS Image start&lt;br /&gt;002e3088  SECOND_CRAMFS_IMAGE_FOLLOWS&lt;br /&gt;...&lt;br /&gt;0043f088  END</description>
		<content:encoded><![CDATA[<p>HAVA Firmware Image Analysis (fw_32.272325.rup.img) </p>
<p>The following is an analysis of the firmware image from the software that packages with the HAVA Platinum HD. I have no idea how value at offset 0&#215;20 is generated, but if we can figure that out we should be able to modify the CRAMFS images and upload a new file system to the HAVA. Interestingly enough, the image does not include a kernel, even within the CRAMFS.</p>
<p>00000000  48 52 55 50  | &quot;HRUP&quot; Magic<br />00000004  10 00 00 00  | Constant (16) <br />00000008  78 56 34 12  | Constant <br />0000000c  02 00 00 00  | Constant (2)<br />00000010  28 00 00 00  | Constant (40)<br />00000014  c5 27 04 00  | Version (272325)<br />00000018  00 00 00 00  | Constant<br />0000001c  d0 81 37 4a  | Date in epoch (1245151696=June 16,2009)<br />00000020  97 b8 cc 1a  | ??? Some sort of 16 bit signature/checksum ???<br />00000024  02 00 00 00  | Constant (2)<br />00000028  50 f0 43 00  | Size of both CRAMFS incl headers (4452432 bytes)<br />0000002c  2c f4 01 00  | Constant (128044)<br />00000030  01 00 00 00  | Constant (1)<br />00000034  00 00 00 00  | Constant (0)</p>
<p>00000038  52 55 50 50  | &quot;RUPP&quot; Magic<br />0000003c  08 00 00 00  | Constant (8)<br />00000040  20 00 00 00  | Constant (32)<br />00000044  03 00 00 00  | Constant (3) Identify as CRAMFS Image #1???<br />00000048  10 01 00 00  | CRAMFS edition (272)<br />0000004c  d0 81 37 4a  | Date in epoch (1245151696=June 16,2009)<br />00000050  a9 f7 ff 25  | CRAMFS Image CKSUM-32 flipped<br />00000054  00 30 2e 00  | CRAMFS Image length (3026944 bytes)<br />00000058  60 00 00 00  | CRAMFS Image start<br />00000060  FIRST_CRAMFS_IMAGE_FOLLOWS<br />&#8230;</p>
<p>002e3060  52 55 50 50  | &quot;RUPP&quot; Magic<br />002e3064  08 00 00 00  | Constant (8)<br />002e3068  20 00 00 00  | Constant (32)<br />002e306c  04 00 00 00  | Constant (4) Identify as CRAMFS Image #2???<br />002e3070  45 01 00 00  | CRAMFS edition (325)<br />002e3074  00 00 00 00  | Constant 0<br />002e3078  d0 81 37 4a  | Date in epoch (1245151696=June 16,2009)<br />002e307c  34 66 1a ab  | CRAMFS Image CKSUM-32 flipped<br />00000080  00 c0 15 00  | CRAMFS Image length (1425408 bytes)<br />002e3084  88 30 2e 00  | CRAMFS Image start<br />002e3088  SECOND_CRAMFS_IMAGE_FOLLOWS<br />&#8230;<br />0043f088  END</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hank Hankins</title>
		<link>http://hackinghava.hankswandering.com/2009/08/serial-console-and-linux-prompt.html#comment-7</link>
		<dc:creator>Hank Hankins</dc:creator>
		<pubDate>Wed, 28 Oct 2009 16:31:22 +0000</pubDate>
		<guid isPermaLink="false">http://stage.hankswandering.com/serial-console-and-linux-prompt.html#comment-7</guid>
		<description>No, I haven&#039;t had the free time to work on it lately.  I was hoping someone else would crack the password entries since I didn&#039;t have any luck with them.&lt;br /&gt;&lt;br /&gt;Not changing channels under windows7 would most likely be something in the player program that runs on the PC. Maybe Hava will release an update for windows7.  Have you looked on the myhava.com forum?  There&#039;s one post from a win7 user that turned out to be a config problem, http://www.myhava.com/forum/viewtopic.php?f=3&amp;t=3990</description>
		<content:encoded><![CDATA[<p>No, I haven&#39;t had the free time to work on it lately.  I was hoping someone else would crack the password entries since I didn&#39;t have any luck with them.</p>
<p>Not changing channels under windows7 would most likely be something in the player program that runs on the PC. Maybe Hava will release an update for windows7.  Have you looked on the myhava.com forum?  There&#39;s one post from a win7 user that turned out to be a config problem, <a href="http://www.myhava.com/forum/viewtopic.php?f=3&amp;t=3990" rel="nofollow">http://www.myhava.com/forum/viewtopic.php?f=3&amp;t=3990</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jpittscell</title>
		<link>http://hackinghava.hankswandering.com/2009/08/serial-console-and-linux-prompt.html#comment-6</link>
		<dc:creator>Jpittscell</dc:creator>
		<pubDate>Wed, 28 Oct 2009 12:26:21 +0000</pubDate>
		<guid isPermaLink="false">http://stage.hankswandering.com/serial-console-and-linux-prompt.html#comment-6</guid>
		<description>Any new updates, I have been following your blog for a while, I&#039;d love to get to the linux on this thing, maybe I can find out why it doesn&#039;t change channels with windows7</description>
		<content:encoded><![CDATA[<p>Any new updates, I have been following your blog for a while, I&#39;d love to get to the linux on this thing, maybe I can find out why it doesn&#39;t change channels with windows7</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hank Hankins</title>
		<link>http://hackinghava.hankswandering.com/2009/08/serial-console-and-linux-prompt.html#comment-5</link>
		<dc:creator>Hank Hankins</dc:creator>
		<pubDate>Wed, 14 Oct 2009 06:40:05 +0000</pubDate>
		<guid isPermaLink="false">http://stage.hankswandering.com/serial-console-and-linux-prompt.html#comment-5</guid>
		<description>I don&#039;t think the hardware can handle that.  The ViXS XC-2110 chip that handles the mpeg is designed to downsample to SD.</description>
		<content:encoded><![CDATA[<p>I don&#39;t think the hardware can handle that.  The ViXS XC-2110 chip that handles the mpeg is designed to downsample to SD.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron</title>
		<link>http://hackinghava.hankswandering.com/2009/08/serial-console-and-linux-prompt.html#comment-4</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Wed, 14 Oct 2009 03:57:51 +0000</pubDate>
		<guid isPermaLink="false">http://stage.hankswandering.com/serial-console-and-linux-prompt.html#comment-4</guid>
		<description>OMG someone plz find a way to stop the hava from down converting to 480 from 1080!!!!!!!!!!!! i know a modded firmware is the answer. well really i dont know, but just the fact that it down converts from 1080 makes me wonder....if can stop that from happening, then youll have a happauge hd pvr for a heck of a lot cheaper.</description>
		<content:encoded><![CDATA[<p>OMG someone plz find a way to stop the hava from down converting to 480 from 1080!!!!!!!!!!!! i know a modded firmware is the answer. well really i dont know, but just the fact that it down converts from 1080 makes me wonder&#8230;.if can stop that from happening, then youll have a happauge hd pvr for a heck of a lot cheaper.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
