Julian Gardner
Julian Gardner
is there a proper test example anywhere for using this library?
TurboSight TBS 6704 ATSC frontend under Linux encoder@joemex3:~$ tsp -v -I dvb --adapter 0 --frequency 479000000 -P until -s 10 -P analyze -O drop * tsp: buffer failed to lock...
TurboSight TBS 6904 DVBS/S2 frontend under linux =============================================================================== | TRANSPORT STREAM ANALYSIS REPORT | |=============================================================================| | Transport Stream Id: ......... 15 (0x000F) | Services: ............. 30 | | Bytes: ...........................
I am as I would like this as an option for a setup im playing with that has 16 dvb-s inputs Joolz ``` On Saturday, 26 March 2016, 10:06, catalinii...
Lars18th this is what i was looking for, as my implementation I only have the frequecy, symbol rate etc and sid. And multiple would be good as well.!!!!!
Im trying to find a way but what i am seeing is the toolchain is producing 2 sections with the same name but with different flags ``` I think, or...
Also I have 2 sections called time_critial and time_critical_d, time_critical_d is the only one that is put at address 0x20100, time_critical is just added to the .text, but as you...
I have the linker linking my project, but still missing initdata and a few other problems with sections. Im plodding on
I would love some help in creating the .initdat section. I have the SVR3 parser working and a new sort_output_sections_by_linker_script and set_virtual_addresses_by_linker_script which do the mapping from the linker script,...
Thats a shame as it is only missing the INITDATA processing which would allow mold to be used on embedded projects. I will carry on and try to integrate this...