|
Hi Otavio, On 3/7/14, 8:52 AM, Otavio Salvador
wrote:
I've done a top-level check on this on wandboard-solo. It boots, which is good. But, I'm getting these i2c failure messages, which I believe to be due to a lack of an attached Future display panel:This updates U-Boot to a v2014.01 based release. It includes following patches on top of prestine v2014.01 tag:3fc5045 wandboard: add Future Eletronics 7" WVGA LCD extension board 5aebc94 mx6sl: Adjust fdt_addr to avoid address overlapping 95a98c2 mx6sabresd: Use mmcblk0 for CONFIG_MMCROOT cd0b4d9 MX6: Add SION flag to ENET_REF_CLK PAD Signed-off-by: Otavio Salvador <[email protected]> --- Changes in v2: None ...boot-fslc-mxsboot_2013.10.bb => u-boot-fslc-mxsboot_2014.01.bb} | 6 +++--- recipes-bsp/u-boot/u-boot-fslc_2013.10.bb | 7 ------- recipes-bsp/u-boot/u-boot-fslc_2014.01.bb | 7 +++++++ 3 files changed, 10 insertions(+), 10 deletions(-) rename recipes-bsp/u-boot/{u-boot-fslc-mxsboot_2013.10.bb => u-boot-fslc-mxsboot_2014.01.bb} (87%) delete mode 100644 recipes-bsp/u-boot/u-boot-fslc_2013.10.bb create mode 100644 recipes-bsp/u-boot/u-boot-fslc_2014.01.bb diff --git a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2013.10.bb b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2014.01.bb similarity index 87% rename from recipes-bsp/u-boot/u-boot-fslc-mxsboot_2013.10.bb rename to recipes-bsp/u-boot/u-boot-fslc-mxsboot_2014.01.bb index 3009ddf..2c0848d 100644 --- a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2013.10.bb +++ b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2014.01.bb @@ -5,10 +5,10 @@ SECTION = "bootloader" DEPENDS = "openssl" PROVIDES = "u-boot-mxsboot" -PV = "v2013.10" +PV = "v2014.01" -SRCREV = "079e214888279518ce061c71238a74a0c3db2c28" -SRCBRANCH = "patches-2013.10" +SRCREV = "bce40d36187be1d9165a9a6b9549c4989dcc48ed" +SRCBRANCH = "patches-2014.01" SRC_URI = "git://github.com/Freescale/u-boot-imx.git;branch=${SRCBRANCH}" S = "${WORKDIR}/git" diff --git a/recipes-bsp/u-boot/u-boot-fslc_2013.10.bb b/recipes-bsp/u-boot/u-boot-fslc_2013.10.bb deleted file mode 100644 index e7f100d..0000000 --- a/recipes-bsp/u-boot/u-boot-fslc_2013.10.bb +++ /dev/null @@ -1,7 +0,0 @@ -include u-boot-fslc.inc - -PV = "v2013.10" - -SRCBRANCH = "patches-2013.10" - -SRCREV = "31d023bf8f15e6407557f5273c35c6ee3466a77f" diff --git a/recipes-bsp/u-boot/u-boot-fslc_2014.01.bb b/recipes-bsp/u-boot/u-boot-fslc_2014.01.bb new file mode 100644 index 0000000..ec0ab00 --- /dev/null +++ b/recipes-bsp/u-boot/u-boot-fslc_2014.01.bb @@ -0,0 +1,7 @@ +include u-boot-fslc.inc + +PV = "v2014.01" + +SRCBRANCH = "patches-2014.01" + +SRCREV = "bce40d36187be1d9165a9a6b9549c4989dcc48ed" U-Boot 2014.01 (Mar 10 2014 - 14:49:56) CPU: Freescale i.MX6SOLO rev1.1 at 792 MHz Reset cause: WDOG Board: Wandboard I2C: ready DRAM: 512 MiB MMC: FSL_SDHC: 0, FSL_SDHC: 1 *** Warning - bad CRC, using default environment wait_for_sr_state: failed sr=81 cr=a0 state=2020 i2c_init_transfer: failed for chip 0x10 retry=0 wait_for_sr_state: failed sr=81 cr=a0 state=2020 i2c_init_transfer: failed for chip 0x10 retry=1 wait_for_sr_state: failed sr=81 cr=a0 state=2020 i2c_init_transfer: failed for chip 0x10 retry=2 i2c_init_transfer: give up i2c_regs=021a0000 No panel detected: default to HDMI Display: HDMI (1024x768) In: serial Out: serial Err: serial Net: FEC [PRIME] Hit any key to stop autoboot: 0 mmc0 is current device reading boot.scr ** Unable to read file boot.scr ** reading zImage 5200184 bytes read in 247 ms (20.1 MiB/s) Booting from mmc ... - no HDMI monitor Setting bus to 0 Valid chip addresses:wait_for_sr_state: failed sr=81 cr=a0 state=2020 i2c_init_transfer: failed for chip 0x10 retry=0 wait_for_sr_state: failed sr=81 cr=a0 state=2020 i2c_init_transfer: failed for chip 0x10 retry=1 wait_for_sr_state: failed sr=81 cr=a0 state=2020 i2c_init_transfer: failed for chip 0x10 retry=2 i2c_init_transfer: give up i2c_regs=021a0000 - no FWBADAPT-7WVGA-LCD-F07A-0102 display |
-- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
