[U-Boot] High Assurance Booting

2014-04-23 Thread Jyoti Dubey
Hello, I would like to know what changes should I make in u-boot 2013 source code to generate hab.o file in u-boot/arch/arm/cpu/armv7/mx6 directory. Regards Jyoti Dubey ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman

[U-Boot] Secure booting

2014-03-15 Thread JYOTI DUBEY
Can somebody inform me what all changes I need to make in U-boot 2013 source code to enable secure booting? Thanks in Advance! ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] Swiching u-boot image in SPI-NOR

2014-03-14 Thread JYOTI DUBEY
Hello I am trying to bring in u-boot.imx (uboot image of u-boot 2013) onto SPI-NOR of nitrogen 6x board.I used following commands: sf probe 1 sf erase 0 0x4 fatload mmc 0:1 1200 u-boot.imx reading u-boot.imx 343040 bytes read in 54 ms (6.1 MiB/s) sf write 0x1200 0x0 343040

Re: [U-Boot] Swiching u-boot image in SPI-NOR

2014-03-14 Thread JYOTI DUBEY
Yeah got it. Just specified the correct offset and converted the file size to hex value. Thank you! On Fri, Mar 14, 2014 at 2:43 PM, Stefano Babic sba...@denx.de wrote: Hi Jvoty, On 14/03/2014 08:17, JYOTI DUBEY wrote: Hello I am trying to bring in u-boot.imx (uboot image of u

[U-Boot] U-boot changes

2014-03-06 Thread JYOTI DUBEY
Hi, I am trying to perform secure booting on nitrogen6x SOM.After compiling the u-boot2013.08 source code I have obtained a u-boot.imx image with fsize 51c00.I tried to pad and sign this image for authentication which returns me a u-boot-signed-padded.imx. The problem is that the size of this new

[U-Boot] Secure booting using u-boot 2013

2014-03-05 Thread JYOTI DUBEY
Hello, I am trying to perform secure booting on nitrogen 6X SOM using u-boot 2013. I tried to pad and sign the u-boot.imx image for authentication.But the size of both u-boot.imx as well as u-boot-signed-padded.imx remains same. Technically signed and padded image should have more size

[U-Boot] Secure booting

2014-02-27 Thread JYOTI DUBEY
Can I obtain information regarding what hab_status command will return if i.mx board is not fused i.e security in not enabled and also the board is in open configuration. Thanks in Advance! ___ U-Boot mailing list U-Boot@lists.denx.de

[U-Boot] booting i.mx6

2014-02-17 Thread JYOTI DUBEY
While launching the imx_usb script with a u-boot.imx, I've got the following message error : config file ./imx_usb.conf main:Could not open device vid=0x15a2 pid=0x54 err=-3 I gave many tries to correct it. Can some body help me to rectify the above error?

[U-Boot] Secure booting

2014-02-12 Thread JYOTI DUBEY
Can anybody inform me why u-boot 2013 does not support secure booting? Basically what are the differences between u-boot2009.08 and u-boot2013 related to secure boot feature? What changes are required to develop secure booting in u-boot 2013? Thanks in Advance!

[U-Boot] Secure uboot functionality

2014-02-09 Thread JYOTI DUBEY
Can I get certain information regarding secure u-boot functionality available in u-boot 2009 to perform the validation of kernel image.It would be helpful If the actual source code can be obtained to perform the same. Thanks in Advance! ___ U-Boot

[U-Boot] i.mx6 board booting

2014-02-05 Thread JYOTI DUBEY
I followed the following commands to achieve a successful booting of i.mx6 board using SD card dd if=u-boot.imx of=/dev/sdb bs=1k seek=1 The above command burnt the u-boot.imx image on the SD card though nothing was seen on SD card. Next the gtkterm configurations were set and after the board was

[U-Boot] Internal Boot mode

2014-02-04 Thread JYOTI DUBEY
Can anybody tell what all happens inside an i.mx6 board when we try to boot it in internal mode? Is it that in internal mode the board does not look into the flash at all to discover the u-boot image and the image must be provided only from the serial port? If yes then what steps should be

[U-Boot] Booting in Internal mode

2014-02-03 Thread JYOTI DUBEY
After a successful booting in SPI-NOR(FUSE) mode I would like to boot the same board in INTERNAL mode i.e Serial download mode.Can anyone suggest me commands and steps to achieve the same? ___ U-Boot mailing list U-Boot@lists.denx.de

[U-Boot] Clarification

2014-02-03 Thread JYOTI DUBEY
Is Internal boot mode (Switch configuration 1 0) same as Serial boot mode for i.mx6 board? Thanks in Advance! ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] SD card building

2014-01-31 Thread JYOTI DUBEY
I want to boot a fresh nitrogen6x board with uboot which I compiled recently.After a successful compilation I obtained u-boot.imx file which I wanted to bunn on my SD card for booting. I used dd if=u-boot.imx of=/dev/sdb bs=1k seek=1 copy u-boot.imx file on the SD card which gave me the following

[U-Boot] Link

2014-01-30 Thread JYOTI DUBEY
Can someone provide me link to download uboot-production source code?? ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] Compilation

2014-01-29 Thread JYOTI DUBEY
Can anyone inform me the steps for compiling and running the u-boot source code? ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] Porting U-boot

2014-01-29 Thread JYOTI DUBEY
After compiling the u-boot code what steps must be followed to boot the current system (system with Grub) with u-boot?I mean how can I port my system with the u-boot which I compiled? ___ U-Boot mailing list U-Boot@lists.denx.de

[U-Boot] MAKEALL

2014-01-28 Thread JYOTI DUBEY
What is the use of executing MAKEALL file available in u-boot folder? ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] U-Boot execution sequence

2014-01-23 Thread JYOTI DUBEY
Can anyone tell how to understand the flow of u-boot source code? I am working on ARM processor and the board used is Nitrogen6X. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] U-Boot execution sequence

2014-01-23 Thread JYOTI DUBEY
and build the bin / etf b) step 2 - create an asm - objdump -DS c) find the lds file d) locate uboot.map start from __start. (keep an arm manual handy) begin. :) On 1/23/14, JYOTI DUBEY jyoti0...@gmail.com wrote: Can anyone tell how to understand the flow of u-boot source code? I am