Page 1 of 1

[NUC970/N9H30] NAND boot

Posted: 27 Apr 2020, 08:41
by pseudonym
Q: I erased NAND. and i reflashed u-boot-spl, u-boot, env.txt and kernel images. but the board stops at u-boot. and shows as below.

Code: Select all

NUC970 IBR 20151008.1735
No Key
Bootttttt from NAND
NAND boot!


U-Boot 2016.11 (Apr 24 2020 - 12:08:54 +0530)

CPU: NUC972
Board: NUC972
DRAM:  64 MiB
NAND:  128 MiB
In:    serial
Out:   serial
Err:   serial
Net:   emac
Error: emac address not set.

=> 
How to solve this?

A: Please add following line in your env file.This line tells U-Boot how to load and execute Linux kernel.

Code: Select all

bootcmd=nboot 0x7fc0 0 0x200000;bootm 0x7fc0;