Skip to content

How to force a rebuild of mpfs icicle dev kit's devicetrees #388

Answered by rockoguido
es-ggg asked this question in How to
Discussion options

You must be logged in to vote

Hi.. if you are trying to modify the Linux device tree for a Yocto based build there are a number of steps you need to go through to create a patch and then have the patch applied, you cannot modify the device tree directly and do a rebuild, that change, as you noted, will not stick.

  1. Can we assume you have created a Linux based patch file in the past? I'll just list high level steps here...
  2. go to the location of the device tree, see mpfs-icicle-kit-dts in ...arch/riscv/boot/dts/microchip. enter a git status command
  3. results should indicate the branch you are using and if any changes are in place
  4. edit the dts file
  5. enter git diff command followed by git status command
  6. should reflect change …

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by es-ggg
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
How to
Labels
None yet
2 participants