Skip to content

Commit

Permalink
add rndis for basesystem and change ion size to 105MB
Browse files Browse the repository at this point in the history
  • Loading branch information
Neutree committed Aug 16, 2024
1 parent 0de38f3 commit 7131615
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build/boards/sg200x/sg2002_licheervnano_sd/memmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions build/tools/common/sd_tools/genimage_rootless.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ image boot.vfat {
"rawimages/boot.sd",
"usb.dev",
"usb.ncm",
"usb.rndis",
"wifi.sta",
"gt9xx",
"logo.jpeg",
Expand Down
1 change: 1 addition & 0 deletions build/tools/common/sd_tools/sd_gen_burn_image_rootless.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7131615

Please sign in to comment.