Can Wiz Do Tv-out Yet?


'pandora' said:
Hi! Hope you stay!

Great to see GPH here.

Edit: This is a moment for the books, Im kind of excited :p.
jbmaster: Do you know anything about 'Sukhi GP'? He is a mystery Im sure a lot of people here would like an answer to.



pandora : I don't know Sukhi.. ^^ but I know Sukju..
GP32 is one of the developers, my firmware is a team of colleagues.
 
Last edited by a moderator:
jbmaster: can you use ARM EABI in firmware? All new programs use EABI, and it allows to use latest gcc. This means new programs from other systems may run on Wiz without recompile if it uses EABI.
 
While we're making kernel requests, can you make it so mmap from "upper RAM" returns memory write buffering on instead of off?

We need to get a translator for us ;P
 
Last edited by a moderator:
Exophase said:
While we're making kernel requests, can you make it so mmap from "upper RAM" returns memory write buffering on instead of off?

We need to get a translator for us ;P
kernel source is available, we might get farther making a patch for them to use.
 
Last edited by a moderator:
'notaz' said:
jbmaster: can you use ARM EABI in firmware? All new programs use EABI, and it allows to use latest gcc. This means new programs from other systems may run on Wiz without recompile if it uses EABI.
now cross tool chain(4.0.2) readelf
----->
# readelf -h libc-2.3.6.so
ELF Header:
Magic: 7f 45 4c 46 01 01 01 61 00 00 00 00 00 00 00 00
Class: ELF32
Data: 2's complement, little endian
Version: 1 (current)
OS/ABI: ARM
ABI Version: 0
Type: DYN (Shared object file)
Machine: ARM
Version: 0x1
Entry point address: 0x16bb8
Start of program headers: 52 (bytes into file)
Start of section headers: 1128228 (bytes into file)
Flags: 0x602, has entry point, GNU EABI, software FP, VFP
Size of this header: 52 (bytes)
Size of program headers: 32 (bytes)
Number of program headers: 7
Size of section headers: 40 (bytes)
Number of section headers: 69
Section header string table index: 66
 
Last edited by a moderator:
Back
Top