91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 13.04MB
    文件類型: .zip
    金幣: 1
    下載: 0 次
    發布日期: 2023-07-02
  • 語言: 其他
  • 標簽: SDSoC??Ultra96??ZYNQ??

資源簡介

實現過程參見https://blog.csdn.net/lulugay/article/details/83661407 該SDSoC Platform支持Ubuntu系統,USB轉網口,DP顯示,串口輸出

資源截圖

代碼片段和文件信息

#include?“cf_lib.h“
#include?“cf_request.h“
#include?“sds_lib.h“
#include?“sds_trace.h“
#include?“portinfo.h“
#include?“stdio.h“??//?for?printf
#include?“xlnk_core_cf.h“
#include?“accel_info.h“
#include?“sysport_info.h“

extern?void?pfm_hook_init();
extern?void?pfm_hook_shutdown();
void?_p0_cf_framework_open(int?first)
{
??int?xlnk_init_done;
??cf_context_init();
??xlnkCounterMap(1199880004);
??xlnk_init_done?=?cf_xlnk_open(first);
??if?(!xlnk_init_done)?{
????pfm_hook_init();
????cf_xlnk_init(first);
??}?else?if?(xlnk_init_done?????fprintf(stderr?“ERROR:?unable?to?open?xlnk\n“);
????exit(-1);
??}
??cf_get_current_context();
}

void?_p0_cf_framework_close(int?last)
{
??pfm_hook_shutdown();
??xlnkClose(last?NULL);
}


void?init_first_partition()?__attribute__?((constructor));
void?close_last_partition()?__attribute__?((destructor));
void?init_first_partition()
{
????_p0_cf_framework_open(1);

????sds_trace_setup();
}


void?close_last_partition()
{
?????_p0_cf_framework_close(1);
#ifdef?PERF_EST
????apf_perf_estimation_exit();
#endif
????sds_trace_cleanup();
}


?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2018-09-07?15:54??ultra96\
?????目錄???????????0??2018-11-03?10:55??ultra96\hw\
?????文件?????5679712??2018-11-03?10:20??ultra96\hw\ultra96.dsa
?????目錄???????????0??2018-09-07?15:54??ultra96\sw\
?????目錄???????????0??2018-09-07?15:54??ultra96\sw\linux\
?????目錄???????????0??2018-09-07?15:54??ultra96\sw\linux\A53_Linux\
?????目錄???????????0??2018-11-02?18:36??ultra96\sw\linux\A53_Linux\image\
?????文件?????6979724??2018-11-02?18:36??ultra96\sw\linux\A53_Linux\image\image.ub
?????目錄???????????0??2018-09-07?15:54??ultra96\sw\linux\A53_Linux\prebuilt\
?????文件?????????281??2018-06-15?10:44??ultra96\sw\linux\A53_Linux\prebuilt\apsys_0.xml
?????文件?????5568788??2018-09-07?15:00??ultra96\sw\linux\A53_Linux\prebuilt\bitstream.bit
?????文件?????????167??2018-06-15?10:44??ultra96\sw\linux\A53_Linux\prebuilt\partitions.xml
?????文件????????1086??2018-06-15?10:44??ultra96\sw\linux\A53_Linux\prebuilt\portinfo.c
?????文件?????????300??2018-06-15?10:44??ultra96\sw\linux\A53_Linux\prebuilt\portinfo.h
?????文件??????876507??2018-09-07?12:27??ultra96\sw\linux\A53_Linux\prebuilt\ultra96.hdf
?????目錄???????????0??2018-11-02?18:37??ultra96\sw\linux\boot\
?????文件??????150248??2018-11-02?18:37??ultra96\sw\linux\boot\bl31.elf
?????文件??????114840??2018-11-02?18:37??ultra96\sw\linux\boot\fsbl.elf
?????文件?????????264??2018-06-15?10:44??ultra96\sw\linux\boot\generic.readme
?????文件?????????320??2018-09-07?15:53??ultra96\sw\linux\boot\linux.bif
?????文件??????118408??2018-11-02?18:37??ultra96\sw\linux\boot\pmufw.elf
?????文件??????645760??2018-11-02?18:37??ultra96\sw\linux\boot\u-boot.elf
?????文件????????1527??2018-09-07?15:40??ultra96\sw\ultra96.spfm
?????文件?????????565??2018-09-07?15:40??ultra96\ultra96.xpfm

評論

共有 條評論