> >
> > Due to decisions we've taken, having only one partition, for now
> > I would like to keep it as it is.
> >
> > Anyway I will think about this in the near future.
> 
> Does your generated .sdcard image works?
> 

To make it work I have to change those three U-boot environment variables 
with:

setenv loadfdt 'fatload mmc ${mmcdev}:${mmcpart} ${fdt_addr} ${fdt_file}'

setenv loaduimage 'fatload mmc ${mmcdev}:${mmcpart} ${loadaddr} ${uimage}'

setenv mmcroot '/dev/mmcblk0p2 rootwait rw'


By default we have only one partition, installing the uImage and the dts 
files into
the /boot folder. 

I don't like to have now two different structures for our customers, 
that's why I 
want to keep the old one.

Even with that I could add some small description to make the sdcard file 
works.

What do you think?
-- 
_______________________________________________
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale

Reply via email to