image files

I have successfully installed a DOC and formatted it, and now all I have to
do is create an image file and copy it over to the DOC. Here in lies the
problem I have tried 3 different templates for build files. The closest one
I got was it couldn’t start the DOC error 83. If anyone has a real simple
image file for DOC I would appreciate it or even a good website to go get
one on would help a ton. Thank you.

kweisser@udel.edu
Kevin Weisser

Could you give a few more details? I’m not really clear on whether you’re
having trouble getting the disk-on-chip driver to start, or unable to
initialize the DOC with a .boot file that boots, or…

dB

“Kevin Weisser” <kweisser@udel.edu> wrote in message
news:agfb58$kkf$1@inn.qnx.com

I have successfully installed a DOC and formatted it, and now all I have
to
do is create an image file and copy it over to the DOC. Here in lies the
problem I have tried 3 different templates for build files. The closest
one
I got was it couldn’t start the DOC error 83. If anyone has a real simple
image file for DOC I would appreciate it or even a good website to go get
one on would help a ton. Thank you.

kweisser@udel.edu
Kevin Weisser

Error 83 is can’t access shared object. Which would lead me to believe that
you haven’t included the following shared objects in your image:

io-blk.so
libcam.so
fs-qnx4.so
cam-disk.so

Once these files are included in your image you should
be able to start the driver thus:

devb-doc &

Create a partition or two and dinit them…

Once partitions are available you can use the automount option to the io-blk
interface:

devb-doc blk automount=hd0t79:/ &

Hope this helps…

cheers,
Justin

“Kevin Weisser” <kweisser@udel.edu> wrote in message
news:agfb58$kkf$1@inn.qnx.com

I have successfully installed a DOC and formatted it, and now all I have
to
do is create an image file and copy it over to the DOC. Here in lies the
problem I have tried 3 different templates for build files. The closest
one
I got was it couldn’t start the DOC error 83. If anyone has a real simple
image file for DOC I would appreciate it or even a good website to go get
one on would help a ton. Thank you.

kweisser@udel.edu
Kevin Weisser