add rndis for basesystem and change ion size to 105MB

This commit is contained in:
Neucrack
2024-08-16 10:27:36 +08:00
parent 0de38f39d1
commit 713161599e
3 changed files with 3 additions and 1 deletions

View File

@@ -40,7 +40,7 @@ class MemoryMap:
# =================
# Multimedia buffer. Used by u-boot/kernel/FreeRTOS
# =================
ION_SIZE = 75 * SIZE_1M
ION_SIZE = 105 * SIZE_1M
H26X_BITSTREAM_SIZE = 2 * SIZE_1M
H26X_ENC_BUFF_SIZE = 0
ISP_MEM_BASE_SIZE = 20 * SIZE_1M

View File

@@ -6,6 +6,7 @@ image boot.vfat {
"rawimages/boot.sd",
"usb.dev",
"usb.ncm",
"usb.rndis",
"wifi.sta",
"gt9xx",
"logo.jpeg",

View File

@@ -28,6 +28,7 @@ cp -fv ${output_dir}/rawimages/boot.sd ${output_dir}/input/rawimages/
cp -fv ${output_dir}/rawimages/rootfs.sd ${output_dir}/input/
touch ${output_dir}/input/usb.dev
touch ${output_dir}/input/usb.ncm
touch ${output_dir}/input/usb.rndis
touch ${output_dir}/input/wifi.sta
touch ${output_dir}/input/gt9xx
touch ${output_dir}/input/fb