rt-thread-official/bsp/imx/imx6ull-smart
wusongjie 8aa4366cb2 Drivers: Support Open Firmware API and model of PIC
We support OFW API to replace fdt old API, and add
IRQ, IO, Platform-Bus, CPUs ... OFW node contorl.
To support work with Device Tree or ACPI in drivers
that use IRQ, we make a programmable interrupt
controller driver's model.

Signed-off-by: GuEe-GUI <GuEe-GUI@github.com>
2023-07-05 16:45:16 +08:00
..
applications [bsp] add imx6ull smart board bsp (#7716) 2023-06-27 08:20:45 +08:00
drivers [bsp] add imx6ull smart board bsp (#7716) 2023-06-27 08:20:45 +08:00
figures [bsp] add imx6ull smart board bsp (#7716) 2023-06-27 08:20:45 +08:00
libraries [bsp] add imx6ull smart board bsp (#7716) 2023-06-27 08:20:45 +08:00
.config Drivers: Support Open Firmware API and model of PIC 2023-07-05 16:45:16 +08:00
.gitignore [bsp] add imx6ull smart board bsp (#7716) 2023-06-27 08:20:45 +08:00
Kconfig [bsp] add imx6ull smart board bsp (#7716) 2023-06-27 08:20:45 +08:00
README.md [bsp] add imx6ull smart board bsp (#7716) 2023-06-27 08:20:45 +08:00
SConscript [bsp] add imx6ull smart board bsp (#7716) 2023-06-27 08:20:45 +08:00
SConstruct [bsp] add imx6ull smart board bsp (#7716) 2023-06-27 08:20:45 +08:00
link.lds [bsp] add imx6ull smart board bsp (#7716) 2023-06-27 08:20:45 +08:00
link_smart.lds [bsp] add imx6ull smart board bsp (#7716) 2023-06-27 08:20:45 +08:00
mkimage.py [bsp] add imx6ull smart board bsp (#7716) 2023-06-27 08:20:45 +08:00
rtconfig.h Drivers: Support Open Firmware API and model of PIC 2023-07-05 16:45:16 +08:00
rtconfig.py [bsp] add imx6ull smart board bsp (#7716) 2023-06-27 08:20:45 +08:00

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