-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
44 changed files
with
323,254 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 24 additions & 0 deletions
24
patches/build/0015-boards-sg200x-sg2002_licheervnano_sd-sg2002_licheerv.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
From 5d822ddeb04a43af6de3af19d52cd00888c7f905 Mon Sep 17 00:00:00 2001 | ||
From: Lu Hui <[email protected]> | ||
Date: Tue, 20 Feb 2024 10:41:53 +0800 | ||
Subject: [PATCH 15/17] | ||
boards/sg200x/sg2002_licheervnano_sd/sg2002_licheervnano_sd_defconfig: | ||
disable rndis script, enable acm script | ||
|
||
--- | ||
.../sg2002_licheervnano_sd/sg2002_licheervnano_sd_defconfig | 2 +- | ||
1 file changed, 1 insertion(+), 1 deletion(-) | ||
|
||
diff --git a/boards/sg200x/sg2002_licheervnano_sd/sg2002_licheervnano_sd_defconfig b/boards/sg200x/sg2002_licheervnano_sd/sg2002_licheervnano_sd_defconfig | ||
index 16c36c9..f685cbe 100644 | ||
--- a/boards/sg200x/sg2002_licheervnano_sd/sg2002_licheervnano_sd_defconfig | ||
+++ b/boards/sg200x/sg2002_licheervnano_sd/sg2002_licheervnano_sd_defconfig | ||
@@ -28,4 +28,4 @@ CONFIG_TARGET_PACKAGE_BUSYBOX_SYSLOGD_SCRIPT=y | ||
CONFIG_TARGET_PACKAGE_GATORD=n | ||
CONFIG_TARGET_PACKAGE_NTP=y | ||
CONFIG_TARGET_PACKAGE_WIFI=y | ||
-CONFIG_TARGET_PACKAGE_RNDIS_SCRIPT=y | ||
+CONFIG_TARGET_PACKAGE_ACM_SCRIPT=y | ||
-- | ||
2.40.1 | ||
|
26 changes: 26 additions & 0 deletions
26
patches/build/0016-boards-sg200x-sg2002_licheervnano_sd-memmap.py-chang.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
From 8f9c4918f57865812708e2fe8b959fa5e906d854 Mon Sep 17 00:00:00 2001 | ||
From: Lu Hui <[email protected]> | ||
Date: Tue, 20 Feb 2024 10:42:24 +0800 | ||
Subject: [PATCH 16/17] boards/sg200x/sg2002_licheervnano_sd/memmap.py: change | ||
framebuffer memory region size to 8000K | ||
|
||
--- | ||
boards/sg200x/sg2002_licheervnano_sd/memmap.py | 2 +- | ||
1 file changed, 1 insertion(+), 1 deletion(-) | ||
|
||
diff --git a/boards/sg200x/sg2002_licheervnano_sd/memmap.py b/boards/sg200x/sg2002_licheervnano_sd/memmap.py | ||
index fcc097d..4c676f0 100755 | ||
--- a/boards/sg200x/sg2002_licheervnano_sd/memmap.py | ||
+++ b/boards/sg200x/sg2002_licheervnano_sd/memmap.py | ||
@@ -58,7 +58,7 @@ class MemoryMap: | ||
|
||
# Boot logo is after the ION buffer | ||
# Framebuffer uses boot logo's reserved memory | ||
- BOOTLOGO_SIZE = 1800 * SIZE_1K | ||
+ BOOTLOGO_SIZE = 8000 * SIZE_1K | ||
BOOTLOGO_ADDR = ION_ADDR - BOOTLOGO_SIZE | ||
FRAMEBUFFER_SIZE = BOOTLOGO_SIZE | ||
FRAMEBUFFER_ADDR = BOOTLOGO_ADDR | ||
-- | ||
2.40.1 | ||
|
24 changes: 24 additions & 0 deletions
24
patches/build/0017-panels-panel_list.json-add-zct2133v1.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
From 909f1df2d358b6c9b6c6903691b1fdbcc2bc080a Mon Sep 17 00:00:00 2001 | ||
From: Lu Hui <[email protected]> | ||
Date: Tue, 20 Feb 2024 10:42:41 +0800 | ||
Subject: [PATCH 17/17] panels/panel_list.json: add zct2133v1 | ||
|
||
--- | ||
panels/panel_list.json | 1 + | ||
1 file changed, 1 insertion(+) | ||
|
||
diff --git a/panels/panel_list.json b/panels/panel_list.json | ||
index e90b7ca..94e2a67 100644 | ||
--- a/panels/panel_list.json | ||
+++ b/panels/panel_list.json | ||
@@ -1,6 +1,7 @@ | ||
{ | ||
"panel_list" : { | ||
"mipi" : [ | ||
+ "zct2133v1", | ||
"hx8394", | ||
"ili9881c", | ||
"ili9881d", | ||
-- | ||
2.40.1 | ||
|
27 changes: 27 additions & 0 deletions
27
patches/build/0018-boards-sg200x-sg2002_licheervnano_sd-sg2002_licheerv.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
From de6a11cc3eeed3f59290351205c75123507d6fe7 Mon Sep 17 00:00:00 2001 | ||
From: Lu Hui <[email protected]> | ||
Date: Tue, 20 Feb 2024 11:18:29 +0800 | ||
Subject: [PATCH 18/18] | ||
boards/sg200x/sg2002_licheervnano_sd/sg2002_licheervnano_sd_defconfig: | ||
default use 7inch zct2133v1 panel | ||
|
||
--- | ||
.../sg2002_licheervnano_sd/sg2002_licheervnano_sd_defconfig | 2 +- | ||
1 file changed, 1 insertion(+), 1 deletion(-) | ||
|
||
diff --git a/boards/sg200x/sg2002_licheervnano_sd/sg2002_licheervnano_sd_defconfig b/boards/sg200x/sg2002_licheervnano_sd/sg2002_licheervnano_sd_defconfig | ||
index f685cbe..e13d98a 100644 | ||
--- a/boards/sg200x/sg2002_licheervnano_sd/sg2002_licheervnano_sd_defconfig | ||
+++ b/boards/sg200x/sg2002_licheervnano_sd/sg2002_licheervnano_sd_defconfig | ||
@@ -12,7 +12,7 @@ CONFIG_BOOT_IMAGE_SINGLE_DTB=y | ||
# CONFIG_FLASH_SIZE_SHRINK is not set | ||
CONFIG_CP_EXT_WIRELESS=y | ||
CONFIG_STORAGE_TYPE_sd=y | ||
-CONFIG_MIPI_PANEL_ST7701_HD228001C31=y | ||
+CONFIG_MIPI_PANEL_ZCT2133V1=y | ||
CONFIG_SENSOR_GCORE_GC4653=y | ||
CONFIG_UBOOT_2021_10=y | ||
CONFIG_KERNEL_SRC_5.10=y | ||
-- | ||
2.40.1 | ||
|
23 changes: 23 additions & 0 deletions
23
patches/build/0019-boards-sg200x-sg2002_licheervnano_sd-sg2002_licheerv.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
From 5ddee25a970ed65f1afee8668134cf4f58d3882d Mon Sep 17 00:00:00 2001 | ||
From: Lu Hui <[email protected]> | ||
Date: Tue, 20 Feb 2024 11:28:59 +0800 | ||
Subject: [PATCH 19/19] | ||
boards/sg200x/sg2002_licheervnano_sd/sg2002_licheervnano_sd_defconfig: enable | ||
package lcd | ||
|
||
--- | ||
.../sg2002_licheervnano_sd/sg2002_licheervnano_sd_defconfig | 1 + | ||
1 file changed, 1 insertion(+) | ||
|
||
diff --git a/boards/sg200x/sg2002_licheervnano_sd/sg2002_licheervnano_sd_defconfig b/boards/sg200x/sg2002_licheervnano_sd/sg2002_licheervnano_sd_defconfig | ||
index e13d98a..51de8c2 100644 | ||
--- a/boards/sg200x/sg2002_licheervnano_sd/sg2002_licheervnano_sd_defconfig | ||
+++ b/boards/sg200x/sg2002_licheervnano_sd/sg2002_licheervnano_sd_defconfig | ||
@@ -29,3 +29,4 @@ CONFIG_TARGET_PACKAGE_GATORD=n | ||
CONFIG_TARGET_PACKAGE_NTP=y | ||
CONFIG_TARGET_PACKAGE_WIFI=y | ||
CONFIG_TARGET_PACKAGE_ACM_SCRIPT=y | ||
+CONFIG_TARGET_PACKAGE_LCD=y | ||
-- | ||
2.40.1 | ||
|
33 changes: 33 additions & 0 deletions
33
patches/build/0020-boards-sg200x-sg2002_licheervnano_sd-sg2002_licheerv.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
From 492e2e60b2b4bf08b89fe89f12daa44b1124491e Mon Sep 17 00:00:00 2001 | ||
From: Lu Hui <[email protected]> | ||
Date: Tue, 20 Feb 2024 16:44:32 +0800 | ||
Subject: [PATCH 20/20] | ||
boards/sg200x/sg2002_licheervnano_sd/sg2002_licheervnano_sd_defconfig: enable | ||
a lot of package, for debug usage | ||
|
||
--- | ||
.../sg2002_licheervnano_sd_defconfig | 11 +++++++++++ | ||
1 file changed, 11 insertions(+) | ||
|
||
diff --git a/boards/sg200x/sg2002_licheervnano_sd/sg2002_licheervnano_sd_defconfig b/boards/sg200x/sg2002_licheervnano_sd/sg2002_licheervnano_sd_defconfig | ||
index 51de8c2..7027f0b 100644 | ||
--- a/boards/sg200x/sg2002_licheervnano_sd/sg2002_licheervnano_sd_defconfig | ||
+++ b/boards/sg200x/sg2002_licheervnano_sd/sg2002_licheervnano_sd_defconfig | ||
@@ -30,3 +30,14 @@ CONFIG_TARGET_PACKAGE_NTP=y | ||
CONFIG_TARGET_PACKAGE_WIFI=y | ||
CONFIG_TARGET_PACKAGE_ACM_SCRIPT=y | ||
CONFIG_TARGET_PACKAGE_LCD=y | ||
+CONFIG_TARGET_PACKAGE_IPERF3=y | ||
+CONFIG_TARGET_PACKAGE_E2FSPROGS=y | ||
+CONFIG_TARGET_PACKAGE_STRESS=y | ||
+CONFIG_TARGET_PACKAGE_PARTED=y | ||
+CONFIG_TARGET_PACKAGE_ALSA=y | ||
+CONFIG_TARGET_PACKAGE_TERMINFO=y | ||
+CONFIG_TARGET_PACKAGE_SFTP_SERVER=y | ||
+CONFIG_TARGET_PACKAGE_STRACE=y | ||
+CONFIG_TARGET_PACKAGE_EK=y | ||
+CONFIG_TARGET_PACKAGE_EVTEST=y | ||
+CONFIG_TARGET_PACKAGE_EMPTY=y | ||
-- | ||
2.40.1 | ||
|
35 changes: 35 additions & 0 deletions
35
patches/build/0021-tools-common-sd_tools-genimage_rootless.cfg-change-m.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
From 59b94c45fd1511a04c44639dfb887f04a717d3c4 Mon Sep 17 00:00:00 2001 | ||
From: Lu Hui <[email protected]> | ||
Date: Tue, 20 Feb 2024 17:13:07 +0800 | ||
Subject: [PATCH 21/23] tools/common/sd_tools/genimage_rootless.cfg: change max | ||
rootfs to 32MiB, change max user.ext4 size to 16MiB | ||
|
||
--- | ||
tools/common/sd_tools/genimage_rootless.cfg | 4 ++-- | ||
1 file changed, 2 insertions(+), 2 deletions(-) | ||
|
||
diff --git a/tools/common/sd_tools/genimage_rootless.cfg b/tools/common/sd_tools/genimage_rootless.cfg | ||
index 539db39..765d191 100644 | ||
--- a/tools/common/sd_tools/genimage_rootless.cfg | ||
+++ b/tools/common/sd_tools/genimage_rootless.cfg | ||
@@ -12,7 +12,7 @@ image boot.vfat { | ||
image user.ext4 { | ||
ext4 { | ||
} | ||
- size = 32M | ||
+ size = 16M | ||
} | ||
|
||
image duo.img { | ||
@@ -28,7 +28,7 @@ image duo.img { | ||
partition rootfs { | ||
partition-type = 0x83 | ||
image = "rootfs.sd" | ||
- size = 16M | ||
+ size = 32M | ||
} | ||
|
||
partition user { | ||
-- | ||
2.40.1 | ||
|
23 changes: 23 additions & 0 deletions
23
patches/build/0022-boards-sg200x-sg2002_licheervnano_sd-sg2002_licheerv.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
From 1320b365d85e416836e2b84adbb8638457375bb2 Mon Sep 17 00:00:00 2001 | ||
From: Lu Hui <[email protected]> | ||
Date: Tue, 20 Feb 2024 17:15:58 +0800 | ||
Subject: [PATCH 22/23] | ||
boards/sg200x/sg2002_licheervnano_sd/sg2002_licheervnano_sd_defconfig: enable | ||
package tpudemo | ||
|
||
--- | ||
.../sg2002_licheervnano_sd/sg2002_licheervnano_sd_defconfig | 1 + | ||
1 file changed, 1 insertion(+) | ||
|
||
diff --git a/boards/sg200x/sg2002_licheervnano_sd/sg2002_licheervnano_sd_defconfig b/boards/sg200x/sg2002_licheervnano_sd/sg2002_licheervnano_sd_defconfig | ||
index 7027f0b..d78da3b 100644 | ||
--- a/boards/sg200x/sg2002_licheervnano_sd/sg2002_licheervnano_sd_defconfig | ||
+++ b/boards/sg200x/sg2002_licheervnano_sd/sg2002_licheervnano_sd_defconfig | ||
@@ -41,3 +41,4 @@ CONFIG_TARGET_PACKAGE_STRACE=y | ||
CONFIG_TARGET_PACKAGE_EK=y | ||
CONFIG_TARGET_PACKAGE_EVTEST=y | ||
CONFIG_TARGET_PACKAGE_EMPTY=y | ||
+CONFIG_TARGET_PACKAGE_TPUDEMO=y | ||
-- | ||
2.40.1 | ||
|
Oops, something went wrong.