[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[microblaze-uclinux] Error open file
- To: microblaze-uclinux@xxxxxxxxxxxxxx
- Subject: [microblaze-uclinux] Error open file
- From: ravi kishu <ravvigadu@xxxxxxxxx>
- Date: Fri, 20 Nov 2009 13:01:13 +0530
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=n7ESLzksBKdCQ3Tlip0qxmsgfgvon7b73SemHW+/GOg=; b=RJDveKM1eBqflYUm+trcxZm6ugzKT2iYSr43B6EUSvlqfJt4k1cg29Va9bJ8KwR+NN zI6IAf2xjk15nXjP00UA9knEPNYHyY88Nr5mzrSZBLuMhlYqykWB5vG5hLq2jpayvKyI cELt4jdcRLkFV96nEVnmTzqtOY50k7c3iCRTY=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=d2dadIHvIeyBKai6RoUXB3BmG4GHpId28NYmtBzmrOR9VpCB25FSzHUIAwzjrSpPJl r/XGnllI6H2VH5Icx0M5f2ON6gynDPmc9KQ5Ct0OTnBo20vsCzfEKKHeP5x6uJOayI/Y 64hTppFtbgJX6wBzX/keWuv0RTUsq/ped8mp4=
- Reply-to: microblaze-uclinux@xxxxxxxxxxxxxx
- Sender: owner-microblaze-uclinux@xxxxxxxxxxxxxxxxxxxx
Hi Dear,
----------- I runned the video decoder program on the uclinux
1) After making the make , make romfs , make image successfully , I copied these images folder from petalinux-dist to the referencedirecotory of edk project.
2) Then I downlaoded the bit stream from the Edk window ..... it was done .
3) Now I open the hyper terminal and "launch XMD " then it opens the XMD window
4) Now I did cd images
5) Then I did " dow -data image.bin 0x8c000000 "
6) After that con 0x8c00000
Then it was done successfully and showed the processing the hyper terminal
now I typed H264_dec( which is in the make file APP) and press teh enter key so the executable file is working
But my Problem is how to give the input file to this and how can i get the output file
Later i copied "test.264" file and "decoder.cfg" file to the petalinux-dist/romfs/mnt/
------ and again follow the same procedure like above , i.e, make romfs make image then no errros so dowwload the bitstream and......( steps 1 to 6)
now in the XMD > cd images
> cd ../mnt
> H264_dec decoder.cfg
then it was saying
Error open file test_dec.yuv
----- then I went to the romfs directory/mnt/
created the test_dec.yuv and did the same thing.( steps 1 to 6) make romfs make image .......
again in the XMD if we give
# H264_dec decoder.cfg then it was giving the same error
Error open file test_dec.yuv
again I tried like below
# cd /mnt/
# H264_dec -i test.264 -o test_dec.yuv
Error open file test_dec.yuv
# H264_dec -i test.264 -o ted.yuv
Error open file ted.yuv
# H264_dec -i test.264 -i test_dec.yuv
Error open file test_dec.yuv
so how can i give the input file to my image so that it will take the input and give the output , and from where i can take the output . Please assisat me in this regard
Thanks in advance
Ravi