Hey Otavio, The current setup is actually correct. It's a bit cryptic in the path used, implying it only works on the nitrogen6x board. However, our bootscript is universal across all our boards now and will work, assuming you have the latest u-boot installed.
I also just tripled checked core-image-sato against the nitrogen6x-lite board, the bootscript is handling as it should. Maybe we could add a comment there mentioning the universal nature of the bootscript? Thanks, -Ian Coolidge On Fri, Nov 6, 2015 at 4:53 AM, Otavio Salvador < [email protected]> wrote: > Hello folks, > > The board is fetching the wrong U-Boot script for boot and hance > making it not usable. > > Something like: > > diff --git a/recipes-bsp/u-boot/u-boot-script-boundary_git.bb > b/recipes-bsp/u-boot/u-boot-script-boundary_git.bb > index 1ffca84..2a992c0 100644 > --- a/recipes-bsp/u-boot/u-boot-script-boundary_git.bb > +++ b/recipes-bsp/u-boot/u-boot-script-boundary_git.bb > @@ -13,6 +13,7 @@ S = "${WORKDIR}/git" > inherit deploy > > BOOTSCRIPT ?= > "${S}/board/boundary/nitrogen6x/6x_bootscript-yocto-3.14.txt" > +BOOTSCRIPT_nitrogen6x-lite ?= > "${S}/board/boundary/nit6xlite/6x_bootscript-yocto-3.14.txt" > > UPGRADESCRIPT = "${S}/board/boundary/nitrogen6x/6x_upgrade.txt" > > Is needed but the repository does not offer the script for use. > > -- > Otavio Salvador O.S. Systems > http://www.ossystems.com.br http://code.ossystems.com.br > Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750 >
-- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
