You can download example wr886nv7 firmware here.
Using binwalk to extract the firmware.
Find TP-Link external symbol file.
Load VxWorks image "A200" to Ghidra with MIPS Big endian processor type and default load address zero.
Don't analyze image this time, since we don't known the correct load address.
PS: You need install VxHunter first, VxHunter repository can be found here
Run VxHunter vxhunter_load_tp-link_symbols.py in script manager and select the TP-Link external symbol file "DBECB".
This script will load TP-Link external symbol file, rebase image to correct load address and fix the function name.
All done, you can now run wr886nv7_rename_function_with_error_print.py script.
This script will analyze functions error print and use it to rename undefined function.