same question as DavidEtherton... is the kit still available? what do we need to program this? and if it's still available, how much is the international shipping?
Rolando./
DavidEtherton wrote:What magic USB dongle do I need to program this? It's priced similarly to the adafruit fuzebox except that I don't have to assemble it myself (and spend another $50-100 on a decent soldering / multimeter setup)? Are extra SNES controllers available for dual-player-megatris goodness? (This thread is fairly old, is it still available for this price?)
DavidEtherton wrote:Is there code to exercise the memory card anywhere? Any chance that the same mmc code will run on both your board and fuzebox?
Does SPM (store to program memory) work on the ATmega644? That seems to allow the device to "reprogram" itself.
I'd love to do a raw sector dump to an mmc, where the first 64k is a menu app that can spawn to any other 64k apps later in the raw image. Is the bootloader somehow separate? Can we replace the stock bootloader with one that pulls in the menu app off MMC? Is that dangerous at all, or can you reset everything back to a known state if you screw things up?
Is there code to exercise the memory card anywhere? Any chance that the same mmc code will run on both your board and fuzebox?
Does SPM (store to program memory) work on the ATmega644? That seems to allow the device to "reprogram" itself.
I'd love to do a raw sector dump to an mmc, where the first 64k is a menu app that can spawn to any other 64k apps later in the raw image. Is the bootloader somehow separate? Can we replace the stock bootloader with one that pulls in the menu app off MMC? Is that dangerous at all, or can you reset everything back to a known state if you screw things up?
DavidEtherton wrote:Is the sector size fixed or variable on an MMC? One problem of course is that we only have 4K of RAM...
I assume it would be sufficient to only support the root directory? FAT16 is a lot easier than FAT12, a lot less bit twiddling
(I'm going away on business for a week starting this Saturday though, sigh)
Users browsing this forum: No registered users and 1 guest