Tool/software: Linux
Hi,
I'm trying to dump frame buffer and save to file in Linux usecase.
I used below api, but there was an err return at ChainsCommon_Osal_fileOpen() (fp = 01)
    fp = ChainsCommon_Osal_fileOpen(fileName, CHAINSCOMMON_OSAL_FILEMODE_WRITE_BIN);
    UTILS_assert(-1 != fp);
    ChainsCommon_Osal_fileWrite(fp, (UInt8*)ChainsCommon_Osal_getVirtAddr((Uint32)save_buffer), IMG_SIZE);
    ChainsCommon_Osal_fileClose(fp);
I assume there was a problem in rtos file access. Which partition is used for rtos file access and what file system is supported?
Is there any way to dump framebuffer of display input in Linux side?
Thanks.
 
				 
		 
					 
                           
				