Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Da_Blitz

Pages: 1 2 [3] 4
31
Angstrom & OpenZaurus / Freq Scalling In Pxa270
« on: May 26, 2006, 04:50:12 am »
I am aware that pdaXrom has it however i came across this link (http://sourceforge.net/forum/forum.php?forum_id=500035) after browsing the celinux fourm (CE for consumer entertainment, not the windows CE stuff) and they appear to have a patch that supports cpufreq scalling

if it is is there anychance to see it implemented, or will we wait for RP or sash to relese his patches? if this is what i thik it is then there is a huge duplication in work going on here (not to mention the stuff that may be going on in the handhelds tree)

32
General Discussion / Wireless Vga
« on: April 26, 2006, 09:57:23 pm »
Found a link for those of you who are intrested in VGA for your PDA

http://www.plextor.com/english/news/press/PX-PA_pr.htm

seems like its a vga adptor, wifi hotspot (what isnt these days) and NAS

33
Angstrom & OpenZaurus / Cool Stuff In 3.5.4.1
« on: March 27, 2006, 01:44:58 am »
after fidling around for a bit and remeber the articles i came across that delt with the new sound drivers i ran alsamixer and was supprised to see some of the cool stuff in the driver

for  example you can turn the external speaker an and off or let it be auto controlled depending on wethier headpones are inserted or not

there is also bass and treble sliders to boost the low or high freqencies

in addition there is also a 3D mode that i belive tries to make the sound appear to come from the headphones rather than inside your Head (an unfortunate side effect of headphnoes that can cause tiredness and give you ideas abut world domination) but i find that it tended to reduce sound quality

i also have tried to find other stuff that the user may like, such as fiddling with hdparam for HD speed up ion the c3x00 however i found that apart from one option the settings reduce the performance when using the -t option

looking into "laptop mode" that has been built into 2.6 as i have hear reports that it gave users about half an hour on x86 laptops, it seems like if you are listening to mp3's you may not recive much benifit but anything that writes often shouldnt drain the battery life

alsa looking into some other /proc/sys tweaks that will help with peformance/battery life

if you have any cool things like those mentioned above post them here

34
Hardware Mods / 2700g Video Card
« on: March 09, 2006, 08:52:46 am »
Ok here are the details of my research to date, at the mement i am 1 pin away from being technically able to pull this hack off (GPIO18 for those who are intrested aka RDY, only used for VLIO)

hope this comes in handy, after this the next problem is sourcing chips
Code: [Select]
Note this is all 2700G7 specific, i plan to use the 2700G5 as it has suport for external Mem (up to 32MB) and 704KB of SRAM for frame buffers, the 2700G7 has only 16MB of built in MEM with no support for more as well as the FRAME Buffer, depending on which is cheaper + size constraints + avalibility + mem requirements i may change.

2700G  PXA270  Description      Avalible
SYS_nCAS    nSDCAS  System Bus Address Strobe    Yes (off SDRAM)
SYS_MA[25:2]    MA[25:2]    System Bus Address  Yes (off SDRAM and flash)
SYS_MD[31:0]    MD[31:0]    System Bus Data      Yes (off SDRAM and flash)
SYS_nOE  nOE  System Bus Output Enable    Yes (off flash)
SYS_RDnWR    RDnWR  System Bus Read/Write  Yes (off CF card)
SYS_RDY  RDY  System Bus Ready
SYS_nCS[1:0]    nCS[1:0]    System Bus Chip Select  Yes (off flash, mabey, it looks like we could steal it from that second flash slot, there are 6, we need 2 and they cant be used for anything else)
SYS_nWE  nWE  System Bus SRAM Write Enable    Yes (off SDRAM and flash)
SYS_nPWE    nPWE  System Bus VLIO Write Enable    Yes (off CF card)
SYS_DQM[3:0]    DQM[3:0]    System Bus Data Masks  Yes (off SDRAM)

System Bus Signals = 68 pins

For LCD's you get a pixel clock that incicates pixels, an Line Clock which indicates End of line (or HSYNC) and a Frame Clock (VSYNC) so you can see if you get rid of the pixel clock and add timing before clocking and after clocking the pixels out before/after the line/frame clock lines are triggered it would be compatible with a CRT, not sure but it might work with the new DVI connector with out insertint the "blanking", need to do some more research if this (the 2700G) dosen't pay off.

Local Mem Signals = 57 pins (all on PCB)

LCD_IN_DD[17:0]      LCD Data Inputs
LCD_IN_PCLK      Pixel Clock Input
LCD_IN_LCLK      Line Clock Input
LCD_IN_FCLK      Frame Clock Input
LCD_IN_DEN      LCD Data Enable Input

LCD Input Pin Signals = 22 pins (header going to LCD screen on zaurus)

LCD1_DD[23:0]      LCD Data
LCD1_PCLK      LCD Pixel Clock
LCD1_LCLK      LCD Line Clock
LCD1_FCLK      LCD Frame Clock
LCD1_DEN      LCD Data Enable
LCD1_PWM      Allows changing of backlight brightness

LCD2_DD[23:0]      LCD Data
LCD2_PCLK      LCD Pixel Clock
LCD2_LCLK      LCD Line Clock
LCD2_FCLK      LCD Frame Clock
LCD2_DEN      LCD Data Enable
LCD2_PWM      Allows changing of backlight brightness

LCD Output Pin Signals = 29 pins * 2 (primary and secondary) (One semi on board: Internal LCD connector is flat cable)

XTAL_IN    CLOCK Input
XTAL_OUT      CLOCK Input (or outptu depending on how you like it)
CLKIN    Clock input if XTAL_* not used
GPIO    General pourpos IO (Yeah!!)
POLL_FLAG      Connect to GPIO (PXA) for flow controll
nRESET_IN      Reset on LOW
nINT    Interupt to main processor (can i even acsess this line :( )
RSVD    100K pull down to ground resistor on these lines

MISC Pins = 13 Pins (not all connected)

VCC_CORE      Core Power Supply (1.2V 28 pins)
VCC_SYS    System Bus Supply (1.8V, 2.5V 9 pins)
VCC_LM    Local Mem Bus Supply (1.8V 10 pins)
VCC_SDRAM      SDRAM Device Supply (1.8V 13 pins)
VCC_LCD_IN      LCD Input Power (1.8V, 2.5V 2 pins)
VCC_LCD1      Primary LCD interface Power (1.8V, 2.5V, 3.3V 4 pins)
VCC_LCD2      Secondary LCD interface Power (1.8V, 2.5V, 3.3V 4 pins)
VCC_IO    Misc IO Power (3.3V 15 pins)
GND    GND (Come on you should know this 50 pins)
VCCA_CORE_PLL      Core PLL Analog Power (2.5V 1 pin)
VSSA_CORE_PLL      Core PLL Analog Gnd (Gnd 1 pin)
VCCA_DISP_PLL      Display PLL Analog Power (2.5V 1 pin)
VSSA_DISP_PLL      Display PLL Analog Gnd (Gnd 1 pin)
VAA_XTAL      Crystal Osscilator Analog Power (2.5V 1 pin)
VSSA_XTAL      Crystal Osscilator Analog Power (Gnd 1 pin)

Power Pins = 141 (all on PCB)

35
General Discussion / Magic Smartphone
« on: March 08, 2006, 06:59:18 pm »
#  processor: Intel Xscale 624 MHz with graphic accelerator 2700G3 and Video RaM
# connectivity standards: GSM quad band / GPRS / Wi-Fi 802.11b / EDGE / Bluetooth 2.0 / GPS / IrDA FIR 4 / USB
# card slot: micro-SD
# RAM 512 MB, ROM 512 MB, hard disk 8 GB
# 2 displays, both: QVGA = 320x240 pixels
# 2 cameras, both: 2 megapixel
# finger print reader
# output: VGA Out, Print Out / USB printing
# dimension: 125 x 70 x 32 mm
# weight: 300 g
# QWERTY keyboard

As soon as this comes out i am dumping my zauras and getting one of these, i havent seen a pda company inovate this much before, and it has VGA out, i want one now!!!


http://www.engadget.com/2006/03/08/magic-s...-ram-dual-qvga/
http://msmobiles.com/news.php/5002.html
http://www.advancetc.com/

36
General Discussion / Sharps New Pda
« on: October 22, 2005, 06:47:10 am »
http://www.engadget.com/entry/1234000723064261/
http://babelfish.altavista.com/babelfish/t...sh%2findex.html

From engadget:
Take one dash HTC Wizard / Apache, a heaping spoonful of HTC Universal, a pinch of Zaurus, mix liberally with Japanese engineering, bake at 375°, and you’ve got Sharp’s new Universal killer, the W-ZERO3 / WS003SH being released on Willcom. Hm, “Universal killer,” didn’t think we’d be saying those words so soon, eh? But this sucker runs Windows Mobile 5.0 Pocket PC, and has a 3.7-inch VGA touchscreen, 416MHz Xscale processor, 128MB of flash, 64MB of RAM, a MiniSD slot, mini-USB, 802.11b, W-SIM, and a 1.33 megapixel camera. Ah, this fickle heart, how easily swayed we are. Oh, and if you thought the Universal was hugemongous, well, the W-ZERO3 is still freaking ginormous at 70 x 130 x 26mm (2.75 x 5.1 x 1.0-inches) and 220g (7.75oz), but that’s a bit less than the 127 x 81 x 25mm/285g size n’ weight on the HTC, so chew on that.

very nice, btw the W-SIM is basiacalyy a removable phone module , only problem is it runs windows mobile

37
Hardware Mods / Upgrading Your C*k
« on: September 20, 2005, 09:03:15 am »
I have been pulling appart my PDA and studying the insides to see what type of upgrades are posible, i thoght it would be a good idea to put them all in the one place as well as give you some more info on how easy they are to do.

Overclocking:
Easy to do, it seems that intels manufacturing capabiliteies produce alot of good chips. i have yet to see a pxa270 that cant be clocked to at least 520Mhz, all the ones i have had have been able to do 624Mhz. the trade off is that the power consumtion shoots throgh the roof. bus speeds of 312mhz are easy to get but are of limited usefullness, if you try wierd clock speeds you can also increse the ram bus in small increments however the LCD screen ether tends to flicker or darkens at anything below 100Mhx (LCD clock) and scince the lcd clock is linked to the cpu one, wierd CPU freq's = wierd LCD freq

its easy to test for this one, just get your self an applet that sits in the tray and try out the diffrent speeds, then do a bit of work and try to get the cpu up to 100 usage, if it hangs try a diffrent freq. the good thing about this is when you reboot the chip goes back to its normal speed so it would be hard to stuff somthing up permantly (no garantee here)

Ram Upgrade:
The chips are from samsung and are from the "mobile SD-RAM" catagory, meaning they top out at 512Mb. this translates to a maximum of 128MB in your C*k, there are pin compatible parts but are ball grid array (hard to solder) and are slightly wider and may not fit (still have to mesure) on the plus side they consume very little extra current (the larger chips that is) and are slightly faster, but no anything you would notice.

it would also be posible to raise the RAM bus speed as you could buy a faster chip than the zaurus currently has to see a speed boost. the current chips are running at aout 104mhz, the next speed bracket for RAM BUS speed is 208Mhz so you would need a good chip to hit this mark. but there would be a noticble gain in performance

[EDIT] I found a way to solder new chips easily, my original thoght was to use a daghter board only for RAM sizes > 128MB however if you always use a daghter board then you can postion the board over the removed ram's holes and apply solder down the vias, this works for soldering the ram chips to the daghter board as well meaning you can do this with a normal soldering iorn, i need to talk to some people but all sounds good at the moment, "no skills required" ™ and best of all it would work for any PDA based on a PXA chipset, this would also mean you could use surface mount or BGA RAM parts, just buy the correct daghter board, you could even salvage RAM from old SDRAM sticks, 1GB here i come [/EDIT]

[EDIT]Looking good, may move to a seperate thread as it can be usod on basically any PDA HOWEVER anything over 128MB gets large quickly and would chew alot of juice (in other words i cant wait to try it), the daghter board at the moment is the size oy a small clamshell in theroy (in practice et mmay be slightly larger) the problem is that the pxa27x dosent play nice with stupidly large RAM (i had to say it) eg > 512Mbit and supports only a few select configorations [/EDIT]

Flash upgrade:
The big daddy of all upgrades. The good news: the 16Gb chip is pin compatible with the current chips in your pda and you can have 2 (16Gb = 2GB). however the bad news is that there may be software issues present. if the pxa boots from this flash then it should  be easy to upgrade, however if it boots from ROM then there may be an issue. i suspect the second as the chip is 8bits and the pxa needs a 16bit or 32 bit chip to boot

the problem is that the setup code might incorectly set up the chip. i will have to look into this but i am sure there is a work around. one side affect of 2 chips is the bus width could be doubled, as well as using chips that are twice as fast so there would be a read performance increses as well as a tiny write speed one

[EDIT] Still possible need stupidly large flash chips (like from a broken nano) as i want to see the max capacity we can use, i might see if i can go into an apple store and buy a broken nano (yeah i am sure they wont let me, unless i say im to poor to buy one but want to look like an idiot^H^H^H^H^H cool apple guy) [/EDIT]

2700G:
The one we have all been wating for, for those of you who dont know what it is i will give a quick rundown of it.
It is a video card that supports 32MB of SDRAM, video out, OPEN GL ES, accelerated video decoding of divx,Xvid,WMV. It allows playback of 2Mbps Xvid streams of 720 * 480 pixels downscaled to 640 * 480 on the axim x50v, with cpu cycles to spare on an external compuer monitor. with the main CPU clocked at a slow 208Mhz this translates to about 3.5 hours of video (you get about 1hr or less if you dont use the video card and you have to clock the device up to 624Mhz).

I leraned about this when i was reviewing a post i made concerning CF read writes impacting the bandwidth of the SD RAM (because they both share the same data bus). when i looked at the 2700g specs i relised that nearly all the pins i needed to interface it to the CPU where avalible at the CF socket, mainly address pins and data pins. the rest were easily accsessable scince i was going to think aobut upgrading the memorey as well

after overclocking this would be the second easyiest mod to achive as it would plug into the cf socket and require soldering a couple of extra wires (less than any other mod) that are esy to get acsess to. and if you own the c1k it would be easy to put the card where the microdrive would sit. you would also still be able to use the socket for CF cards as well however most likly not at the same time unless you do not mind plugging the cf card into an adaptor underneath the zaurus

[EDIT] superceded but still posible, could be handy due to the crappy usb update speed, see below i would like some feedback into which you wold prefer [/EDIT]

[EDIT] Still posible, need both chips and to locate 1 I) line, moved to seperate thread see: https://www.oesf.org/forums/index.php?showtopic=18131 for my hacking info [/EDIT]

Video Out:
the father of the mod above, this may be posible because of the way the pxa spits data at the LCD screen, it provides everything you need to interface to an external DAC ( Digital 2 analog converter) that would connect to a standard monitor cable, alowing a mirror image of whatever is on screen and if you are willing to turn of the LCD screen when you plug a monitor in you would be able to get 800 * 600 on it by tweaking some registers

[EDIT] Meanie has got a sis usb video card to work, i would love to see an x server or console running on this however i am prepared to wait, hopfully with a bit of hacking i can get it to compile under a 2.6 ARM kernel (its in the mainline now), so basically it superceddes this and the 2700G hack as it is a full video card, hopfully with opengl but i wouldnt hold youre breath but it is the best video out sulution for the zaruses info at http://www.winischhofer.at/linuxsisusbvga.shtml https://www.oesf.org/forums/index.php?showtopic=11129&st=15 support at the moment is for slideshows only (under 2.4 zaurus kernels that is), oh and you may be able to hack it for dual head support lets see an axim do that!!! [/EDIT]

Bluetooth:
the pxa has a serial port dedicated for use with a bluetooth chip. it would be posible to get a usb dongle and use ether the serial port or the usb port to connect it up. once again this is easy to do but could be hard to find space in your pda case to fit it

[EDIT] I now have a tiny bluetooth dongle tahts a bit larger than the usb port it is soldered ta and am about to give it a go with the USB hack below which supercedes this hack due to it working with everything USB bassed [/EDIT]

Internal USB
see https://www.oesf.org/forums/index.php?showtopic=13562&st=150 for discussion or http://www.iral.com/~albertr/linux/zaurus/wireless/ for details however it bassically is a USB port that you can solder onto that is not being used, want wifi.... fine, want bluetooth.... fine, want 2 wifi cards and a bluettoth for some unique wifi always on hotspot hopping (or MITM stuff )..... Ok, my plans are to build a docking station ar if i can pull it off redesighn the bottom for more space.

Accelorometer/gyroscope:
Just when you thoght it could not get any better you hear about this, umagine shaking your PDA to play a new random song, or moving it clockwise to go foward in your playlist and anti clockwise to go back. how about tilting the pda to move the mouse? if you heard about accelerometers in the new laptops then this is taking it to the next step.

a laptop would be hard to tilt around to use as a mouse for an extended period of time however a pda is much liter, and there are times where i am using the keyboard and have to take out the stylis tap the screen and put eit away again, why cant i just tilt the PDA? i am looking into this but it looks like all i have to do is wire an analg devices gyroscope/accelerometer to the SPI port in the pda and write a driver

as a side effect i will now know when i should park the harddrive heads  

the accelerometer would be handeled diffrently, it would be a mice interface as well but i was thinking that a user daemon would connect to it and interpret diffrent movments to mean diffrent things (eg wax on/off, shaking the device, shaking the devie left/right - up/down) all while holding a button so you  can go for a jog without setting it off

the best thing for me is the accelerometer/mouse with MPD so i can go without X and still have all the benifits (thogh with 1GB of ram that may not be much of a prblem any more)

Cell Phone Hack
I am sure you are aware that you can connect to the net using a cellphone and a laptop, however you can also do the same thing from your PDA, and use it to send/recive text messages. also (thogh unconfirmed) you may be able to set up the zaurus as a answering machine for your phone (if you want to, im sure some people are happy with voice mail) by using the mgetty packages (requires a voice modem, thats why unconfirmed if not voice modem then plug into audio port) basically you take the serial port on the back of your pda and wire it up to a phone (clamshell works best as you can remove the screen) or plug into usb

you might run out of space but thats why im building a new case/docking station

This is just a list of what we might be able to do, if you are intrested in technical details get in touch but keep in mind that none have been achived yet. also feature listed here may be imposible to implement but i have made estimates of what can be done. i am also intrested in what you would like to see as that will influence what i work on, i dont expect to see more than 2 finished by the end of this year unless i am lucky or some one else works on one.

38
OpenBSD / Pure Openbsd
« on: September 02, 2005, 02:00:30 am »
Does anyone know if they (the openBSD team) are working on getting rid of the requirement of having linux on the pda to boot the thing.

even if someone came up with a minimal linux for flash that loaded the hard drive modules (or have thme builit in) mounted it, found the BSD kernel and used the inject method for the open BSD kernel

then i could just have OpneBSD on the hard drive and use linux to do recovery

39
C1000/3x00 Hardware / Ram Upgrade
« on: August 14, 2005, 02:02:43 am »
Any one got more infomation on that RAM upgrade, i have been running low on mem latly and could see the benifits of some more

also anyone found out more info about the internal usb/bluetooth hack that was mentioned in the same thread.

posted a new topic because i could not find the old one, sorry about that

40
C1000/3x00 Hardware / Screen White Out
« on: July 16, 2005, 02:35:49 am »
i have been having ssome problems with my c3k, about after 4 - 5 mins of the wifi card bieng turned on (ie connected) my screen fades to white, somtimes this happens as soon as i place in inthe cf slot

anyone encoutred this, i havent had this before. keep in mind i have a modified wifi card and thoght mabey i had a short that was causeing excessive current draw or somthing like that

othertimes while the card is still in the slot it ejects then reinserts it by itself and the card comes up as anonymos memory. this is normally after the white out where i reinsert the card and have had it working for a couple of minutes

one thing i did notice is if you lose your net connection with netfront then reconect it will give you a whole lot of tcp errors and refuse to browse, mabey its just my pdas way of telling me i should have gone to opera a long time ago

41
General Discussion / 3g + Wifi In One Card
« on: July 15, 2005, 08:48:13 am »
found a couple of things while looking for gprs cards, i ended up finding 3g cards

http://www.infosyncworld.com/news/n/5917.html a samsung tablet thing like the nokia table with 520Mhz processor, 128MM Flash 128MB Ram,CF, USB (not sure if its host) Wifi, optional bluetooth and a DVB tv tuner with a 800*600 LCD touch screen. The downside: its running windows CE 5.0

wifi and gprs(/3g not sure atm) card http://www.nttdocomo.co.jp/english/p_s/pro...2pwl/index.html

3g comact flash card http://www.nttdocomo.co.jp/english/p_s/pro...2/p2402_01.html uses the utms network which is what most telcos are usingfor 3g as far as i can tell, i might even go for one of those data plans for 3 over here in aus ($30 au for 100MB download what a rip)

going off the prices from http://translate.google.com/translate?u=ht...Flanguage_tools it looks like it could be cheaper to get them from japan rather than one of the gprs cards from the us (look for the communication cards, if i have this all wrong can someone post)

for refrence FOMA is compatible with utms acodring to: http://en.wikipedia.org/wiki/FOMA
and a exert from the utms article on wikipedia http://en.wikipedia.org/wiki/Universal_Mob...cations_System: UMTS supports up to 1920 kbit/s data transfer rates (and not 2 Mbit/s as frequently seen), although at the moment users in the real networks can expect performance up to 384 kbit/s - in Japan upgrades to 3 Mbit/s are in preparation. However, this is still much greater than the 14.4 kbit/s of a single GSM error-corrected Circuit Switched data channel or multiple 14.4 kbit/s channels in HSCSD, and offers the first prospect of practical inexpensive access to the World Wide Web on a mobile device and general use of MMS.

however they are marketed at 384Kb/s

not to mention these cards are tiny compared to your standard gprs cards, so if your looking for 3g speeds with your pda then these are your best bet, please note that these are marketed as Data only cards and i am unsure if you can use them to send voice, they appear to be able to be used for video confrencing but wethier or not you can make a standard call with them i could not tell

also i dont know how well linux supports them, i know they work for the zaurus but am unsure about any non-sharp roms, i guess if they appear as a high speed serial link that accepts the AT command set then you should be fine, any one got one of these

hope this helps anyone wanting high speed internet acsess

ps any one know what the phs thing is, i couldnt get a good translation

42
Zaurus - pdaXrom / Nice Window Manager
« on: June 10, 2005, 04:57:03 am »
Dont know if this is helpful to anyone but i found a nice window manager that could be good for the 640*480 devices

http://www.symphonyos.com/desktop.html

im not up to speed on this rom (yet) but i might try later on to get it working on my zaurus

43
C1000/3x00 General discussions / New Mplayer
« on: June 05, 2005, 06:06:11 am »
there is a new mplayer out at http://atty.jp/?Zaurus%2Fmplayer including an update to bvdd

as far as what it updates, i will let google translation speak for itself
Update because it makes the bvdd the SDL correspond is main. The MPlayer itself has not changed almost. As for details please look at renewal past record.

44
C1000/3x00 General discussions / 6gb Hard Drive Upgrade
« on: May 07, 2005, 07:48:12 am »
now i know you are all going to say you have seen this before, but i mean have you seen the 6GB upgrade? as far as i can remeber it not only uses less power (0.7W max compared to 1W max) but the transfer rate maximum is better (8MB vs 6MB)

aparently acording to the benchmark he never hits the 8MB ceiling however he does fiddle with a regester called MCIO1 or somthing similar (see towards the bottom) that allows for a speed up in the drive. any one know how to do this? i asume its a simple proc setting

oh well, mabey i will just get a 6GB card now instead of waiting for the elesive 10GB model or instead of waiting for the much promised 20GB model due out hopefully next year

anyway here is the link: http://translate.google.com/translate?u=ht...Flanguage_tools
all nice and google translated

45
C1000/3x00 General discussions / C1000 Case For The C3000
« on: April 27, 2005, 09:32:11 am »
just found the black c1000 case bieng sold seperatly from the mobo at http://translate.google.com/translate?u=ht...Flanguage_tools now i can have a black c3000

Pages: 1 2 [3] 4