Recent content by yoku

  1. Y

    Caanoo / WIZ Xorg Video Driver For Wiz

    anyone interested in Xorg on wiz can git clone repo, git://github.com/yoku/xf86-video-wiz.git yet there is no real EXA acceleration in the driver. pl let me know if u have ideas on how to hookup wiz 2D acceleration API's to EXA
  2. Y

    Anyone Got Non Vfp Version Of Libopengles_Lite.so ?

    Anyone got non VFP version of libopengles_lite.so ?
  3. Y

    Caanoo / WIZ Howto For Opengl-es 1.1 Lite On The Wiz

    hey trentg, making shared lib that worked, but now I am getting following error, ./gl: symbol lookup error: /usr/local/lib/libopengles_lite.so: undefined symbol: _Z27GLESOAL_GetDisplayDirectionv Do I need to write a dummy function for GLESOAL_GetDisplayDirectionv in port.cpp ? can u share...
  4. Y

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

    http://www.ipmart.com/main/product/LG,C1100,,C2200,,U8110,,G7050,,Samsung,E720,,E810,,Z500,24,Pin,Connector,Compatible,9698.php?prod=9698
  5. Y

    Caanoo / WIZ Howto For Opengl-es 1.1 Lite On The Wiz

    Even with port.cpp I am getting same error while executing the compiled program. arm-openwiz-linux-gnu-gcc main.c port.cpp -lnanoGL -ldl -o gl -I./lf1000/
  6. Y

    Caanoo / WIZ Howto For Opengl-es 1.1 Lite On The Wiz

    Does anybody got workaround for following error : ./gl: symbol lookup error: /usr/local/lib/libopengles_lite.so: undefined symbol: GLESOAL_Initalize
  7. Y

    Is Anyone Looking Into Building Their Own Filesystem Image?

    step 1: Make 2 partitions on SD card, vfat for uImage & ext2/ext3 for rootfs step 2: Get access to u-boot prompt (this can be done by flashing kernel with bad CRC) step 3: Change u-boot environment variables to load kernel from vfat partition on SD. Also modify bootargs to mount rootfs from...
  8. Y

    Is Anyone Looking Into Building Their Own Filesystem Image?

    yes, I am going down on similar path. openembedded seems to be complicated, instead I am trying to build rootfs for wiz using matrix. http://sandbox.movial.com/wiki/index.php/Matrix
  9. Y

    Is Anyone Looking Into Building Their Own Filesystem Image?

    flash kernel image with bad CRC to get u-boot prompt.
  10. Y

    Kernel And U-Boot Source

    Thanks Orkie!!!!!
  11. Y

    2D Acceleration Using Pollux Gpu?

    Actually I want to write Xserver-kdrive driver for WIZ. Kdrive has support for Copy,Blend & Composite hooks. So if there is any library exposing these API's it will be great. I am not quite sure whether 3D bliting API's can be integrated in kdrive, would it be feasible ?
  12. Y

    2D Acceleration Using Pollux Gpu?

    Does pollux GPU supports 2D acceleration's like Copy, Solid fill & alpha blending ? Is there any library providing 2D API's ?
  13. Y

    Where Is The Kernel Source For Firmware 1.1.0 ?

    I guess it is mandatory for them to release kernel source code, otherwise wouldn't it be GPL violation ?
  14. Y

    Caanoo / WIZ How To Get A Shell On The Wiz?

    u can also get shell over serial terminal, u just need to solder 4 wires :) http://www.gp32x.de/board/index.php?showtopic=47776
  15. Y

    Where Is The Kernel Source For Firmware 1.1.0 ?

    I believe latest FW 1.1.0 uses Linux version 2.6.24, Does GPH has released the kernel source ?
Back
Top