Search results

  1. F

    Usb Host

    Did a search on this forum for "USB Host" and found a lot of people saying (earlier this year) that the kernel build on the devboards did not have USB host support baked in. But does the release Wizzes? I have the pinout with the +/- pins identified and will try to wire up a cable. But will this...
  2. F

    Caanoo / WIZ Howto: Easy Wiz Usb Serial Cable For $25 Or So

    I recently built a simple USB-serial cable for my Wiz to help in development work. Here's a list of parts and simple instructions. I ordered this Samsung E810 Serial Cable from negsm.com. You don't need a cable, you just need a connector. Here's a list of places to find the connector only, but...
  3. F

    Sound Input

    I am about to start writing some code that does real time sound in/out. Before I embark on it does anyone have any experience here on the Wiz? The voice recorder app seems to record at 16-bit 48Khz stereo, which is nice, but obviously the electret mic is a mono thing with probably crap freq...
  4. F

    Autoreallyrun

    This doesn't really work yet -- it doesn't initialize graphics properly Here are two scripts that let you "force" autorun to work even after quitting a program. Useful for gmenu2x. This should be used in place of the "Autorun" preference in the GPH default menu, so turn that off before...
  5. F

    Is Anyone Looking Into Building Their Own Filesystem Image?

    Now that we have the kernel/module patches for the hardware, I am pretty sure we can start looking at doing an openembedded target for the wiz. I'm assuming with the serial cable you can interrupt into the u-boot console to do the flashing, right? Is anyone going down this path yet?
  6. F

    Sdl Simplest Example

    Hi all , I am trying to build some stuff for the Wiz and getting stuck early on. My steps: 1. I downloaded Torpor's openwiz toolchain for linux, followed his directions to install it. 2. I copied this simple SDL example, called it main.c, changed the dimensions to 320x240, and then ran...
Back
Top