-
Notifications
You must be signed in to change notification settings - Fork 51
Open
Description
Some details about my problem: Forum Post
As I can't find other means to report a bug in PetaLinux I'm reporting it here.
What are my steps:
- Start patch of ZynqMP FSBL by
petalinux-devtool modify fsbl
- Implement changes, commit
- Build the project with
petalinux-build
- Pack the
boot.bin
withpetalinux-package ...
- Put the
boot.bin
into the first partition of the SD Card - Boot the system and we see our changes acting in the output
- Finish the patch via
petalinux-devtool finish fsbl <absolute-path-to-project>/project-spec/meta-user
(why absolute is required here?) - Pack the
boot.bin
withpetalinux-package ... --force
- Put the
boot.bin
into the first partition of the SD Card - Boot the system and we see just the vanilla default FSBL is running, no our changes
I assume there's bug in PetaLinux or its recipes as I've tried couple times with no success (we have project creation and build process automated in CI as PetaLinux project cannot be easily committed to Git).
I even asked OpenGPT for help, but it didn't suggested anything else that I'm already doing, so a live brain that knows PetaLinux inside out is required to help with this.
Thank you.
Metadata
Metadata
Assignees
Labels
No labels