CD Emu Web Site

CDEMU WEBSITE CLICK HERE

For updated info / status please goto the official site renosite.com. Will keep you posted when updates are available.

CRENO@CSUOBERLIN.COM







CD Emulator Features and Specifications

Concept/Test unit:

USB 2.0 Full-Speed interface
Teens++ development board
40 x 4 LCD screen
4 button control
Hard disk drive for massive ISO storage
Standard fat32 format for easy ISO copying from most OS's
Self Powered through USB
Bootable from systems supporting USB boot



Production unit:

USB 2.0 High-Speed interface
Avr32 atmel soc
4x20 lcd display
4 Button control
SD for ISO MassStorage and Easy swapping
format from within firmware
Standard Fat32 format for easy ISO copying from most OS's
Self Powered through USB
Bootable from systems supporting USB boot

Saturday, April 17, 2010

It's that time again.

Haven't posted in a while. Well figured out where I had a major slowdown. The qtouch routine to read buttons was slowing down USB comms. Rewrote the routine and gained some speed - alot of speed. Average throughput went from 4MB per second to 13MB per second. Running a benchmark program the cdrom's raw i/o went from around 20x cdrom to 85x cdrom speed. Booted Ubuntu Live in about 40 seconds flat!

Remember even though the raw i/o is 85x speed there is no mechanical overhead - no moving parts so seek speed is way faster than a normal cdrom drive. Equivelant speed probably ends up well over 100x cdrom speed.

Thursday, April 1, 2010

Emulation on new EVK1104 board going good

Have almost all the code done on the X2 version of the emulator. Once I'm done I'll start working on the hardware end - Will be developing an AVR32 devel board of my own, Without all the extra hardware not needed. So it will be cheaper to sell these things. Besides It's next to impossible to find avr32 devel boards for under $100.00 - I figure the board itself will sell for anywhere between $40 and $65. Where else can you get a USB High-Speed AVR32 devel board for that price! Once the board is done, then I'll add the qtouch and video interfaces. I can see the light at the end of the tunnel.... It's been a long ride so far so good.