Linux SquahFS 파일 시스템 관련 질문입니다.
* 개발환경
Board: Omapl138
Linux: Kernel 3.3
Nand Flash: 4Kpage / 4bit Ecc / 224 OOB
커널에서 RFS를 Loading중 10번중 1번정도 씩 Uncompress(Decompress)에러로 인해 부팅이 안되는 문제가 있습니다.
해당 문제를 해결하기 위해 Kernel 2.6 / 3.1 / 3.3 으로 Test해보았고,
RFS File System을 UBIFS / SQUASHFS 등으로
변경하여 시도를 해보아도 동일 증상이 나타났습니다.
몇주동안 씨름하며 분석한 결과 File System에서 사용하는 압축 알고리즘 (Zlib / LZMA 등)을 압축 해제하는 부분에서
Data Error와 Buffer Error가 번갈아가며 Error Return이 됩니다.
반대로 File System 이미지를 만드는 과정에서 압축하지 않고 이미지를 만들어 Test를 하면 문제없이
잘 되는 것 같습니다.
1. ZLIB or LZMA 등의 알고리즘에서 Nand Flash 4K page / 4Bit ECC / 224 OOB 등 지원하지 않는 부분이 있을까요?
2. mksquashfs 를 이용해 Squashfs 이미지를 생성할 때 Block Size 이외에 다른 옵션을 주어야 하는 부분이 있나요?
해당 문제 관련해서 경험이 있으신분 조언 부탁드립니다.
*LOG
=====================================================================================================================
RootType = SQUASHFS (2015.06.25)
=====================================================================================================================
SQUASHFS error: zlib_inflate error, data probably corrupt
SQUASHFS error: squashfs_read_data failed to read block 0x4748e
SQUASHFS error: Unable to read data cache entry [4748e]
SQUASHFS error: Unable to read page, block 4748e, size 4331c
SQUASHFS error: Unable to read data cache entry [4748e]
SQUASHFS error: Unable to read page, block 4748e, size 4331c
SQUASHFS error: Unable to read data cache entry [4748e]
SQUASHFS error: Unable to read page, block 4748e, size 4331c
SQUASHFS error: Unable to read data cache entry [4748e]
SQUASHFS error: Unable to read page, block 4748e, size 4331c
SQUASHFS error: Unable to read data cache entry [4748e]
SQUASHFS error: Unable to read page, block 4748e, size 4331c
SQUASHFS error: Unable to read data cache entry [4748e]
SQUASHFS error: Unable to read page, block 4748e, size 4331c
SQUASHFS error: Unable to read data cache entry [4748e]
SQUASHFS error: Unable to read page, block 4748e, size 4331c
SQUASHFS error: Unable to read data cache entry [4748e]
SQUASHFS error: Unable to read page, block 4748e, size 4331c
SQUASHFS error: Unable to read data cache entry [4748e]
SQUASHFS error: Unable to read page, block 4748e, size 4331c
SQUASHFS error: Unable to read data cache entry [4748e]
SQUASHFS error: Unable to read page, block 4748e, size 4331c
SQUASHFS error: Unable to read data cache entry [4748e]
SQUASHFS error: Unable to read page, block 4748e, size 4331c
SQUASHFS error: Unable to read data cache entry [4748e]
SQUASHFS error: Unable to read page, block 4748e, size 4331c
SQUASHFS error: Unable to read data cache entry [4748e]
SQUASHFS error: Unable to read page, block 4748e, size 4331c
SQUASHFS error: Unable to read data cache entry [4748e]
SQUASHFS error: Unable to read page, block 4748e, size 4331c
SQUASHFS error: Unable to read data cache entry [4748e]
SQUASHFS error: Unable to read page, block 4748e, size 4331c
SQUASHFS error: Unable to read data cache entry [4748e]
SQUASHFS error: Unable to read page, block 4748e, size 4331c
=====================================================================================================================
댓글 달기