-
Notifications
You must be signed in to change notification settings - Fork 58
Description
I have built a yocto linux for DE10-nano using meta-alera repo
The changes I made in local.conf are
MACHINE = "cyclone5"
UBOOT_CONFIG = "de10-nano-soc"
UBOOT_EXTLINUX_FDT_default = "../socfpga_cyclone5_de10_nano.dtb"
DEFAULTTUNE = "cortexa9hf-neon"
added meta-altera layer in bblayers.conf
Then run the bitbake core-image-minimal
During the build process I got an error socfpga_cyclone5_de10_nano.dts not found. Then I manually copied the dts file to build/tmp/work-shared/cyclone5/kernel-source/arch/arm/boot/dts
The build was a success. I write the core-image-minimal.xxxxx.wic image in an SD card. The board booted successfully. But in the boot message, I saw an error message
Error: ethernet@ff702000 address not set
I got the login prompt, login as root and nopassword.
But the main problem is the board is rebooting repeatedly
How to resolve this issue