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
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...
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/
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...
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
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 ?
I got following error when tried to boot uImageUP.
any idea ?
SD ver 2.0
SD found : Size = 992000 KBytes
sdmmc_SetClock.531: MES_ASSERT error
MES_SDHC_SetOutputClockDivider.1183: MES_ASSERT error
MBR or Bootsector read done: (with MBR)
### main_loop entered: bootdelay=0
BOOT UPDATE...
Thanks, I have couple of more questions,
What partition type should I use for uImageUP, ext2 or fat ?
do I need to use any specific version of u-boot for mkImage utility to convert zImage -> uImageUP ? pl tell me the arguments to be used for mkimage
How to debug kernel booting from SD card...
Thanks.
Can you please tell me where to obtain JTAG and serial board for wiz ?
Basically I want to have access to u-boot command prompt, so that I could upload new kernel image
see the kernel booting messages and get shell prompt.
I guess it will be possible using serial board ?