Roger Shimizu <rogershim...@gmail.com> writes: Hi,
> Dear Ian, Martin, > > May I know your comment regarding to this armel/orion5x related bug? > I don't know whether qnap also uses MTD to store u-boot related stuff > or not. Just guessing it may have the same issue. >From a quick look at your logs, your mtd device is needing support for cmdset 2, provided by cfi_cmdset_0002.ko (CONFIG_MTD_CFI_AMDSTD). Maybe it's not available when the mtd chip is probed ? Eg missing in the initrd or should be built-in or something like that ? Arnaud