-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Description
I would like to use PWM on the new Flight Pro board.
After following the instructions from Intrinsyc, I can use dspal/test to get the version:
cpu
root@apq8096/home/root $ ./version_test
version: 2.0.0
build date: BUILD_DATE_STRING=Oct 22 2017
build time: BUILD_TIME_STRING=22:12:45dsp
[08500/02] 41:23.050 Verification skipped, no function specified!! 0495 map_object.c
[08500/02] 41:23.050 uimg not supported 0529 map_object.c
[08500/02] 41:23.071 Verification skipped, no function specified!! 0495 map_object.c
[08500/02] 41:23.071 uimg not supported 0529 map_object.c
[08500/03] 41:23.083 __cxa_finalize weak ref not found, return _rtld_sym_zero@_rtld_objmain 0295 symbol.c
[08500/03] 41:23.083 __cxa_finalize weak ref not found, return _rtld_sym_zero@_rtld_objmain 0295 symbol.c
[08500/03] 41:23.083 __cxa_finalize weak ref not found, return _rtld_sym_zero@_rtld_objmain 0295 symbol.c
[08500/03] 41:23.083 __cxa_finalize weak ref not found, return _rtld_sym_zero@_rtld_objmain 0295 symbol.c
[08500/02] 41:23.086 version: 2.0.0 0040 version_test.c
[08500/02] 41:23.086 build date: BUILD_DATE_STRING=Oct 22 2017 0041 version_test.c
[08500/02] 41:23.086 build time: BUILD_TIME_STRING=22:12:45 0042 version_test.c
but the dspal_tester fails with (except HAP power API test):
dsp
// ...
[08500/03] 41:46.193 undefined PLT symbol #489 __cxa_atexit in libdspal_tester.so 0318 symbol.c
[08500/03] 41:46.193 plt object relocation failure 0274 mdreloc.c
[08500/03] 41:46.195 dlopen failed, libdspal_tester_skel.so 0725 rtld.c
[08500/02] 41:46.215 Verification skipped, no function specified!! 0495 map_object.c
[08500/02] 41:46.215 uimg not supported 0529 map_object.c
[08500/02] 41:46.242 Verification skipped, no function specified!! 0495 map_object.c
[08500/02] 41:46.242 uimg not supported 0529 map_object.c
[08500/03] 41:46.258 __cxa_finalize weak ref not found, return _rtld_sym_zero@_rtld_objmain 0295 symbol.c
[08500/03] 41:46.260 __cxa_finalize weak ref not found, return _rtld_sym_zero@_rtld_objmain 0295 symbol.c
[08500/03] 41:46.260 __cxa_finalize weak ref not found, return _rtld_sym_zero@_rtld_objmain 0295 symbol.c
[08500/03] 41:46.261 __cxa_finalize weak ref not found, return _rtld_sym_zero@_rtld_objmain 0295 symbol.c
[08500/03] 41:46.261 undefined PLT symbol #489 __cxa_atexit in libdspal_tester.so 0318 symbol.c
[08500/03] 41:46.261 plt object relocation failure 0274 mdreloc.c
[08500/03] 41:46.261 dlopen failed, libdspal_tester_skel.so 0725 rtld.c
[08500/02] 41:46.283 Verification skipped, no function specified!! 0495 map_object.c
[08500/02] 41:46.283 uimg not supported 0529 map_object.c
[08500/02] 41:46.311 Verification skipped, no function specified!! 0495 map_object.c
[08500/02] 41:46.311 uimg not supported 0529 map_object.c
[08500/03] 41:46.330 __cxa_finalize weak ref not found, return _rtld_sym_zero@_rtld_objmain 0295 symbol.c
[08500/03] 41:46.330 __cxa_finalize weak ref not found, return _rtld_sym_zero@_rtld_objmain 0295 symbol.c
[08500/03] 41:46.331 __cxa_finalize weak ref not found, return _rtld_sym_zero@_rtld_objmain 0295 symbol.c
[08500/03] 41:46.331 __cxa_finalize weak ref not found, return _rtld_sym_zero@_rtld_objmain 0295 symbol.c
[08500/03] 41:46.332 undefined PLT symbol #489 __cxa_atexit in libdspal_tester.so 0318 symbol.c
[08500/03] 41:46.332 plt object relocation failure 0274 mdreloc.c
[08500/03] 41:46.332 dlopen failed, libdspal_tester_skel.so 0725 rtld.c
[08500/02] 41:46.355 Verification skipped, no function specified!! 0495 map_object.c
[08500/02] 41:46.355 uimg not supported 0529 map_object.c
[08500/02] 41:46.383 Verification skipped, no function specified!! 0495 map_object.c
[08500/02] 41:46.383 uimg not supported 0529 map_object.c
[08500/03] 41:46.391 __cxa_finalize weak ref not found, return _rtld_sym_zero@_rtld_objmain 0295 symbol.c
[08500/03] 41:46.391 __cxa_finalize weak ref not found, return _rtld_sym_zero@_rtld_objmain 0295 symbol.c
[08500/03] 41:46.393 __cxa_finalize weak ref not found, return _rtld_sym_zero@_rtld_objmain 0295 symbol.c
[08500/03] 41:46.393 __cxa_finalize weak ref not found, return _rtld_sym_zero@_rtld_objmain 0295 symbol.c
[08500/03] 41:46.393 undefined PLT symbol #489 __cxa_atexit in libdspal_tester.so 0318 symbol.c
[08500/03] 41:46.393 plt object relocation failure 0274 mdreloc.c
[08500/03] 41:46.395 dlopen failed, libdspal_tester_skel.so 0725 rtld.cIs this related to commit 291a68c? What is SLPI vs DSP?
See also: QDN forum.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels