Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Jul 2015 12:14:16 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 201813] sysutils/u-boot-cubox-hummingboard: No valid device tree blob found
Message-ID:  <bug-201813-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201813

            Bug ID: 201813
           Summary: sysutils/u-boot-cubox-hummingboard: No valid device
                    tree blob found
           Product: Ports & Packages
           Version: Latest
          Hardware: arm
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ian@FreeBSD.org
          Reporter: mikael.urankar@gmail.com
                CC: freebsd-arm@FreeBSD.org
             Flags: maintainer-feedback?(ian@FreeBSD.org)
                CC: freebsd-arm@FreeBSD.org
          Assignee: ian@FreeBSD.org

Created attachment 159142
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=159142&action=edit
boot fix

Hi,

I'm seeing this error on a cubox i4pro with the snapshot image:
U-Boot SPL 2013.10-rc4 (Jul 22 2015 - 21:50:39)
<snip>
FreeBSD/armv6 U-Boot loader, Revision 1.2
(root@releng2.nyi.freebsd.org, Wed Jul 22 22:10:10 UTC 2015)

DRAM: 2048MB
Number of U-Boot devices: 2
U-Boot env: loaderdev='mmc 0'
Found U-Boot device: disk
  Checking unit=0 slice=<auto> partition=<auto>... good.
/boot/kernel/kernel data=0x592a9c+0x3d564 syms=[0x4+0x60540+0x4+0x5bc47]

Hit [Enter] to boot immediately, or any other key for command prompt.
Booting [/boot/kernel/kernel]...               
No valid device tree blob found!


CuBox-i U-Boot > printenv SetupFdtfile
SetupFdtfile=env exists fdt_file || env set fdt_file
${fdt_soc}-${fdt_board}.dtb;

CuBox-i U-Boot > printenv fdt_file
fdt_file=imx6q-.dtb

CuBox-i U-Boot > printenv fdt_board
## Error: "fdt_board" not defined

The attached patch fixes the problem:
CuBox-i U-Boot > printenv fdt_file
fdt_file=imx6q-cubox-i.dtb

Thanks.

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-201813-13>