Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] Re: Kfir



Ulrich Dziergwa writes:
 > Ralph Metzler wrote:
 > ....
 > > echo -n -e "\x52\x4b\xeb\x74\x00\x00\x0f\x3c\xfc\x00" > MPEG1_6.HLD
 > > dd bs=1 if=$(SYSTEM)/KfirLib.dll skip=1449200 count=59862 >> MPEG1_6.HLD
 > > 
 > > So, the length should be 59872.
 > > This is most probably the cause for the lockup.
 > > 
 > >  > -rw-r--r--    1 root     root        32385 Dec 27 22:43
 > >  > altera_keb_plx_5e.rbf
 > >  > -rw-r--r--    1 root     root       514777 Dec 30 23:34 kfir_micro.h
 > > 
 > > These ones look OK (length-wise at least).
 > > 
 > > Ralph
 > > 
 > Hi
 > 
 > I built a new .rbf file with the right length and use the new version
 > from linuxtv but it freezes the system after printing GP_INPUT on. I put
 > a printk at the end of AlteraLoadMicro that never prints. Is it
 > possible, that my version of the DLL is different from yours and the
 > extracted Altera code is wrong?


The .rbf file was the right length, the .HLD file was wrong.
Did you correct that one yet?
The problem probably was that the backslash expressions were no 
evaluated as hex codes (\x52 -> one byte with value 0x52, not "\x52").
The "-e" option should accomplish this, or are there versions of echo
with different behavior?

The fact that the printk was not printed has no real meaning regarding
the point of the crash. Their output can be delayed, in this case
to after the time of the freezing.

What length does your kfirlib DLL file have? 1826875 bytes?


Ralph


--- 
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe linux-dvb" as subject.



Home | Main Index | Thread Index