From mboxrd@z Thu Jan 1 00:00:00 1970 From: rosysong at rosinson.com Date: Tue, 19 Feb 2019 17:48:28 +0800 Subject: [U-Boot] Kernel hang when replace older uboot with uboot master V2 References: <2019021917305692094016@rosinson.com>, <20190219103729.2cba8561@jawa> Message-ID: <2019021917482826418021@rosinson.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit To: u-boot@lists.denx.de And I also added "root=" option to default env, it doesn't work either. > Hi all,  >     And When I turn off the log, its bootlog like this: > > U-Boot 2019.01-00079-g3420a6fc6e-dirty (Feb 19 2019 - 17:19:16 +0800) > > Qualcomm Atheros QCA9561 ver 1 rev 0 > Model: AP152 Reference Board > DRAM:  128 MiB > Loading Environment from SPI Flash... SF: Detected w25q128bv with > page size 256 Bytes, erase size 4 KiB, total 16 MiB, mapped at > 9f000000 *** Warning - bad CRC, using default environment   Here is the culprit - the on-board (tuned, setup) envs are not accessible (or read in a wrong way).   Apparently the default envs doesn't have proper root=... setup.   Please check the env related entries in Kconfig.     Best regards