<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>Plug and Blame</title>
	<link>http://blog.dev-scene.com/barni</link>
	<description>I should write some punchy tagline here, but I don\'t have any ideas at the time</description>
	<pubDate>Fri, 02 Nov 2007 09:51:47 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.2</generator>
	<language>en</language>
			<item>
		<title>(No) news for DS ONE SDHC owners -yet-</title>
		<link>http://blog.dev-scene.com/barni/2007/11/02/no-news-for-scone-sdhc-owners-yet/</link>
		<comments>http://blog.dev-scene.com/barni/2007/11/02/no-news-for-scone-sdhc-owners-yet/#comments</comments>
		<pubDate>Fri, 02 Nov 2007 09:07:13 +0000</pubDate>
		<dc:creator>barni</dc:creator>
		
		<category><![CDATA[DLDI Drivers]]></category>

		<category><![CDATA[NDS Development]]></category>

		<guid isPermaLink="false">http://blog.dev-scene.com/barni/2007/11/02/no-news-for-scone-sdhc-owners-yet/</guid>
		<description><![CDATA[As many of you know, on October 1st SuperCard released their new SuperCard DSONE SDHC (High Capacity SD) Slot-1 flashcard, and my DSONE DLDI driver doesn&#8217;t work with it.
While the new card shares many things in common with the regular DSONE -including backwards compatibility with regular SD cards, as required by the SDHC standard-, the [...]]]></description>
			<content:encoded><![CDATA[<p>As many of you know, on October 1st SuperCard released their new SuperCard DSONE SDHC (High Capacity SD) Slot-1 flashcard, and my DSONE DLDI driver doesn&#8217;t work with it.<br />
While the new card shares many things in common with the regular DSONE -including backwards compatibility with regular SD cards, as required by the SDHC standard-, the addition of SDHC (which is an enhancement over the standard SD protocol, allowing capacities in the order of 4Gb-32Gb, more info <a href="http://www.sandisk.com/sdhc/SDHC.pdf">here</a>) presumably forced the SuperCard dev-team to use new I/O libraries -the ones that handle I/O communications between the DSONE and the memory card-.<br />
SuperCard hasn&#8217;t released their SDHC I/O libraries yet, so it&#8217;s impossible for me to create a DLDI driver until those libs are finally released.<br />
I&#8217;ll try my best to create a working dldi driver as soon as the libs are released (in the meantime, you can write emails to the SC dev-team asking them to release those libs <img src='http://blog.dev-scene.com/barni/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> )</p>
<p>Cheers!<br />
Guido</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.dev-scene.com/barni/2007/11/02/no-news-for-scone-sdhc-owners-yet/feed/</wfw:commentRss>
		</item>
		<item>
		<title>DLDI driver for SuperCard DS ONE and EzFlash v4</title>
		<link>http://blog.dev-scene.com/barni/2007/09/14/dldi-driver-for-supercard-ds-one-and-ezflash-v4/</link>
		<comments>http://blog.dev-scene.com/barni/2007/09/14/dldi-driver-for-supercard-ds-one-and-ezflash-v4/#comments</comments>
		<pubDate>Fri, 14 Sep 2007 18:24:55 +0000</pubDate>
		<dc:creator>barni</dc:creator>
		
		<category><![CDATA[DLDI Drivers]]></category>

		<guid isPermaLink="false">http://blog.dev-scene.com/barni/2007/09/14/dldi-driver-for-supercard-ds-one-and-ezflash-v4/</guid>
		<description><![CDATA[After a morning of round-the-globe cooperation OSW (@Australia) and I (@the Canary Islands, Spain), managed to get two new DLDI Drivers for SuperCard ONE and Ez Flash v4, both able to do unaligned R/W (all tests passed in dldi_tester.nds and homebrews).
As more testing and feedback (positive and negative) is always welcome, I&#8217;d like anyone who [...]]]></description>
			<content:encoded><![CDATA[<p>After a morning of round-the-globe cooperation OSW (@Australia) and I (@the Canary Islands, Spain), managed to get two new DLDI Drivers for SuperCard ONE and Ez Flash v4, <strong>both able to do unaligned R/W</strong> (all tests passed in dldi_tester.nds and homebrews).</p>
<p>As more testing and feedback (positive and negative) is always welcome, I&#8217;d like anyone who tries the drivers to post a little comment/reply with his results and equipment.</p>
<p>Specially in the case of the EZ Flash driver, we had to take care of some MicroSD card speed issues, so&#8230; info on the speed and brand of your memory card is welcome as well.</p>
<p>I also want to thank OSW for his cooperation and trust (not everyone is keen to test some unknown guy&#8217;s code on his gear! LOL), in testing the drivers for me. And also want to encourage anyone interested in getting a driver working for his/her flashcart -provided they test it as I only have a SuperCard Rumble MiniSD- to drop me a comment or something, and we&#8217;ll see what can be done ;).</p>
<p><u>For the SuperCard ONE users</u>: if you replace the file dldi.bin located in the scshell directory with the DLDI driver (renamed to dldi.bin), you get fully working autopatch as well.</p>
<p>So here they are:</p>
<p align="center"><a href="http://blog.dev-scene.com/barni/files/2007/09/ezsd.zip" title="DLDI Driver for EzFlash v4 Deluxe">DLDI Driver for EzFlash v4 Deluxe</a><br />
<a href="http://blog.dev-scene.com/barni/files/2007/09/scds.zip" title="DLDI Driver for SuperCard DS ONE">DLDI Driver for SuperCard DS ONE</a></p>
<p>Cheers for everyone, and enjoy!<br />
Guido</p>
<p>Update: The SC ONE driver&#8217;s been confirmed to work on a SC DS-1 v2.0 SP-5 (Thanks Diddl!)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.dev-scene.com/barni/2007/09/14/dldi-driver-for-supercard-ds-one-and-ezflash-v4/feed/</wfw:commentRss>
		</item>
		<item>
		<title>DLDI Driver for SuperCard MiniSD Rumble</title>
		<link>http://blog.dev-scene.com/barni/2007/08/28/7/</link>
		<comments>http://blog.dev-scene.com/barni/2007/08/28/7/#comments</comments>
		<pubDate>Tue, 28 Aug 2007 21:39:34 +0000</pubDate>
		<dc:creator>barni</dc:creator>
		
		<category><![CDATA[DLDI Drivers]]></category>

		<guid isPermaLink="false">http://blog.dev-scene.com/barni/2007/09/14/7/</guid>
		<description><![CDATA[This my first attempt at coding/adapting a DLDI driver for my SuperCard MiniSD Rumble (which, according to the original IO source code, _may_ work with other SD-based SuperCards like the MicroSD and standard SD SCs).
It took some time to adapt the routines to correctly handle unaligned reads/writes, as I had no debugging methods at all, [...]]]></description>
			<content:encoded><![CDATA[<p>This my first attempt at coding/adapting a DLDI driver for my SuperCard MiniSD Rumble (which, according to the original IO source code, _may_ work with other SD-based SuperCards like the MicroSD and standard SD SCs).</p>
<p>It took some time to adapt the routines to correctly handle unaligned reads/writes, as I had no debugging methods at all, and these were also my first steps in ARM Assembler coding.<br />
I tested the driver with the latest dldi_tester.nds from Chishm and it worked 100% right for both reading and writing (aligned and unaligned).</p>
<p>I hope you enjoy it, and whether it worked for you or not, leave a comment!</p>
<p>In case it didn&#8217;t work, please report what happened with as much detail as possible. Also it might be good for you to try patching a &#8220;fresh&#8221; -non patched- dldi_tester.nds (<a href="http://dldi.drunkencoders.com/uploads/5/5c/Dldi_tester.zip">this one</a>, which checks for unaligned buffer issues also) and send me the results.</p>
<p>So, here it is:</p>
<p align="center"><a href="http://blog.dev-scene.com/barni/files/2007/09/scrb.zip" title="DLDI Driver for SuperCard Rumble MiniSD">DLDI Driver for SuperCard Rumble MiniSD</a></p>
<p>Enjoy!<br />
Guido.</p>
<p>Update: The driver is also confirmed to work on SuperCard Lite Rumble (thanks gifie!). I&#8217;ll keep updating as new reports arrive <img src='http://blog.dev-scene.com/barni/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.dev-scene.com/barni/2007/08/28/7/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
