mirror of
https://github.com/sipeed/LicheeRV-Nano-Build.git
synced 2026-09-10 20:59:59 -05:00
add rndis for basesystem and change ion size to 105MB
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -6,6 +6,7 @@ image boot.vfat {
|
||||
"rawimages/boot.sd",
|
||||
"usb.dev",
|
||||
"usb.ncm",
|
||||
"usb.rndis",
|
||||
"wifi.sta",
|
||||
"gt9xx",
|
||||
"logo.jpeg",
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user