community-activities icon indicating copy to clipboard operation
community-activities copied to clipboard

[D1s] D1s开发板上的rootfs系统

Open BernardXiong opened this issue 2 years ago • 0 comments

基于D1s开发板,RT-Thread Smart系统,构建一套rootfs系统:

  • 构建系统使用xmake来创建rootfs
    • 文件系统格式ext4
  • 系统功能
    • 使用busybox搭建基础应用程序
    • udb功能
    • lua & quickjs,同时lua可以支持web cgi
  • 网络功能
    • dropbear sshd功能
  • UI功能
    • LVGL
    • SDL2

BernardXiong avatar Feb 04 '23 10:02 BernardXiong