Shell 70a8d1d465 [kservice] improve backtrace service in kernel (#8144) 1 year ago
..
applications ce4a9c324d [bsp] add imx6ull smart board bsp (#7716) 2 years ago
drivers 70a8d1d465 [kservice] improve backtrace service in kernel (#8144) 1 year ago
figures ce4a9c324d [bsp] add imx6ull smart board bsp (#7716) 2 years ago
libraries ce4a9c324d [bsp] add imx6ull smart board bsp (#7716) 2 years ago
.config 9e79333512 [project] update mdk/iar project and config. 1 year ago
.gitignore ce4a9c324d [bsp] add imx6ull smart board bsp (#7716) 2 years ago
Kconfig ce4a9c324d [bsp] add imx6ull smart board bsp (#7716) 2 years ago
README.md ce4a9c324d [bsp] add imx6ull smart board bsp (#7716) 2 years ago
SConscript ce4a9c324d [bsp] add imx6ull smart board bsp (#7716) 2 years ago
SConstruct ce4a9c324d [bsp] add imx6ull smart board bsp (#7716) 2 years ago
link.lds ce4a9c324d [bsp] add imx6ull smart board bsp (#7716) 2 years ago
link_smart.lds ce4a9c324d [bsp] add imx6ull smart board bsp (#7716) 2 years ago
mkimage.py ce4a9c324d [bsp] add imx6ull smart board bsp (#7716) 2 years ago
rtconfig.h 9e79333512 [project] update mdk/iar project and config. 1 year ago
rtconfig.py ce4a9c324d [bsp] add imx6ull smart board bsp (#7716) 2 years ago

README.md

RT-Thread Smart for i.MX6ULL

这是一份ART-pi smart开发板的BSP,支持smart模式也支持传统的RTOS模式;

ART-pi smart采用了米尔科技的imx6ull核心板,硬件由韦东山团队完成,由社区来完成整体的BSP。硬件规格情况如下:

硬件资源

如何编译

如果使用smart的模式,请使用smart sdk环境,然后进入到这个bsp目录,执行

scons

进行编译;

如果使用RTOS模式,请确保在menuconfig中不选择smart模式,然后执行

scons

进行编译。

如何运行

  • 从eMMC中加载运行

    bootcmd=fatload mmc 1:1 0x80001000 /kernel/rtthread.bin; dcache flush; go 0x80001000
    
  • 网络方式启动

    tftp 0x80001000 rtthread.bin
    dcache flush
    go 0x80001000