You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: