You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scripts/build_lvgl_micropython.sh
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -5,11 +5,11 @@ buildtype="$2"
5
5
6
6
if [ -z"$target"-o-z"$buildtype" ];then
7
7
echo"Usage: $0 <esp32 or unix or macos> <dev or prod>"
8
-
echo"Example: $0"
9
-
echo"Example: $0devbuild"
8
+
echo"Example: $0 unix dev"
9
+
echo"Example: $0esp32 prod"
10
10
echo
11
11
echo"A 'dev' build is without any preinstalled files or builtin/ filsystem, so it will just start with a black screen and you'll have to do: ./scripts/install.sh to install the User Interface."
12
-
echo"A 'prod' build has the files from manifest*.py frozen in."
12
+
echo"A 'prod' build has the files from manifest*.py frozen in. Don't forget to run: ./scripts/freezefs_mount_builtin.sh !"
0 commit comments