
On 31 October 2014 10:48, Srinivasan S srinivasan.s@tataelxsi.co.in wrote:
Hi Simon
Once again thanks a lot for your confirmation
As you suggested, I have downloaded u-boot-2014.07.tar.bz2ftp://ftp.denx.de/pub/u-boot/u-boot-2014.07.tar.bz2 & when I was trying to build the same , I was facing the below errors
srinivasan@tata-HP-Elite-7100-Microtower-PC:~/TUNSTALL/board-support/u-boot-2014.07$ make O=b/am335x_boneblack_vboot CROSS_COMPILE=arm-linux-gnueabihf- ARCH=arm am335x_boneblack_vboot_config all
/home/srinivasan/TUNSTALL/board-support/u-boot-2014.07/scripts/dtc-version.sh: line 17: dtc: command not found /home/srinivasan/TUNSTALL/board-support/u-boot-2014.07/scripts/dtc-version.sh: line 18: dtc: command not found *** Your dtc is too old, please upgrade to dtc 1.4 or newer make[2]: *** [checkdtc] Error 1 make[1]: *** [build-one-by-one] Error 2 make: *** [sub-make] Error 2
Looks like dtc is not your your bash path, try to build the same and export it.
$ git clone git://git.kernel.org/pub/scm/utils/dtc/dtc.git $ cd dtc $ make $ sudo make install
See doc/README.fdt-control for more info.
Please do the needful in resolving this issue
Thanks in advance,
srinivasan S
From: sjg@google.com sjg@google.com on behalf of Simon Glass sjg@chromium.org Sent: Friday, October 31, 2014 9:57 AM To: Srinivasan S Cc: U-Boot Mailing List Subject: Re: verified boot of beaglebone black
Hi,
On 30 Oct 2014 21:50, "Srinivasan S" <srinivasan.s@tataelxsi.co.inmailto:srinivasan.s@tataelxsi.co.in> wrote:
Thanks a lot for your replies Simon,
- Could you please confirm whether the beaglebone black support exists in that U-Boot 2014.07 & can I use linux-3.12.10-ti2013.12.01 kernel (provided by ti-sdk-am335x-evm-07.00.00.00 )on top of this U-Boot 2014.07
That should work ok.
- Could you please provide me the link for syncing U-Boot 2014.07 for beaglebone black
See here:
ftp://ftp.denx.de/pub/u-boot/
Regards, Simon
Many Thanks in Advance, Srinivasan S ________________________________________ From: sjg@google.commailto:sjg@google.com <sjg@google.commailto:sjg@google.com> on behalf of Simon Glass <sjg@chromium.orgmailto:sjg@chromium.org> Sent: Thursday, October 30, 2014 8:30 PM To: Srinivasan S Cc: U-Boot Mailing List Subject: Re: verified boot of beaglebone black
Hi,
On 30 October 2014 01:15, Srinivasan S <srinivasan.s@tataelxsi.co.inmailto:srinivasan.s@tataelxsi.co.in> wrote:
Hi Simon,
Extremely Sorry to push you Hard, Could you please provide any updates w.r.t the below issue
I think you missed my reply, am removing context...
Please use the latest mainline, or at least U-Boot 2014.07. That board does not exist in older versions.
thanks!