<div dir="ltr"><div><div><div>I've been trying to install OpenWRT on an Actiontec MI424WR Rev I, however some variants of this router use a Hynix NAND chip that OpenWRT doesn't seem to be able to access. There are other versions of this router that use a Eon NAND chip that works fine. I've attached the full boot-log. The stock firmware is the same for both NAND Chips.<br><br></div>The Bad Hynix NAND chip comes up as:<br>[    0.574220] nand: Could not find valid ONFI parameter page; aborting<br>
[    0.580612] nand: device found, Manufacturer ID: 0xad, Chip ID: 0xf1<br>
[    0.587017] nand: Hynix NAND 128MiB 3,3V 8-bit<br>
[    0.591494] nand: 128MiB, SLC, page size: 2048, OOB size: 64<br>
[    0.597187] Scanning device for bad blocks<br>
[    0.607966] Bad eraseblock 114 at 0x000000e40000<br>
[    0.665416] 4 ofpart partitions found on MTD device orion_nand<br><br></div>While the Eon Nand chip that works comes up as:<br>[    0.573914] nand: device found, Manufacturer ID: 0x92, Chip ID: 0xf1<br>
[    0.580301] nand: Eon NAND 128MiB 3,3V 8-bit<br>
[    0.584617] nand: 128MiB, SLC, page size: 2048, OOB size: 64<br>
[    0.590310] Scanning device for bad blocks<br>
[    0.624209] 4 ofpart partitions found on MTD device orion_nand<br></div><br></div>