Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Altera Cyclone 5 board not booting (meta-altera dunfell and yocto dunfell) #243

Open
burkulesomesh43 opened this issue Jul 18, 2024 · 1 comment

Comments

@burkulesomesh43
Copy link

Hi Raj,

I've build image without adding any custom change in yocto project. I'm not able to boot image in altera board.
core-image-minimal-cyclone5.tar.gz

what could be wrong?

local.conf file:

DISTRO ?= "poky"

PACKAGE_CLASSES ?= "package_rpm"

EXTRA_IMAGE_FEATURES ?= "debug-tweaks"

USER_CLASSES ?= "buildstats image-mklibs image-prelink"

PATCHRESOLVE = "noop"

BB_DISKMON_DIRS ??= "
STOPTASKS,${TMPDIR},1G,100K
STOPTASKS,${DL_DIR},1G,100K
STOPTASKS,${SSTATE_DIR},1G,100K
STOPTASKS,/tmp,100M,100K
ABORT,${TMPDIR},100M,1K
ABORT,${DL_DIR},100M,1K
ABORT,${SSTATE_DIR},100M,1K
ABORT,/tmp,10M,1K"

SSTATE_MIRRORS ?= "file://.* http://sstate.yoctoproject.org/all/PATH;downloadfilename=PATH"

BB_HASHSERVE_UPSTREAM = "wss://hashserv.yoctoproject.org/ws"
BB_HASHSERVE = "auto"
BB_SIGNATURE_HANDLER = "OEEquivHash"

CONF_VERSION is increased each time build/conf/ changes incompatibly and is used to

track the version of this file when it was generated. This can safely be ignored if

this doesn't mean anything to you.

CONF_VERSION = "1"
MACHINE = "cyclone5"
RM_OLD_IMAGE = "1"
INHERIT += "rm_work"

@kraj
Copy link
Owner

kraj commented Jul 18, 2024

I do not know what could be wrong. Perhaps share some logs from serial console and see what is going on.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants