This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
uncorrectable error : | |
mtd->read(0x1fb28 bytes from 0x16204d8) returned ECC error | |
jffs2_scan_inode_node(): CRC failed on node at 0x0163a748: Read 0xfa12f935, calculated 0x2a93baea | |
uncorrectable error : | |
mtd->read(0x1fb58 bytes from 0x16604a8) returned ECC error | |
uncorrectable error : | |
mtd->read(0x1f970 bytes from 0x1a80690) returned ECC error | |
uncorrectable error : | |
mtd->read(0x1f7c4 bytes from 0x1ae083c) returned ECC error | |
uncorrectable error : |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* SEP firmware split tool | |
* | |
* Copyright (c) 2017 xerub | |
*/ | |
#include <fcntl.h> | |
#include <stddef.h> | |
#include <stdio.h> | |
#include <stdlib.h> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
svn co http://llvm.org/svn/llvm-project/llvm/trunk llvm | |
cd llvm/tools | |
svn co http://llvm.org/svn/llvm-project/cfe/trunk clang | |
cd ../.. | |
cd llvm/tools/clang/tools | |
svn co http://llvm.org/svn/llvm-project/clang-tools-extra/trunk extra | |
cd ../../../.. | |
cd llvm/tools | |
svn co http://llvm.org/svn/llvm-project/lld/trunk lld | |
cd ../.. |
OlderNewer