Hi Thomas, 

> -----Original Message-----
> From: [email protected] [mailto:meta-freescale-
> [email protected]] On Behalf Of Thomas Tamandl
> Sent: Friday, October 09, 2015 4:16 PM
> 
> the wrong U-Boot binary file es copied to ../tmp/deploy/images/ls1021atwr
> when 'sdcard' is used for UBOOT_CONFIG. There is no RCW at the beginning.
>
> The correct file is located in ../build/tmp/work/ls1021atwr-poky-linux-
> gnueabi/u-boot-ls1/2015.01-r0/git/ls1021atwr_sdcard_config/u-boot.bin. In
> that directory there is also a file named u-boot-sdcard.bin. The name is
> misleading, there is no RCW too.
[Luo Zhenhua-B19537] u-boot-with-spl-pbl.bin is renamed to u-boot.bin by the 
following code, please use ls1021atwr_sdcard_config/u-boot.bin for sd boot. 
                *nand* | *sdcard*)  mv ${S}/${config}/u-boot-with-spl-pbl.bin  
${S}/${config}/u-boot.bin;;

        u-boot and rcw are separated images, you can find the rcw images in 
tmp/deploy/images/ls1021atwr/rcw/ls1021atwr/ after running "bitbake rcw".

> Not sure what is the intended behavior or where to report. I assume it is a
> result of the changed directory structure in U-Boot 2015.
[Luo Zhenhua-B19537] The following is the deployment guide. 
        1. http://www.freescale.com/infocenter/index.jsp -> Software and Tools 
Information Center > QorIQ SDK 1.8 Documentation > Software Deployment Guides > 
Boards > TWR-LS1021A -> Programming a New U-boot and RCW
        2. http://www.freescale.com/infocenter/index.jsp -> Software and Tools 
Information Center > QorIQ SDK 1.8 Documentation > Software Deployment Guides > 
Boards > TWR-LS1021A > Deployment -> SD Deployment


Best Regards, 

Zhenhua
-- 
_______________________________________________
meta-freescale mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-freescale

Reply via email to