Navigation

    全志在线开发者论坛

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • 在线文档
    • 社区主页
    1. Home
    2. Asuh9133
    A
    • Profile
    • Following 0
    • Followers 0
    • my integral 501
    • Topics 0
    • Posts 1
    • Best 1
    • Groups 0

    Asuh933LV 4

    @Asuh9133

    501
    integral
    2
    Reputation
    1
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Asuh9133 Unfollow Follow

    Best posts made by Asuh9133

    • Reply: d1s,自己编译好的lvgl程序,放在那个目录才能打包到固件里

      将文件放到SDK下的target/allwinner/t113-nezha/busybox-init-base-files/ 目录的新建app文件夹下,可以打包到img
      在 target/allwinner/t113-nezha/busybox-init-base-files/etc/init.d/rc.final 文件中,添加如下代码,可实现自启:

      echo "-----run lvgl demo-----"
      chmod +x /app/lv_demo && /app/lv_demo &
      
      posted in MR Series
      A
      Asuh933

    Latest posts made by Asuh9133

    • Reply: d1s,自己编译好的lvgl程序,放在那个目录才能打包到固件里

      将文件放到SDK下的target/allwinner/t113-nezha/busybox-init-base-files/ 目录的新建app文件夹下,可以打包到img
      在 target/allwinner/t113-nezha/busybox-init-base-files/etc/init.d/rc.final 文件中,添加如下代码,可实现自启:

      echo "-----run lvgl demo-----"
      chmod +x /app/lv_demo && /app/lv_demo &
      
      posted in MR Series
      A
      Asuh933