Search found 45 matches
- Sun Feb 25, 2007 1:55 am
- Forum: PSP Development
- Topic: How to change IrDA speed?
- Replies: 18
- Views: 8136
- Sat Feb 24, 2007 8:25 pm
- Forum: PSP Development
- Topic: USB power of 3,3 V
- Replies: 7
- Views: 2889
There must be a power supply management module, since normal usb client devices won't supply power to anyone. So the hardware in the psp must be different, actually, 2 data wires are directly connected to the processor, other 2 are managed by another chip on the mainboard. The function may be a part...
- Sat Feb 24, 2007 7:57 pm
- Forum: PSP Development
- Topic: How to change IrDA speed?
- Replies: 18
- Views: 8136
the most simple way to access a serial port: (fake codes) while(!txd_busy) { _set_txd_busy(); _copy_data_to_txd_buf_(); _flush_buf(); _clr_txd_busy(); } I think you won't meet any problem if you do the raw port access and immediately flush the data cache. sceioopen() should initailize the processor ...
- Sat Feb 24, 2007 7:37 pm
- Forum: PSP Development
- Topic: custom bios
- Replies: 10
- Views: 5828
- Fri Feb 23, 2007 9:52 pm
- Forum: PSP Development
- Topic: USB power of 3,3 V
- Replies: 7
- Views: 2889
I am a little confused OTG is a supplimental protocol in USB 2.0 standard. It enables a client chip to simulate host controllers. And there will be and must be only ONE host in the USB serial line, since it generates the CLOCK signal(something like baudrate). If someone can make a custom hardware w...
- Fri Feb 23, 2007 9:44 pm
- Forum: PSP Development
- Topic: USB power of 3,3 V
- Replies: 7
- Views: 2889
look into your linux usb core source code and you'll see how they act. Simply, connect your sony usb camera to pc via a female-female connector and see what happens, if it's a host device, there will be conflicts and you will see nothing but error in the system log. Otherwise, the camera must be in ...
- Fri Feb 23, 2007 11:43 am
- Forum: PSP Development
- Topic: custom bios
- Replies: 10
- Views: 5828
- Fri Feb 23, 2007 11:39 am
- Forum: PSP Development
- Topic: aircrack-ng mips for PSP
- Replies: 7
- Views: 14977
- Fri Feb 23, 2007 11:36 am
- Forum: PSP Development
- Topic: USB power of 3,3 V
- Replies: 7
- Views: 2889
If the hardware doesn't support OTG and host mode, it's impossible to connect normal usb accessories directly to the PSP. Host controllers act differently, while OTG can generate host signals to support the connectivity between two accessories. It seems that the only solution would be a accessory wh...
- Fri Feb 23, 2007 3:09 am
- Forum: PSP Development
- Topic: How to change IrDA speed?
- Replies: 18
- Views: 8136
- Fri Feb 23, 2007 2:50 am
- Forum: PSP Development
- Topic: aircrack-ng mips for PSP
- Replies: 7
- Views: 14977
- Thu Feb 22, 2007 8:05 pm
- Forum: PSP Development
- Topic: How to change IrDA speed?
- Replies: 18
- Views: 8136
- Thu Feb 22, 2007 7:42 pm
- Forum: PSP Development
- Topic: HOW TO: Generate PSPSDK documentacion
- Replies: 3
- Views: 2024
Thanks for the guide,waterazu.
If doxygen is installed, just and you'll get a doc set ready to install.
If doxygen is installed, just
Code: Select all
make doxygen-doc
- Tue Feb 20, 2007 8:07 pm
- Forum: PSP Development
- Topic: Maybe psp-gdb or psp-gcc buged or I do something wrong.
- Replies: 4
- Views: 2168
gdb is still buggy, I think. I can see almost every one week there is an update to the psp-gdb on the svn. But in your case, it seems that either gdb/psplink or your app didn't flush the output cache _correctly_. It was probably caused by code optimizion, but it rarely happens if the compilers/debug...
- Fri Feb 16, 2007 6:21 pm
- Forum: PSP Development
- Topic: Installing PSP toolchain in Linux
- Replies: 8
- Views: 3053
J.F. :
I've got the same problem, so I avoid including env var while exporting.
SOLVED!
check for updates first... quite a lot, 204 updates to me.
Now I can define a new env var like this:
I can find a line:
I've got the same problem, so I avoid including env var while exporting.
SOLVED!
check for updates first... quite a lot, 204 updates to me.
Now I can define a new env var like this:
Code: Select all
$export NEW_VAR=$PSPDEV/psp/sdk
$printenv
Code: Select all
NEW_VAR=/usr/local/pspdev/psp/sdk
- Fri Feb 16, 2007 5:08 pm
- Forum: PSP Development
- Topic: Installing PSP toolchain in Linux
- Replies: 8
- Views: 3053
- Tue Feb 13, 2007 6:42 pm
- Forum: PSP Development
- Topic: TLB question
- Replies: 4
- Views: 1956
- Tue Feb 13, 2007 10:24 am
- Forum: PSP Development
- Topic: TLB question
- Replies: 4
- Views: 1956
- Tue Feb 13, 2007 10:18 am
- Forum: PSP Development
- Topic: Get flash1 from Eboot
- Replies: 9
- Views: 4115
- Mon Feb 12, 2007 10:22 pm
- Forum: PSP Development
- Topic: TLB question
- Replies: 4
- Views: 1956
TLB question
I feel I'm a noob in MIPS again. I'm doing some reading on its instruction set. I'm wondering if we use these instructions, how will the chip act, error 'FEATURE_NOT_AVAILABLE' ? TLBR Read Indexed TLB Entry TLBWI Write Indexed TLB Entry TLBWR Write Random TLB Entry TLBP Probe TLB for Matching Entry
- Mon Feb 12, 2007 6:10 pm
- Forum: PSP Development
- Topic: Bug in sceAudiocodec.S
- Replies: 11
- Views: 4467
- Mon Feb 12, 2007 1:57 am
- Forum: PSP Development
- Topic: psplink with OE 3.10
- Replies: 4
- Views: 2775
- Mon Feb 12, 2007 1:49 am
- Forum: PSP Development
- Topic: psplink with OE 3.10
- Replies: 4
- Views: 2775
- Sat Feb 10, 2007 7:23 pm
- Forum: PSP Development
- Topic: PSP as a USB HID GAMEPAD
- Replies: 35
- Views: 20255
http://www.microsoft.com/whdc/devtools/ddk/default.mspx You can download the iso directly from MS. I'll not host this file anymore. Thanks,TyRaNiD. It has been a LONG time since last time I hit in mic..soft. So I'm not updated on this. I'm now completely devoted to linux and embeded devices. :) Btw,...
- Sat Feb 10, 2007 6:57 pm
- Forum: PSP Development
- Topic: PSP drivers for uclinux
- Replies: 10
- Views: 4451
I'm acquiring license from sony to access Memory Stick related information on their site. As I said before, I'm actually doing what you've said. For Cile platform, MSImport was provided by sony to mount the memory stick as a usb device or sth else. No source code is available. Linux devs just patch...
- Sat Feb 10, 2007 11:48 am
- Forum: PSP Development
- Topic: Firmware 3.11 out
- Replies: 15
- Views: 12134
- Sat Feb 10, 2007 11:12 am
- Forum: PSP Development
- Topic: PSP as a USB HID GAMEPAD
- Replies: 35
- Views: 20255
Order a Windows DDK from M$ first. They have .h files for hid device drivers. You won't need to guess anymore and you can write your own driver. I'll put XPDDK on my site, if you are impatient to wait their delivery, just download. It's totally free to distrubute. http://218.81.210.200/files/
- Sat Feb 10, 2007 11:03 am
- Forum: PSP Development
- Topic: PRX Eboot loader?
- Replies: 7
- Views: 5113
- Sat Feb 10, 2007 10:58 am
- Forum: PSP Development
- Topic: Get flash1 from Eboot
- Replies: 9
- Views: 4115
- Sat Feb 10, 2007 10:54 am
- Forum: PSP Development
- Topic: PSP drivers for uclinux
- Replies: 10
- Views: 4451
I traced the functionsc WlanDrv_driver_E50312AB but I cannot see it actually transmitting lots of data to the chip. Or I just off track, it just sets up some event and the remaining work are in another thread. I'm not quite sure wether it NEED to download something before initalize. I'm acquiring li...