实例介绍
ZYNQ LINUX+BAREMETAL
【实例截图】
【核心代码】
Zynq-AMP-XLNX
└── Zynq-AMP-XLNX-master
├── generated_files
│ ├── dtb
│ │ ├── devicetree.dtb
│ │ ├── pl.dtsi
│ │ ├── skeleton.dtsi
│ │ ├── system.dts
│ │ └── zynq-7000.dtsi
│ ├── elfs
│ │ ├── amp_fsbl.elf
│ │ ├── app_cpu1.elf
│ │ └── u-boot.elf
│ ├── FPGA
│ │ └── system.bit
│ ├── kernel
│ │ └── uImage
│ └── u-boot
│ └── u-boot.elf
├── hardware_prj
│ ├── hw.xdc
│ ├── ps.tcl
│ ├── system_pro.tcl
│ ├── system.tcl
│ └── system_wrapper.v
├── readme.md
├── sd_boot
│ ├── BOOT.bin
│ ├── devicetree.dtb
│ ├── devmem
│ │ ├── devmem
│ │ ├── devmem.c
│ │ ├── devmem.o
│ │ └── Makefile
│ └── uImage
└── src
├── bootgen
│ ├── amp_fsbl.elf
│ ├── app_cpu1.elf
│ ├── BOOT.BIN
│ ├── bootimage.bif
│ ├── createBoot.bat
│ ├── system.bit
│ └── u-boot.elf
├── cpu1_app
│ └── src
│ ├── app_cpu1.c
│ └── lscript.ld
├── sdk_repo
│ └── bsp
│ └── standalone_v5_19
│ ├── data
│ │ ├── standalone.mld
│ │ ├── standalone.mss
│ │ └── standalone.tcl
│ ├── doc
│ │ ├── html
│ │ │ └── api
│ │ │ ├── annotated.html
│ │ │ ├── dirs.html
│ │ │ ├── dir_U_3A_2Fdoxygen_5Fpublish_2Fsources_2Fbsp_2Fstandalone_5Fv4_5F0_2Fsrc_2Fcommon_2F.html
│ │ │ ├── dir_U_3A_2Fdoxygen_5Fpublish_2Fsources_2Fbsp_2Fstandalone_5Fv4_5F0_2Fsrc_2Fcortexa9_2Farmcc_2F.html
│ │ │ ├── dir_U_3A_2Fdoxygen_5Fpublish_2Fsources_2Fbsp_2Fstandalone_5Fv4_5F0_2Fsrc_2Fcortexa9_2Fgcc_2F.html
│ │ │ ├── dir_U_3A_2Fdoxygen_5Fpublish_2Fsources_2Fbsp_2Fstandalone_5Fv4_5F0_2Fsrc_2Fcortexa9_2F.html
│ │ │ ├── dir_U_3A_2Fdoxygen_5Fpublish_2Fsources_2Fbsp_2Fstandalone_5Fv4_5F0_2Fsrc_2Fmicroblaze_2F.html
│ │ │ ├── dir_U_3A_2Fdoxygen_5Fpublish_2Fsources_2Fbsp_2Fstandalone_5Fv4_5F0_2Fsrc_2Fprofile_2F.html
│ │ │ ├── doxygen.css
│ │ │ ├── doxygen.png
│ │ │ ├── files.html
│ │ │ ├── globals_defs.html
│ │ │ ├── globals_func.html
│ │ │ ├── globals.html
│ │ │ ├── globals_type.html
│ │ │ ├── globals_vars.html
│ │ │ ├── index.html
│ │ │ ├── microblaze__exception__handler_8c.html
│ │ │ ├── microblaze__exceptions__g_8h.html
│ │ │ ├── microblaze__exceptions__i_8h.html
│ │ │ ├── microblaze__interrupt__handler_8c.html
│ │ │ ├── microblaze__interrupts__g_8c.html
│ │ │ ├── microblaze__interrupts__i_8h.html
│ │ │ ├── pvr_8c.html
│ │ │ ├── pvr_8h.html
│ │ │ ├── smc_8c.html
│ │ │ ├── smc_8h.html
│ │ │ ├── struct_m_b___exception_vector_table_entry.html
│ │ │ ├── tab_b.gif
│ │ │ ├── tab_l.gif
│ │ │ ├── tab_r.gif
│ │ │ ├── tabs.css
│ │ │ ├── uart_8c.html
│ │ │ ├── usleep_8c.html
│ │ │ ├── vectors_8c.html
│ │ │ ├── vectors_8h.html
│ │ │ ├── xbasic__types_8h.html
│ │ │ ├── xenv_8h.html
│ │ │ ├── xenv__standalone_8h.html
│ │ │ ├── xil__assert_8c.html
│ │ │ ├── xil__assert_8h.html
│ │ │ ├── xil__cache__l_8h.html
│ │ │ ├── xil__cache__vxworks_8h.html
│ │ │ ├── xil__errata_8h.html
│ │ │ ├── xil__hal_8h.html
│ │ │ ├── xil__macroback_8h.html
│ │ │ ├── xil__mmu_8c.html
│ │ │ ├── xil__mmu_8h.html
│ │ │ ├── xil__testcache_8c.html
│ │ │ ├── xil__testcache_8h.html
│ │ │ ├── xil__testmem_8c.html
│ │ │ ├── xil__testmem_8h.html
│ │ │ ├── xil__types_8h.html
│ │ │ ├── xl2cc_8h.html
│ │ │ ├── xl2cc__counter_8c.html
│ │ │ ├── xl2cc__counter_8h.html
│ │ │ ├── xparameters__ps_8h.html
│ │ │ ├── xpm__counter_8c.html
│ │ │ ├── xpm__counter_8h.html
│ │ │ ├── xpseudo__asm_8h.html
│ │ │ ├── xpseudo__asm__gcc_8h.html
│ │ │ ├── xpseudo__asm__rvct_8c.html
│ │ │ ├── xpseudo__asm__rvct_8h.html
│ │ │ ├── xreg__cortexa9_8h.html
│ │ │ ├── xstatus_8h.html
│ │ │ ├── xtime__l_8c.html
│ │ │ └── xtime__l_8h.html
│ │ └── standalone_v5_1.pdf
│ └── src
│ ├── changelog.txt
│ ├── common
│ │ ├── xbasic_types.h
│ │ ├── xdebug.h
│ │ ├── xenv.h
│ │ ├── xenv_standalone.h
│ │ ├── xil_assert.c
│ │ ├── xil_assert.h
│ │ ├── xil_cache_vxworks.h
│ │ ├── xil_hal.h
│ │ ├── xil_macroback.h
│ │ ├── xil_testcache.c
│ │ ├── xil_testcache.h
│ │ ├── xil_testio.c
│ │ ├── xil_testio.h
│ │ ├── xil_testmem.c
│ │ ├── xil_testmem.h
│ │ ├── xil_types.h
│ │ ├── xplatform_info.c
│ │ ├── xplatform_info.h
│ │ └── xstatus.h
│ ├── cortexa53
│ │ ├── gcc
│ │ │ ├── abort.c
│ │ │ ├── asm_vectors.S
│ │ │ ├── boot.S
│ │ │ ├── close.c
│ │ │ ├── errno.c
│ │ │ ├── _exit.c
│ │ │ ├── fcntl.c
│ │ │ ├── fstat.c
│ │ │ ├── getpid.c
│ │ │ ├── initialise_monitor_handles.c
│ │ │ ├── isatty.c
│ │ │ ├── kill.c
│ │ │ ├── lseek.c
│ │ │ ├── Makefile
│ │ │ ├── _open.c
│ │ │ ├── open.c
│ │ │ ├── read.c
│ │ │ ├── _sbrk.c
│ │ │ ├── sbrk.c
│ │ │ ├── translation_table.s
│ │ │ ├── unlink.c
│ │ │ ├── write.c
│ │ │ ├── xil-crt0.S
│ │ │ └── xpseudo_asm_gcc.h
│ │ ├── print.c
│ │ ├── putnum.c
│ │ ├── sleep.c
│ │ ├── sleep.h
│ │ ├── uart.c
│ │ ├── usleep.c
│ │ ├── vectors.c
│ │ ├── vectors.h
│ │ ├── xddr_xmpu0_cfg.h
│ │ ├── xddr_xmpu1_cfg.h
│ │ ├── xddr_xmpu2_cfg.h
│ │ ├── xddr_xmpu3_cfg.h
│ │ ├── xddr_xmpu4_cfg.h
│ │ ├── xddr_xmpu5_cfg.h
│ │ ├── xfpd_slcr.h
│ │ ├── xfpd_slcr_secure.h
│ │ ├── xfpd_xmpu_cfg.h
│ │ ├── xfpd_xmpu_sink.h
│ │ ├── xil_cache.c
│ │ ├── xil_cache.h
│ │ ├── xil_exception.c
│ │ ├── xil_exception.h
│ │ ├── xil_io.c
│ │ ├── xil_io.h
│ │ ├── xil_mmu.c
│ │ ├── xil_mmu.h
│ │ ├── xil_printf.c
│ │ ├── xil_printf.h
│ │ ├── xiou_secure_slcr.h
│ │ ├── xiou_slcr.h
│ │ ├── xlpd_slcr.h
│ │ ├── xlpd_slcr_secure.h
│ │ ├── xlpd_xppu.h
│ │ ├── xlpd_xppu_sink.h
│ │ ├── xocm_xmpu_cfg.h
│ │ ├── xparameters_ps.h
│ │ ├── xpseudo_asm.h
│ │ ├── xreg_cortexa53.h
│ │ ├── xstatus.h
│ │ ├── xtime_l.c
│ │ └── xtime_l.h
│ ├── cortexa9
│ │ ├── armcc
│ │ │ ├── ARM_argv_veneer.c
│ │ │ ├── asm_vectors.s
│ │ │ ├── boot.S
│ │ │ ├── Makefile
│ │ │ ├── _sys_close.c
│ │ │ ├── _sys_exit.c
│ │ │ ├── _sys_iserror.c
│ │ │ ├── _sys_istty.c
│ │ │ ├── _sys_open.c
│ │ │ ├── _sys_read.c
│ │ │ ├── _sys_write.c
│ │ │ ├── translation_table.s
│ │ │ ├── xpseudo_asm_rvct.c
│ │ │ └── xpseudo_asm_rvct.h
│ │ ├── gcc
│ │ │ ├── abort.c
│ │ │ ├── asm_vectors.S
│ │ │ ├── boot.S
│ │ │ ├── close.c
│ │ │ ├── cpu_init.S
│ │ │ ├── errno.c
│ │ │ ├── _exit.c
│ │ │ ├── fcntl.c
│ │ │ ├── fstat.c
│ │ │ ├── getpid.c
│ │ │ ├── isatty.c
│ │ │ ├── kill.c
│ │ │ ├── lseek.c
│ │ │ ├── Makefile
│ │ │ ├── _open.c
│ │ │ ├── open.c
│ │ │ ├── read.c
│ │ │ ├── _sbrk.c
│ │ │ ├── sbrk.c
│ │ │ ├── translation_table.S
│ │ │ ├── unlink.c
│ │ │ ├── write.c
│ │ │ ├── xil-crt0.S
│ │ │ └── xpseudo_asm_gcc.h
│ │ ├── iccarm
│ │ │ ├── abort.c
│ │ │ ├── asm_vectors.s
│ │ │ ├── boot.s
│ │ │ ├── clock.c
│ │ │ ├── close.c
│ │ │ ├── exit.c
│ │ │ ├── low_level_init.c
│ │ │ ├── lseek.c
│ │ │ ├── Makefile
│ │ │ ├── open.c
│ │ │ ├── read.c
│ │ │ ├── remove.c
│ │ │ ├── translation_table.s
│ │ │ ├── write.c
│ │ │ ├── xpseudo_asm_iccarm.c
│ │ │ └── xpseudo_asm_iccarm.h
│ │ ├── print.c
│ │ ├── putnum.c
│ │ ├── sleep.c
│ │ ├── sleep.h
│ │ ├── smc.h
│ │ ├── usleep.c
│ │ ├── vectors.c
│ │ ├── vectors.h
│ │ ├── xil_cache.c
│ │ ├── xil_cache.h
│ │ ├── xil_cache_l.h
│ │ ├── xil_errata.h
│ │ ├── xil_exception.c
│ │ ├── xil_exception.h
│ │ ├── xil_io.c
│ │ ├── xil_io.h
│ │ ├── xil_misc_psreset_api.c
│ │ ├── xil_misc_psreset_api.h
│ │ ├── xil_mmu.c
│ │ ├── xil_mmu.h
│ │ ├── xil_printf.c
│ │ ├── xil_printf.h
│ │ ├── xl2cc_counter.c
│ │ ├── xl2cc_counter.h
│ │ ├── xl2cc.h
│ │ ├── xparameters_ps.h
│ │ ├── xpm_counter.c
│ │ ├── xpm_counter.h
│ │ ├── xpseudo_asm.h
│ │ ├── xreg_cortexa9.h
│ │ ├── xtime_l.c
│ │ └── xtime_l.h
│ ├── cortexr5
│ │ ├── gcc
│ │ │ ├── abort.c
│ │ │ ├── asm_vectors.S
│ │ │ ├── boot.S
│ │ │ ├── close.c
│ │ │ ├── cpu_init.S
│ │ │ ├── errno.c
│ │ │ ├── _exit.c
│ │ │ ├── fcntl.c
│ │ │ ├── fstat.c
│ │ │ ├── getpid.c
│ │ │ ├── isatty.c
│ │ │ ├── kill.c
│ │ │ ├── lseek.c
│ │ │ ├── Makefile
│ │ │ ├── _open.c
│ │ │ ├── open.c
│ │ │ ├── read.c
│ │ │ ├── _sbrk.c
│ │ │ ├── sbrk.c
│ │ │ ├── unlink.c
│ │ │ ├── write.c
│ │ │ ├── xil-crt0.S
│ │ │ └── xpseudo_asm_gcc.h
│ │ ├── mpu.c
│ │ ├── print.c
│ │ ├── putnum.c
│ │ ├── sleep.c
│ │ ├── sleep.h
│ │ ├── uart.c
│ │ ├── usleep.c
│ │ ├── vectors.c
│ │ ├── vectors.h
│ │ ├── xddr_xmpu0_cfg.h
│ │ ├── xddr_xmpu1_cfg.h
│ │ ├── xddr_xmpu2_cfg.h
│ │ ├── xddr_xmpu3_cfg.h
│ │ ├── xddr_xmpu4_cfg.h
│ │ ├── xddr_xmpu5_cfg.h
│ │ ├── xfpd_slcr.h
│ │ ├── xfpd_slcr_secure.h
│ │ ├── xfpd_xmpu_cfg.h
│ │ ├── xfpd_xmpu_sink.h
│ │ ├── xil_cache.c
│ │ ├── xil_cache.h
│ │ ├── xil_exception.c
│ │ ├── xil_exception.h
│ │ ├── xil_io.c
│ │ ├── xil_io.h
│ │ ├── xil_mpu.c
│ │ ├── xil_mpu.h
│ │ ├── xil_printf.c
│ │ ├── xil_printf.h
│ │ ├── xiou_secure_slcr.h
│ │ ├── xiou_slcr.h
│ │ ├── xlpd_slcr.h
│ │ ├── xlpd_slcr_secure.h
│ │ ├── xlpd_xppu.h
│ │ ├── xlpd_xppu_sink.h
│ │ ├── xocm_xmpu_cfg.h
│ │ ├── xparameters_ps.h
│ │ ├── xpm_counter.c
│ │ ├── xpm_counter.h
│ │ ├── xpseudo_asm.h
│ │ ├── xreg_cortexr5.h
│ │ ├── xstatus.h
│ │ ├── xtime_l.c
│ │ └── xtime_l.h
│ ├── microblaze
│ │ ├── errno.c
│ │ ├── _exit.c
│ │ ├── fcntl.c
│ │ ├── fsl.h
│ │ ├── hw_exception_handler.S
│ │ ├── Makefile
│ │ ├── mb_interface.h
│ │ ├── microblaze_disable_dcache.S
│ │ ├── microblaze_disable_exceptions.S
│ │ ├── microblaze_disable_icache.S
│ │ ├── microblaze_disable_interrupts.S
│ │ ├── microblaze_enable_dcache.S
│ │ ├── microblaze_enable_exceptions.S
│ │ ├── microblaze_enable_icache.S
│ │ ├── microblaze_enable_interrupts.S
│ │ ├── microblaze_exception_handler.c
│ │ ├── microblaze_exceptions_g.h
│ │ ├── microblaze_exceptions_i.h
│ │ ├── microblaze_flush_cache_ext_range.S
│ │ ├── microblaze_flush_cache_ext.S
│ │ ├── microblaze_flush_dcache_range.S
│ │ ├── microblaze_flush_dcache.S
│ │ ├── microblaze_init_dcache_range.S
│ │ ├── microblaze_init_icache_range.S
│ │ ├── microblaze_interrupt_handler.c
│ │ ├── microblaze_interrupts_g.c
│ │ ├── microblaze_interrupts_i.h
│ │ ├── microblaze_invalidate_cache_ext_range.S
│ │ ├── microblaze_invalidate_cache_ext.S
│ │ ├── microblaze_invalidate_dcache_range.S
│ │ ├── microblaze_invalidate_dcache.S
│ │ ├── microblaze_invalidate_icache_range.S
│ │ ├── microblaze_invalidate_icache.S
│ │ ├── microblaze_scrub.S
│ │ ├── microblaze_sleep.c
│ │ ├── microblaze_sleep.h
│ │ ├── microblaze_update_dcache.S
│ │ ├── microblaze_update_icache.S
│ │ ├── pvr.c
│ │ ├── pvr.h
│ │ ├── xil_cache.c
│ │ ├── xil_cache.h
│ │ ├── xil_exception.c
│ │ ├── xil_exception.h
│ │ ├── xil_io.c
│ │ ├── xil_io.h
│ │ ├── xil_misc_psreset_api.c
│ │ ├── xil_misc_psreset_api.h
│ │ └── xil_printf.h
│ └── profile
│ ├── dummy.S
│ ├── Makefile
│ ├── mblaze_nt_types.h
│ ├── profile_cg.c
│ ├── _profile_clean.c
│ ├── profile_config.h
│ ├── profile.h
│ ├── profile_hist.c
│ ├── _profile_init.c
│ ├── profile_mcount_arm.S
│ ├── profile_mcount_mb.S
│ ├── profile_mcount_ppc.S
│ ├── _profile_timer_hw.c
│ └── _profile_timer_hw.h
└── tool
└── devmem
├── devmem
├── devmem.c
└── Makefile
35 directories, 408 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论