add packages to image before flashing

hi,

i would like to add some packages to the same image you provide before flashing it. for example like numpy and other packages. what is the correct way to do that?

thanks

You could try to add that file to the Linux_for_Tegra/rootfs.

Add the packages to L4T/rootfs and a one shot first boot script to install them is the basic strategy. I outlined some more details on how to accomplish that in this thread:

Please let me known if it all works and add to that thread if you run into issues.