Re: [U-Boot] How to modify devicetree blob inside fit image via the u-boot shell using the fdt command

2018-04-25 Thread Davis Roman
Hi Fabio, I'm curious if you know how to modify a devicetree contained within a fit image. It sounds reasonable that I should be able to do this with the fdt command while in the u-boot shell. Currently I use 'fdt addr " then I use 'fdt print' and I see the contents of the FIT its file. This isn

[U-Boot] How to modify devicetree blob inside fit image via the u-boot shell using the fdt command

2018-04-24 Thread Davis Roman
Hello How can I make an on the fly modification to a particular devicetree (contained inside a fitimage blob ) via the u-boot shell using the fdt command? The fdt command allows for modifications in ram so I figure this should be possible. Thank you, Davis __