copy boot.scr to sdcard

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

copy boot.scr to sdcard

776 Views
floriankoenig
Contributor II

hi,

how can i copy the boot.scr file from  tmp/deploy/images/imx6qsabresd/boot.scr  into my sdcard image ?

I tried it with   IMAGE_BOOT_FILES = "boot.scr"   but nothing happens ?    Also there is no /temp output where i can debug that ?

How do i copy a file to my sdcard image ?

Labels (3)
0 Kudos
1 Reply

475 Views
gusarambula
NXP TechSupport
NXP TechSupport

Hello  Florian Koenig,

I haven’t use that method, but I would recommend doing a clean an baking again, as if your image is already baked it’s very likely that it won’t rebuild because of this change, as Yocto is not good at keeping track of changes in the code, because it’s focused on distribution and customization rather than development.

If you would like to place a certain file on your image you may find the following document useful:

https://community.nxp.com/docs/DOC-105374

It’s possible that the problem in this case the problem is that you’re defining IMAGE_BOOT_FILES but you are not giving an instruction to add this to the image.

There may be other ways of achieving this, but this is one.

I hope this helps!

Regards,

0 Kudos