Toggle navigation
首页
问答
文章
积分商城
专家
专区
更多专区...
文档中心
返回主站
搜索
提问
会员
中心
登录
注册
RT-Thread一般讨论
N9H30 FMI NAND controller driver for RTT
发布于 2022-05-27 09:32:17 浏览:902
订阅该版
N9H30 FMI NAND controller driver for RT-Thread已實作完成,初步測試ok。 因目前整體 FMI NAND controller + YAFFS + rt_mtd_nand HAL,我有打些patch,這些patch未來會更新在核心版本上,Rt-thread studio的核心版本選項只有4.1.0,所以不特別釋出sdk-bsp-nk-n9h30開發包。 (CI會因編譯不過,不能被合入。) 所以,我另開了一個Branch https://github.com/wosayttn/sdk-bsp-nk-n9h30/tree/fminand 透過下載zip,在RT-Thread SDK Manager介面上,選擇安裝離線包的方式,也可使用到rt-thread studio進行開發編譯。 Step1: 下載zip檔案 Download ZIP ![1.jpg](https://oss-club.rt-thread.org/uploads/20220527/9b598efd51dcb5a51a8ac5bdc0dcd461.jpg.webp) Step2: RT-Thread SDK Manager安裝離線包 ![2.png](https://oss-club.rt-thread.org/uploads/20220527/5ed3ab968d24e173bdb69149c0432607.png) ![3.png](https://oss-club.rt-thread.org/uploads/20220527/e5412b136042738aa2191f7337129888.png) Step3: Create NK-N9H30 demo template project。 ![4.png](https://oss-club.rt-thread.org/uploads/20220527/a41994949601691fc71ea4f35d8811f2.png) Step4: 更新rt_mtd_nand_device 結構,儲存file system context。 You need modify rt_mtd_nand_device structure as below for passing the source building using this v1.0.1. ```c struct rt_mtd_nand_device { struct rt_device parent; rt_uint16_t page_size; /* The Page size in the flash */ rt_uint16_t oob_size; /* Out of bank size */ rt_uint16_t oob_free; /* the free area in oob that flash driver not use */ rt_uint16_t plane_num; /* the number of plane in the NAND Flash */ rt_uint32_t pages_per_block; /* The number of page a block */ rt_uint16_t block_total; /* Only be touched by driver */ rt_uint32_t block_start; /* The start of available block*/ rt_uint32_t block_end; /* The end of available block */ /* operations interface */ const struct rt_mtd_nand_driver_ops *ops; + void* priv; }; + typedef struct rt_mtd_nand_device* rt_mtd_nand_t; ``` 測試截圖:(測試檔也已附上) ![5.png](https://oss-club.rt-thread.org/uploads/20220527/f20e9c529d6b74b16c4d4c61cf8767fc.png) ![6.png](https://oss-club.rt-thread.org/uploads/20220527/4b722ffcc7f11abe0ecfa72b9a96b1d6.png) 附件Bin 文件 [rtthread.bin](https://club.rt-thread.org/file_download/9f47c470978a7456)
2
条评论
默认排序
按发布时间排序
登录
注册新账号
关于作者
ddw315
微信 guimi2016
文章
2
回答
0
被采纳
0
关注TA
发私信
相关文章
1
有关动态模块加载的一篇论文
2
最近的调程序总结
3
晕掉了,这么久都不见layer2的踪影啊
4
继续K9ii的历程
5
[GUI相关] FreeType 2
6
[GUI相关]嵌入式系统中文输入法的设计
7
20081101 RT-Thread开发者聚会总结
8
嵌入式系统基础
9
linux2.4.19在at91rm9200 上的寄存器设置
10
[转]基于嵌入式Linux的通用触摸屏校准程序
推荐文章
1
RT-Thread应用项目汇总
2
玩转RT-Thread系列教程
3
国产MCU移植系列教程汇总,欢迎查看!
4
机器人操作系统 (ROS2) 和 RT-Thread 通信
5
五分钟玩转RT-Thread新社区
6
【技术三千问】之《玩转ART-Pi》,看这篇就够了!干货汇总
7
关于STM32H7开发板上使用SDIO接口驱动SD卡挂载文件系统的问题总结
8
STM32的“GPU”——DMA2D实例详解
9
RT-Thread隐藏的宝藏之completion
10
【ART-PI】RT-Thread 开启RTC 与 Alarm组件
热门标签
RT-Thread Studio
串口
Env
LWIP
SPI
AT
Bootloader
Hardfault
CAN总线
FinSH
ART-Pi
USB
DMA
文件系统
RT-Thread
SCons
RT-Thread Nano
线程
MQTT
STM32
RTC
FAL
rt-smart
ESP8266
I2C_IIC
UART
WIZnet_W5500
ota在线升级
freemodbus
PWM
flash
cubemx
packages_软件包
BSP
潘多拉开发板_Pandora
定时器
ADC
flashDB
GD32
socket
中断
编译报错
Debug
SFUD
rt_mq_消息队列_msg_queue
msh
keil_MDK
ulog
C++_cpp
MicroPython
本月问答贡献
a1012112796
10
个答案
1
次被采纳
踩姑娘的小蘑菇
4
个答案
1
次被采纳
红枫
4
个答案
1
次被采纳
张世争
4
个答案
1
次被采纳
Ryan_CW
4
个答案
1
次被采纳
本月文章贡献
catcatbing
3
篇文章
5
次点赞
YZRD
2
篇文章
5
次点赞
qq1078249029
2
篇文章
2
次点赞
xnosky
2
篇文章
1
次点赞
Woshizhapuren
1
篇文章
5
次点赞
回到
顶部
发布
问题
投诉
建议
回到
底部