Part Number: TDA4VM
Hi master,
I used SDK 07_01_00
First, when i use prebuild image in sdk to make SD card. I can see ethfw log in ttyUSB2 after boot;
Then, I compiled a new ethfw, without any change, Then i copy debug/app_remoteswitchcfg_server_strip.xer5f to /lib/firware/ethfw;
After boot, I can't see any ethfw log in ttyUSB2;
So I add same log in ethfw main function, I found the log is correct before BIOS_start, and after BIOS_start is called, no more log will output;
Can you give me some advice?
Thanks.