国产肉体XXXX裸体137大胆,国产成人久久精品流白浆,国产乱子伦视频在线观看,无码中文字幕免费一区二区三区 国产成人手机在线-午夜国产精品无套-swag国产精品-国产毛片久久国产

新聞中心

EEPW首頁(yè) > 嵌入式系統(tǒng) > 設(shè)計(jì)應(yīng)用 > 執(zhí)行nand probe 0 提示找不到NAND flash device . 解決辦法

執(zhí)行nand probe 0 提示找不到NAND flash device . 解決辦法

作者: 時(shí)間:2016-11-10 來(lái)源:網(wǎng)絡(luò) 收藏
> halt
target state: halted
target halted in ARM state due to debug-request, current mode: Abort
cpsr: 0x400001d7 pc: 0x00000010
> nand probe 0
unknown NAND flash device found, manufacturer id: 0x18 device id: 0x18
in procedure nand
上述提示錯(cuò)誤信息為找不到NAND flash 器件。解決辦法如下:::
> arm mcr 15 0 1 0 0 0
> step 0
target state: halted
target halted in ARM state due to single-step, current mode: Abort
cpsr: 0x400001d7 pc: 0x00000004
> nand probe 0
unknown NAND flash device found, manufacturer id: 0x0c device id: 0x0c
in procedure nand
> step 1
target state: halted
target halted in ARM state due to single-step, current mode: Abort
cpsr: 0x400001d7 pc: 0x00000004
> step 4
target state: halted
target halted in ARM state due to single-step, current mode: Abort
cpsr: 0x400001d7 pc: 0x00000008
> step 8
target state: halted
target halted in ARM state due to single-step, current mode: Abort
cpsr: 0x400001d7 pc: 0x0000000c
> step 88
target state: halted
target halted in ARM state due to single-step, current mode: Abort
cpsr: 0x400001d7 pc: 0x000000b0
> step 999
target state: halted
target halted in ARM state due to single-step, current mode: Abort
cpsr: 0x400001d7 pc: 0x00000410
> step 111111
target state: halted
target halted in ARM state due to single-step, current mode: Abort
cpsr: 0x400001d7 pc: 0x0001b208
> nand probe 0
NAND flash device K9GAG08 2GB NAND 3.3V x8 MLC 2b/cell (Samsung) found
> nand erase 0 0 0x100000
s3c2440_read_block_data: reading data: 0x8a2f268, 0xbfdc5efa, 6
erased blocks 0 to 1 on NAND flash device #0 K9GAG08 2GB NAND 3.3V x8 MLC 2b/cell
這種命令的目的是要關(guān)閉MMU,
關(guān)掉后才能訪問(wèn)里面的寄存器


關(guān)鍵詞: nandprobeNANDflashdevic

評(píng)論


技術(shù)專區(qū)

關(guān)閉