Flashed original 7371 (original dump 3) back to NAND, booted fine, then dumped this working NAND (re dump).
This is a Big block Jasper, the non-matching block at 72 is blocks 390 to 397 (the nandpro ERROR at 392 seems to correlate with this)
nandpro ERROR 678 - 67f
Theis is Bad block ID 00x00CF shown in 360 Flash tool (which uses 16mb block numbering). No relocation address, but seems to be relocated to 1FF (big block: FF8 to FFF)
nandpro ERROR BD0
This is Bad Block ID 00x17A. Relocated to bad block sector at 1FE (FF0 - FF7 in big blocks). Since earlier bad blocks gets remapped to the *end* of the bad block sector first, and 678 is *earlier* than BD0, its likely that the FFFF FFFFs in blocks FF8 to FFF is infact the remapped 00CF (678-67f)
The problem with this is that upon inspection of 16mb NANDs, block CF contains much data, as opposed to FFFF FFFFs - I don't know what to think : /
nandpro ERROR 1418, 3358-335F
These are in MU section and shouldn't matter.
I've looked around blocks 390 and 678 on untouched XBR3 image, its all FFFF FFFFs, no data, can bad blocks really be causing the black screen boot issue?
Hoping to get the simpler XBR3 working first. Thx in advance for any insight