This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
The steps are given in the "vision_sdk/docs/FeatureSpecificUserGuides/VisionSDK_UserGuide_MemoryMap.pdf"(chapter 6.5 How To – Modify 512MB Bios Memory map to 1GB Bios Memory map) are not working in the latest SDK & not able to increase the "SR1_FRAME_BUFFER_SIZE". So please share the working steps.
cd $(INSTALL_DIR)/vision_sdk git init git add . git commit -m "Initial commit" git am 0001-Modify-512MB-Bios-Memory-map-to-1GB-Bios-Memory.patch
cd $(INSTALL_DIR)/vision-sdk/build rm -rf ../binaries make -s -j depend make -s -j make -s appimage make -s sbl
Thanks
Gaviraju