<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[ChipMusic.org - Help with Spritesmods' GBAMIDI cable avr]]></title>
	<link rel="self" href="https://chipmusic.org:80/forums/feed/atom/topic/11882/"/>
	<updated>2016-11-24T18:18:55Z</updated>
	<generator>PunBB</generator>
	<id>https://chipmusic.org/forums/topic/11882/help-with-spritesmods-gbamidi-cable-avr/</id>
		<entry>
			<title type="html"><![CDATA[Re: Help with Spritesmods' GBAMIDI cable avr]]></title>
			<link rel="alternate" href="https://chipmusic.org/forums/post/249502/#p249502"/>
			<content type="html"><![CDATA[<p>Thank you!</p>]]></content>
			<author>
				<name><![CDATA[capsulebat]]></name>
				<uri>https://chipmusic.org/capsulebat</uri>
			</author>
			<updated>2016-11-24T18:18:55Z</updated>
			<id>https://chipmusic.org/forums/post/249502/#p249502</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Help with Spritesmods' GBAMIDI cable avr]]></title>
			<link rel="alternate" href="https://chipmusic.org/forums/post/180422/#p180422"/>
			<content type="html"><![CDATA[<p>Here is my pcb layout if interested. <br /><a class="postimg" href="http://i77.photobucket.com/albums/j43/frightendghoul/gbamidipcblayout.png" title="http://i77.photobucket.com/albums/j43/frightendghoul/gbamidipcblayout.png" id="forum_image_30545581"><img src="http://i77.photobucket.com/albums/j43/frightendghoul/gbamidipcblayout.png" /></a></p><p>I&#039;ll record a video in a couple days or so.</p>]]></content>
			<author>
				<name><![CDATA[TylerBarnes]]></name>
				<uri>https://chipmusic.org/TylerBarnes</uri>
			</author>
			<updated>2013-08-12T21:21:14Z</updated>
			<id>https://chipmusic.org/forums/post/180422/#p180422</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Help with Spritesmods' GBAMIDI cable avr]]></title>
			<link rel="alternate" href="https://chipmusic.org/forums/post/180412/#p180412"/>
			<content type="html"><![CDATA[<p>Hells yes! I totally forgot about this one as well! Even bought a GBA with the intention of building one of these. I&#039;ll def take a DIY board.</p>]]></content>
			<author>
				<name><![CDATA[BLEO]]></name>
				<uri>https://chipmusic.org/BLEO</uri>
			</author>
			<updated>2013-08-12T18:11:32Z</updated>
			<id>https://chipmusic.org/forums/post/180412/#p180412</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Help with Spritesmods' GBAMIDI cable avr]]></title>
			<link rel="alternate" href="https://chipmusic.org/forums/post/180398/#p180398"/>
			<content type="html"><![CDATA[<p>I had forgotten about that project, its till in my bookmarks. Glad to hear you got it working though.<br />I plan on brewing up a few DIY boards for people to build into their hardware library. </p><p>All it would take is a a pretty simple modification to my ArduinoBoy board which will be printed soon too. Make some videos now that you have it. Too few people actually know about that tool.</p>]]></content>
			<author>
				<name><![CDATA[Jazzmarazz]]></name>
				<uri>https://chipmusic.org/Jazzmarazz</uri>
			</author>
			<updated>2013-08-12T15:28:33Z</updated>
			<id>https://chipmusic.org/forums/post/180398/#p180398</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Help with Spritesmods' GBAMIDI cable avr]]></title>
			<link rel="alternate" href="https://chipmusic.org/forums/post/180397/#p180397"/>
			<content type="html"><![CDATA[<p>So I ended up figuring it out. I had a bad cable. I ripped up another one and now things are working. The above code is correct. and sending the firmware update through SysEx Librarian worked like a charm.</p>]]></content>
			<author>
				<name><![CDATA[TylerBarnes]]></name>
				<uri>https://chipmusic.org/TylerBarnes</uri>
			</author>
			<updated>2013-08-12T15:05:13Z</updated>
			<id>https://chipmusic.org/forums/post/180397/#p180397</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Help with Spritesmods' GBAMIDI cable avr]]></title>
			<link rel="alternate" href="https://chipmusic.org/forums/post/180031/#p180031"/>
			<content type="html"><![CDATA[<p>Has anyone had success with building one of these? More specifically flashing the AVR? <a href="http://spritesmods.com/?art=gbamidi" target="_blank">http://spritesmods.com/?art=gbamidi</a> </p><p>I have a programmer and have been trying to get it to work with no luck. His readme text says to use the makefile, but I&#039;m getting errors when I try that. prolly cause I&#039;m not using WinAVR like he is (I&#039;m using mac).&nbsp; I&#039;ve been just using avrdude to set the fuses and upload the .hex file provided. I still can&#039;t get any mutiboot response out of it though.&nbsp; I&#039;m actually a beginner, so I don&#039;t know anything past what I&#039;ve been able to piece together from tutorials/forums/help texts. If anyone with actual knowledge and experience with this could tell me if I&#039;m doing things right/wrong I would be very grateful. Here&#039;s what I&#039;ve been executing.&nbsp; </p><div class="codebox"><pre><code> $ avrdude -c usbtiny -p m168 -u -U flash:w:gbamidi.hex -U lock:w:0x2f:m -U hfuse:w:0xdF:m -U lfuse:w:0xFf:m -U efuse:w:0x00:m </code></pre></div><p>I found those fuse bit values inside his makefile. </p><p>One thing that struck me as odd is that when I use terminal mode in avrdude and &#039;dump flash 0 16800&#039; the lines 0000 all the way through 3800 are all &#039;ff&#039;, which if I&#039;m not mistaken, that means blank. Though it might have something to do with something else I saw in the makefile. near the top under where he declares the MCU, it says &#039;BOOTLOADER_ADDRESS=0x3800&#039;. Like I said I&#039;m a beginner so I don&#039;t know much about any of this stuff. All I wanted was a MIDIboy Advance <img src="https://chipmusic.org/forums/img/smilies/sad.png" width="15" height="15" alt="sad" /></p>]]></content>
			<author>
				<name><![CDATA[TylerBarnes]]></name>
				<uri>https://chipmusic.org/TylerBarnes</uri>
			</author>
			<updated>2013-08-09T09:37:54Z</updated>
			<id>https://chipmusic.org/forums/post/180031/#p180031</id>
		</entry>
</feed>
