rt-thread/bsp/zynq7000
Bernard Xiong 692e597847 [BSP] use RT_USING_LIBC instead of RT_USING_NEWLIB 2014-10-29 13:32:36 +00:00
..
applications bsp: add zynq7000 2014-06-27 14:12:36 +08:00
drivers [Drivers] re-write serial framework. 2014-07-18 06:45:54 +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] use RT_USING_LIBC instead of RT_USING_NEWLIB 2014-10-29 13:32:36 +00:00
rtconfig.py bsp: add zynq7000 2014-06-27 14:12:36 +08:00
zynq7000.ld bsp: add zynq7000 2014-06-27 14:12:36 +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.