rt-thread-official/bsp/zynq7000
Bernard Xiong 4e2c55ab6a
Update rtconfig.py
2018-04-28 17:29:37 +08:00
..
applications [BSP] remove components.h file. 2017-10-16 14:10:18 +08:00
drivers [BSP] remove components.h file. 2017-10-16 14:10:18 +08:00
README.txt bsp: add zynq7000 2014-06-27 14:12:36 +08:00
SConscript bsp: add zynq7000 2014-06-27 14:12:36 +08:00
SConstruct bsp: add zynq7000 2014-06-27 14:12:36 +08:00
rtconfig.h [BSP] fix RT_DFS_ELM_MAX_LFN to 255. 2017-04-09 19:23:28 +08:00
rtconfig.py Update rtconfig.py 2018-04-28 17:29:37 +08:00
zynq7000.ld update gcc linker script: fixed __bss_start align error. 2017-10-24 09:49:48 +08:00

README.txt

Place the rtthread.bin in the SD card and run:

     mmcinfo; fatload mmc 0 0x1ff00000 rtthread.bin; go 0x1ff00000

in the uboot console.