how to build plp pci express rom

Started by chukchu, July 15, 2011, 07:20:55 AM

Previous topic - Next topic

chukchu

can anyone pls tell me the  exact steps to follow to create option rom from the plpbtrom.bin file in windows.

chukchu

I put the plpbtrom files to d: drive in folder plop. I open command prompt and enter the command d:\plop\plpbtrom.exe -vendorid 0x10de -deviceid 0x07dc plpbtrom.bin plpbt.rom. But it gives error: unable to open plpbtrom.bin. Somebody please  tell where I'm doing wrong.

Elmar

did you change to the drive and to the directory in the command prompt?

chukchu

yes. this is exactly as i typed the command
C:\documents and settings\username>d:\plop\plpbtrom.exe -vendorid 0x10de -deviceid 0x07dc plpbtrom.bin plpbt.rom

Elmar

Quote from: chukchu on July 15, 2011, 09:13:14 AM
yes.

no, you didn't

Quote from: chukchu on July 15, 2011, 09:13:14 AM
this is exactly as i typed the command
C:\documents and settings\username>d:\plop\plpbtrom.exe -vendorid 0x10de -deviceid 0x07dc plpbtrom.bin plpbt.rom

you are still in C:\documents and settings\username so plpbtrom cannot find the files

dos is really not so difficult.

simply use "d:" to change the drive and "cd \plop" to change the directory. then run "plpbtrom -vendorid 0x10de -deviceid 0x07dc plpbtrom.bin plpbt.rom" and suddenly it will work

chukchu

it's working now, thank you very much for the big help, sorry to bother you with the pm but i was really frantic. Thanks again