Skip to content
This repository was archived by the owner on Oct 31, 2025. It is now read-only.

Commit 88af64e

Browse files
authored
build: update sdk paths and dependencies
2 parents 9618f1e + 42457fc commit 88af64e

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ SHELL:=/bin/bash
33

44
CURRENT_DIR := $(shell pwd)
55
RK_SDK_BASE ?= /opt/jetkvm-native-buildkit
6-
RK_APP_CROSS := $(RK_SDK_BASE)/tools/linux/toolchain/arm-rockchip830-linux-uclibcgnueabihf/bin/arm-rockchip830-linux-uclibcgnueabihf
7-
RK_MEDIA_OUTPUT := $(RK_SDK_BASE)/media/out
6+
RK_APP_CROSS := $(RK_SDK_BASE)/bin/arm-rockchip830-linux-uclibcgnueabihf
7+
RK_MEDIA_OUTPUT := $(RK_SDK_BASE)/arm-rockchip830-linux-uclibcgnueabihf
88
RK_MEDIA_INCLUDE_PATH := $(RK_MEDIA_OUTPUT)/include
99
RK_APP_MEDIA_LIBS_PATH := $(RK_MEDIA_OUTPUT)/lib
1010

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ sudo apt-get install -y --no-install-recommends \
3232
#### 2. Download the latest SDK
3333

3434
```bash
35-
BUILDKIT_VERSION="v0.2.2"
35+
BUILDKIT_VERSION="v0.2.5"
3636
wget https://github.com/jetkvm/rv1106-system/releases/download/${BUILDKIT_VERSION}/buildkit.tar.zst
3737
mkdir -p /opt/jetkvm-native-buildkit
3838
tar --use-compress-program="unzstd --long=31" -xvf buildkit.tar.zst -C /opt/jetkvm-native-buildkit

ctrl.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,8 @@ lv_obj_flag_t str_to_lv_obj_flag(const char *flag)
168168
}
169169
else
170170
{
171-
return LV_OBJ_FLAG_UNKNOWN; // Unknown flag
171+
return 0; // Unknown flag
172+
}
172173
}
173174

174175
void handle_lvgl_call(const int seq, const char *method, const char *json, size_t json_len)

lv_drivers

Submodule lv_drivers updated 1 file

0 commit comments

Comments
 (0)