All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot]  imx6: USB SDP failed for u-boot-dtb.img
@ 2018-03-06 12:25 Jagan Teki
  2018-03-06 13:16 ` Fabio Estevam
  0 siblings, 1 reply; 9+ messages in thread
From: Jagan Teki @ 2018-03-06 12:25 UTC (permalink / raw)
  To: u-boot

Hi,

U-Boot SPL 2018.03-rc3-00111-g0cb2734156-dirty (Mar 06 2018 - 17:19:36 +0530)
Trying to boot from USB SDP
SDP: initialize...
SDP: handle requests...

and SPL reenumerated USB VID/PID as
[24774.255201] usb 1-2: new high-speed USB device number 101 using xhci_hcd
[24774.425174] usb 1-2: New USB device found, idVendor=0525, idProduct=b4a4
[24774.425181] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[24774.425185] usb 1-2: Product: USB download gadget
[24774.425189] usb 1-2: Manufacturer: FSL
[24774.433598] hid-generic 0003:0525:B4A4.005C: hiddev97,hidraw2: USB
HID v1.10 Device [FSL USB download gadget]

Now I've launched u-boot-dtb.img

$ imx_usb u-boot-dtb.img
...
vid=0x0525 pid=0xb4a4 file_name=mx6_usb_sdp_spl.conf
config file <.//mx6_usb_sdp_spl.conf>
parse .//mx6_usb_sdp_spl.conf
Trying to open device vid=0x0525 pid=0xb4a4
Interface 0 claimed
HAB security state: development mode (0x56787856)
== work item
filename /work/code/u-boot/u-boot-dtb.img
load_size 0 bytes
load_addr 0x00000000
dcd 1
clear_dcd 0
plug 1
jump_mode 2
jump_addr 0x00000000
== end work item

unknown load address
DoIRomDownload failed, err=-3
HAB security state: development mode (0x56787856)

Here is mx6_usb_sdp_spl.conf file
   mx6_spl_sdp
   hid,uboot_header,1024,0x910000,0x10000000,512M,0x00900000,0x40000

Look like the u-boot-dtb.img has FIT header and imx_usb can't process
the same, any help?

Jagan.

-- 
Jagan Teki
Free Software Engineer | www.openedev.com
U-Boot, Linux | Upstream Maintainer
Hyderabad, India.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [U-Boot] imx6: USB SDP failed for u-boot-dtb.img
  2018-03-06 12:25 [U-Boot] imx6: USB SDP failed for u-boot-dtb.img Jagan Teki
@ 2018-03-06 13:16 ` Fabio Estevam
  2018-03-06 14:12   ` Jagan Teki
  0 siblings, 1 reply; 9+ messages in thread
From: Fabio Estevam @ 2018-03-06 13:16 UTC (permalink / raw)
  To: u-boot

Hi Jagan,

On Tue, Mar 6, 2018 at 9:25 AM, Jagan Teki <jagannadh.teki@gmail.com> wrote:
> Hi,
>
> U-Boot SPL 2018.03-rc3-00111-g0cb2734156-dirty (Mar 06 2018 - 17:19:36 +0530)
> Trying to boot from USB SDP
> SDP: initialize...
> SDP: handle requests...
>
> and SPL reenumerated USB VID/PID as
> [24774.255201] usb 1-2: new high-speed USB device number 101 using xhci_hcd
> [24774.425174] usb 1-2: New USB device found, idVendor=0525, idProduct=b4a4
> [24774.425181] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
> [24774.425185] usb 1-2: Product: USB download gadget
> [24774.425189] usb 1-2: Manufacturer: FSL
> [24774.433598] hid-generic 0003:0525:B4A4.005C: hiddev97,hidraw2: USB
> HID v1.10 Device [FSL USB download gadget]
>
> Now I've launched u-boot-dtb.img
>
> $ imx_usb u-boot-dtb.img
> ...
> vid=0x0525 pid=0xb4a4 file_name=mx6_usb_sdp_spl.conf
> config file <.//mx6_usb_sdp_spl.conf>
> parse .//mx6_usb_sdp_spl.conf
> Trying to open device vid=0x0525 pid=0xb4a4
> Interface 0 claimed
> HAB security state: development mode (0x56787856)
> == work item
> filename /work/code/u-boot/u-boot-dtb.img
> load_size 0 bytes
> load_addr 0x00000000
> dcd 1
> clear_dcd 0
> plug 1
> jump_mode 2
> jump_addr 0x00000000
> == end work item
>
> unknown load address
> DoIRomDownload failed, err=-3
> HAB security state: development mode (0x56787856)
>
> Here is mx6_usb_sdp_spl.conf file
>    mx6_spl_sdp
>    hid,uboot_header,1024,0x910000,0x10000000,512M,0x00900000,0x40000
>
> Look like the u-boot-dtb.img has FIT header and imx_usb can't process
> the same, any help?

Is this a regression? If so, are you able to run a 'git bisect'?

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [U-Boot] imx6: USB SDP failed for u-boot-dtb.img
  2018-03-06 13:16 ` Fabio Estevam
@ 2018-03-06 14:12   ` Jagan Teki
  2018-03-06 14:14     ` Fabio Estevam
  2018-03-06 14:16     ` Stefano Babic
  0 siblings, 2 replies; 9+ messages in thread
From: Jagan Teki @ 2018-03-06 14:12 UTC (permalink / raw)
  To: u-boot

On Tue, Mar 6, 2018 at 6:46 PM, Fabio Estevam <festevam@gmail.com> wrote:
> Hi Jagan,
>
> On Tue, Mar 6, 2018 at 9:25 AM, Jagan Teki <jagannadh.teki@gmail.com> wrote:
>> Hi,
>>
>> U-Boot SPL 2018.03-rc3-00111-g0cb2734156-dirty (Mar 06 2018 - 17:19:36 +0530)
>> Trying to boot from USB SDP
>> SDP: initialize...
>> SDP: handle requests...
>>
>> and SPL reenumerated USB VID/PID as
>> [24774.255201] usb 1-2: new high-speed USB device number 101 using xhci_hcd
>> [24774.425174] usb 1-2: New USB device found, idVendor=0525, idProduct=b4a4
>> [24774.425181] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
>> [24774.425185] usb 1-2: Product: USB download gadget
>> [24774.425189] usb 1-2: Manufacturer: FSL
>> [24774.433598] hid-generic 0003:0525:B4A4.005C: hiddev97,hidraw2: USB
>> HID v1.10 Device [FSL USB download gadget]
>>
>> Now I've launched u-boot-dtb.img
>>
>> $ imx_usb u-boot-dtb.img
>> ...
>> vid=0x0525 pid=0xb4a4 file_name=mx6_usb_sdp_spl.conf
>> config file <.//mx6_usb_sdp_spl.conf>
>> parse .//mx6_usb_sdp_spl.conf
>> Trying to open device vid=0x0525 pid=0xb4a4
>> Interface 0 claimed
>> HAB security state: development mode (0x56787856)
>> == work item
>> filename /work/code/u-boot/u-boot-dtb.img
>> load_size 0 bytes
>> load_addr 0x00000000
>> dcd 1
>> clear_dcd 0
>> plug 1
>> jump_mode 2
>> jump_addr 0x00000000
>> == end work item
>>
>> unknown load address
>> DoIRomDownload failed, err=-3
>> HAB security state: development mode (0x56787856)
>>
>> Here is mx6_usb_sdp_spl.conf file
>>    mx6_spl_sdp
>>    hid,uboot_header,1024,0x910000,0x10000000,512M,0x00900000,0x40000
>>
>> Look like the u-boot-dtb.img has FIT header and imx_usb can't process
>> the same, any help?
>
> Is this a regression? If so, are you able to run a 'git bisect'?

I don't think it's regression, I'm guessing this is first test with
u-boot-dtb.img or did you tested the similar image type?

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [U-Boot] imx6: USB SDP failed for u-boot-dtb.img
  2018-03-06 14:12   ` Jagan Teki
@ 2018-03-06 14:14     ` Fabio Estevam
  2018-03-06 14:16     ` Stefano Babic
  1 sibling, 0 replies; 9+ messages in thread
From: Fabio Estevam @ 2018-03-06 14:14 UTC (permalink / raw)
  To: u-boot

On Tue, Mar 6, 2018 at 11:12 AM, Jagan Teki <jagannadh.teki@gmail.com> wrote:

> I don't think it's regression, I'm guessing this is first test with
> u-boot-dtb.img or did you tested the similar image type?

I have only used u-boot.img on my tests with SDP.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [U-Boot] imx6: USB SDP failed for u-boot-dtb.img
  2018-03-06 14:12   ` Jagan Teki
  2018-03-06 14:14     ` Fabio Estevam
@ 2018-03-06 14:16     ` Stefano Babic
  2018-03-06 14:18       ` Michael Nazzareno Trimarchi
  1 sibling, 1 reply; 9+ messages in thread
From: Stefano Babic @ 2018-03-06 14:16 UTC (permalink / raw)
  To: u-boot

On 06/03/2018 15:12, Jagan Teki wrote:
> On Tue, Mar 6, 2018 at 6:46 PM, Fabio Estevam <festevam@gmail.com> wrote:
>> Hi Jagan,
>>
>> On Tue, Mar 6, 2018 at 9:25 AM, Jagan Teki <jagannadh.teki@gmail.com> wrote:
>>> Hi,
>>>
>>> U-Boot SPL 2018.03-rc3-00111-g0cb2734156-dirty (Mar 06 2018 - 17:19:36 +0530)
>>> Trying to boot from USB SDP
>>> SDP: initialize...
>>> SDP: handle requests...
>>>
>>> and SPL reenumerated USB VID/PID as
>>> [24774.255201] usb 1-2: new high-speed USB device number 101 using xhci_hcd
>>> [24774.425174] usb 1-2: New USB device found, idVendor=0525, idProduct=b4a4
>>> [24774.425181] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
>>> [24774.425185] usb 1-2: Product: USB download gadget
>>> [24774.425189] usb 1-2: Manufacturer: FSL
>>> [24774.433598] hid-generic 0003:0525:B4A4.005C: hiddev97,hidraw2: USB
>>> HID v1.10 Device [FSL USB download gadget]
>>>
>>> Now I've launched u-boot-dtb.img
>>>
>>> $ imx_usb u-boot-dtb.img
>>> ...
>>> vid=0x0525 pid=0xb4a4 file_name=mx6_usb_sdp_spl.conf
>>> config file <.//mx6_usb_sdp_spl.conf>
>>> parse .//mx6_usb_sdp_spl.conf
>>> Trying to open device vid=0x0525 pid=0xb4a4
>>> Interface 0 claimed
>>> HAB security state: development mode (0x56787856)
>>> == work item
>>> filename /work/code/u-boot/u-boot-dtb.img
>>> load_size 0 bytes
>>> load_addr 0x00000000
>>> dcd 1
>>> clear_dcd 0
>>> plug 1
>>> jump_mode 2
>>> jump_addr 0x00000000
>>> == end work item
>>>
>>> unknown load address
>>> DoIRomDownload failed, err=-3
>>> HAB security state: development mode (0x56787856)
>>>
>>> Here is mx6_usb_sdp_spl.conf file
>>>    mx6_spl_sdp
>>>    hid,uboot_header,1024,0x910000,0x10000000,512M,0x00900000,0x40000
>>>
>>> Look like the u-boot-dtb.img has FIT header and imx_usb can't process
>>> the same, any help?
>>
>> Is this a regression? If so, are you able to run a 'git bisect'?
> 
> I don't think it's regression, I'm guessing this is first test with
> u-boot-dtb.img or did you tested the similar image type?
> 

Never tested with u-boot-dtb.img, it worked fine with u-boot.img

Best regards,
Stefano

-- 
=====================================================================
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [U-Boot] imx6: USB SDP failed for u-boot-dtb.img
  2018-03-06 14:16     ` Stefano Babic
@ 2018-03-06 14:18       ` Michael Nazzareno Trimarchi
  2018-03-06 14:27         ` Vincent Prince
  0 siblings, 1 reply; 9+ messages in thread
From: Michael Nazzareno Trimarchi @ 2018-03-06 14:18 UTC (permalink / raw)
  To: u-boot

Hi Jagan

There is a git log for that configuration file. I have the impression
that is done in two steps

Michael

On Tue, Mar 6, 2018 at 3:16 PM, Stefano Babic <sbabic@denx.de> wrote:
> On 06/03/2018 15:12, Jagan Teki wrote:
>> On Tue, Mar 6, 2018 at 6:46 PM, Fabio Estevam <festevam@gmail.com> wrote:
>>> Hi Jagan,
>>>
>>> On Tue, Mar 6, 2018 at 9:25 AM, Jagan Teki <jagannadh.teki@gmail.com> wrote:
>>>> Hi,
>>>>
>>>> U-Boot SPL 2018.03-rc3-00111-g0cb2734156-dirty (Mar 06 2018 - 17:19:36 +0530)
>>>> Trying to boot from USB SDP
>>>> SDP: initialize...
>>>> SDP: handle requests...
>>>>
>>>> and SPL reenumerated USB VID/PID as
>>>> [24774.255201] usb 1-2: new high-speed USB device number 101 using xhci_hcd
>>>> [24774.425174] usb 1-2: New USB device found, idVendor=0525, idProduct=b4a4
>>>> [24774.425181] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
>>>> [24774.425185] usb 1-2: Product: USB download gadget
>>>> [24774.425189] usb 1-2: Manufacturer: FSL
>>>> [24774.433598] hid-generic 0003:0525:B4A4.005C: hiddev97,hidraw2: USB
>>>> HID v1.10 Device [FSL USB download gadget]
>>>>
>>>> Now I've launched u-boot-dtb.img
>>>>
>>>> $ imx_usb u-boot-dtb.img
>>>> ...
>>>> vid=0x0525 pid=0xb4a4 file_name=mx6_usb_sdp_spl.conf
>>>> config file <.//mx6_usb_sdp_spl.conf>
>>>> parse .//mx6_usb_sdp_spl.conf
>>>> Trying to open device vid=0x0525 pid=0xb4a4
>>>> Interface 0 claimed
>>>> HAB security state: development mode (0x56787856)
>>>> == work item
>>>> filename /work/code/u-boot/u-boot-dtb.img
>>>> load_size 0 bytes
>>>> load_addr 0x00000000
>>>> dcd 1
>>>> clear_dcd 0
>>>> plug 1
>>>> jump_mode 2
>>>> jump_addr 0x00000000
>>>> == end work item
>>>>
>>>> unknown load address
>>>> DoIRomDownload failed, err=-3
>>>> HAB security state: development mode (0x56787856)
>>>>
>>>> Here is mx6_usb_sdp_spl.conf file
>>>>    mx6_spl_sdp
>>>>    hid,uboot_header,1024,0x910000,0x10000000,512M,0x00900000,0x40000
>>>>
>>>> Look like the u-boot-dtb.img has FIT header and imx_usb can't process
>>>> the same, any help?
>>>
>>> Is this a regression? If so, are you able to run a 'git bisect'?
>>
>> I don't think it's regression, I'm guessing this is first test with
>> u-boot-dtb.img or did you tested the similar image type?
>>
>
> Never tested with u-boot-dtb.img, it worked fine with u-boot.img
>
> Best regards,
> Stefano
>
> --
> =====================================================================
> DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
> HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
> Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
> =====================================================================
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> https://lists.denx.de/listinfo/u-boot



-- 
| Michael Nazzareno Trimarchi                     Amarula Solutions BV |
| COO  -  Founder                                      Cruquiuskade 47 |
| +31(0)851119172                                 Amsterdam 1018 AM NL |
|                  [`as] http://www.amarulasolutions.com               |

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [U-Boot] imx6: USB SDP failed for u-boot-dtb.img
  2018-03-06 14:18       ` Michael Nazzareno Trimarchi
@ 2018-03-06 14:27         ` Vincent Prince
  2018-03-06 14:55           ` Jagan Teki
  0 siblings, 1 reply; 9+ messages in thread
From: Vincent Prince @ 2018-03-06 14:27 UTC (permalink / raw)
  To: u-boot

Hi all,

Jagan , do you confirm your mx6_usb_sdp_spl.conf contains the 3rd line?

mx6_spl_sdp
hid,uboot_header,1024,0x910000,0x10000000,512M,0x00900000,0x40000
u-boot-dtb.img:jump header2

BR,
Vincent

2018-03-06 15:18 GMT+01:00 Michael Nazzareno Trimarchi <
michael@amarulasolutions.com>:

> Hi Jagan
>
> There is a git log for that configuration file. I have the impression
> that is done in two steps
>
> Michael
>
> On Tue, Mar 6, 2018 at 3:16 PM, Stefano Babic <sbabic@denx.de> wrote:
> > On 06/03/2018 15:12, Jagan Teki wrote:
> >> On Tue, Mar 6, 2018 at 6:46 PM, Fabio Estevam <festevam@gmail.com>
> wrote:
> >>> Hi Jagan,
> >>>
> >>> On Tue, Mar 6, 2018 at 9:25 AM, Jagan Teki <jagannadh.teki@gmail.com>
> wrote:
> >>>> Hi,
> >>>>
> >>>> U-Boot SPL 2018.03-rc3-00111-g0cb2734156-dirty (Mar 06 2018 -
> 17:19:36 +0530)
> >>>> Trying to boot from USB SDP
> >>>> SDP: initialize...
> >>>> SDP: handle requests...
> >>>>
> >>>> and SPL reenumerated USB VID/PID as
> >>>> [24774.255201] usb 1-2: new high-speed USB device number 101 using
> xhci_hcd
> >>>> [24774.425174] usb 1-2: New USB device found, idVendor=0525,
> idProduct=b4a4
> >>>> [24774.425181] usb 1-2: New USB device strings: Mfr=1, Product=2,
> SerialNumber=0
> >>>> [24774.425185] usb 1-2: Product: USB download gadget
> >>>> [24774.425189] usb 1-2: Manufacturer: FSL
> >>>> [24774.433598] hid-generic 0003:0525:B4A4.005C: hiddev97,hidraw2: USB
> >>>> HID v1.10 Device [FSL USB download gadget]
> >>>>
> >>>> Now I've launched u-boot-dtb.img
> >>>>
> >>>> $ imx_usb u-boot-dtb.img
> >>>> ...
> >>>> vid=0x0525 pid=0xb4a4 file_name=mx6_usb_sdp_spl.conf
> >>>> config file <.//mx6_usb_sdp_spl.conf>
> >>>> parse .//mx6_usb_sdp_spl.conf
> >>>> Trying to open device vid=0x0525 pid=0xb4a4
> >>>> Interface 0 claimed
> >>>> HAB security state: development mode (0x56787856)
> >>>> == work item
> >>>> filename /work/code/u-boot/u-boot-dtb.img
> >>>> load_size 0 bytes
> >>>> load_addr 0x00000000
> >>>> dcd 1
> >>>> clear_dcd 0
> >>>> plug 1
> >>>> jump_mode 2
> >>>> jump_addr 0x00000000
> >>>> == end work item
> >>>>
> >>>> unknown load address
> >>>> DoIRomDownload failed, err=-3
> >>>> HAB security state: development mode (0x56787856)
> >>>>
> >>>> Here is mx6_usb_sdp_spl.conf file
> >>>>    mx6_spl_sdp
> >>>>    hid,uboot_header,1024,0x910000,0x10000000,512M,0x00900000,0x40000
> >>>>
> >>>> Look like the u-boot-dtb.img has FIT header and imx_usb can't process
> >>>> the same, any help?
> >>>
> >>> Is this a regression? If so, are you able to run a 'git bisect'?
> >>
> >> I don't think it's regression, I'm guessing this is first test with
> >> u-boot-dtb.img or did you tested the similar image type?
> >>
> >
> > Never tested with u-boot-dtb.img, it worked fine with u-boot.img
> >
> > Best regards,
> > Stefano
> >
> > --
> > =====================================================================
> > DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
> > HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
> > Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
> > =====================================================================
> > _______________________________________________
> > U-Boot mailing list
> > U-Boot at lists.denx.de
> > https://lists.denx.de/listinfo/u-boot
>
>
>
> --
> | Michael Nazzareno Trimarchi                     Amarula Solutions BV |
> | COO  -  Founder                                      Cruquiuskade 47 |
> | +31(0)851119172                                 Amsterdam 1018 AM NL |
> |                  [`as] http://www.amarulasolutions.com               |
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> https://lists.denx.de/listinfo/u-boot
>

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [U-Boot] imx6: USB SDP failed for u-boot-dtb.img
  2018-03-06 14:27         ` Vincent Prince
@ 2018-03-06 14:55           ` Jagan Teki
  2018-03-06 15:03             ` Vincent Prince
  0 siblings, 1 reply; 9+ messages in thread
From: Jagan Teki @ 2018-03-06 14:55 UTC (permalink / raw)
  To: u-boot

Hi Michael, Vincent,

On Tue, Mar 6, 2018 at 7:57 PM, Vincent Prince
<vincent.prince.fr@gmail.com> wrote:
> Hi all,
>
> Jagan , do you confirm your mx6_usb_sdp_spl.conf contains the 3rd line?
>
> mx6_spl_sdp
> hid,uboot_header,1024,0x910000,0x10000000,512M,0x00900000,0x40000
> u-boot-dtb.img:jump header2
>
> 2018-03-06 15:18 GMT+01:00 Michael Nazzareno Trimarchi <
> michael at amarulasolutions.com>:
>
>> Hi Jagan
>>
>> There is a git log for that configuration file. I have the impression
>> that is done in two steps

Yes, I've verified the single command to download SPL and u-boot-dtb.img

imx_usb.conf
 0x15a2:0x0054, mx6_usb_rom.conf, 0x0525:0xb4a4, mx6_usb_sdp_spl.conf

mx6_usb_rom.conf
 mx6_qsb
 hid,1024,0x910000,0x10000000,512M,0x00900000,0x40000
 SPL:jump header2

mx6_usb_sdp_spl.conf
 mx6_spl_sdp
 hid,uboot_header,1024,0x910000,0x10000000,512M,0x00900000,0x40000
 u-boot-dtb.img:jump header2

Here is the download log [1], seems like the load_size and load_addr
were mismatch or unrecognised

Can anyone send the working download log?

[1] https://paste.ubuntu.com/p/mrSmdPRHb7/

Jagan.

-- 
Jagan Teki
Free Software Engineer | www.openedev.com
U-Boot, Linux | Upstream Maintainer
Hyderabad, India.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [U-Boot] imx6: USB SDP failed for u-boot-dtb.img
  2018-03-06 14:55           ` Jagan Teki
@ 2018-03-06 15:03             ` Vincent Prince
  0 siblings, 0 replies; 9+ messages in thread
From: Vincent Prince @ 2018-03-06 15:03 UTC (permalink / raw)
  To: u-boot

I put my log here https://pastebin.com/5aPjntnb , but i use standard
DT-less u-boot.img.

Maybe it could be easier to talk in u-boot IRC?

2018-03-06 15:55 GMT+01:00 Jagan Teki <jagannadh.teki@gmail.com>:

> Hi Michael, Vincent,
>
> On Tue, Mar 6, 2018 at 7:57 PM, Vincent Prince
> <vincent.prince.fr@gmail.com> wrote:
> > Hi all,
> >
> > Jagan , do you confirm your mx6_usb_sdp_spl.conf contains the 3rd line?
> >
> > mx6_spl_sdp
> > hid,uboot_header,1024,0x910000,0x10000000,512M,0x00900000,0x40000
> > u-boot-dtb.img:jump header2
> >
> > 2018-03-06 15:18 GMT+01:00 Michael Nazzareno Trimarchi <
> > michael at amarulasolutions.com>:
> >
> >> Hi Jagan
> >>
> >> There is a git log for that configuration file. I have the impression
> >> that is done in two steps
>
> Yes, I've verified the single command to download SPL and u-boot-dtb.img
>
> imx_usb.conf
>  0x15a2:0x0054, mx6_usb_rom.conf, 0x0525:0xb4a4, mx6_usb_sdp_spl.conf
>
> mx6_usb_rom.conf
>  mx6_qsb
>  hid,1024,0x910000,0x10000000,512M,0x00900000,0x40000
>  SPL:jump header2
>
> mx6_usb_sdp_spl.conf
>  mx6_spl_sdp
>  hid,uboot_header,1024,0x910000,0x10000000,512M,0x00900000,0x40000
>  u-boot-dtb.img:jump header2
>
> Here is the download log [1], seems like the load_size and load_addr
> were mismatch or unrecognised
>
> Can anyone send the working download log?
>
> [1] https://paste.ubuntu.com/p/mrSmdPRHb7/
>
> Jagan.
>
> --
> Jagan Teki
> Free Software Engineer | www.openedev.com
> U-Boot, Linux | Upstream Maintainer
> Hyderabad, India.
>

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2018-03-06 15:03 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-06 12:25 [U-Boot] imx6: USB SDP failed for u-boot-dtb.img Jagan Teki
2018-03-06 13:16 ` Fabio Estevam
2018-03-06 14:12   ` Jagan Teki
2018-03-06 14:14     ` Fabio Estevam
2018-03-06 14:16     ` Stefano Babic
2018-03-06 14:18       ` Michael Nazzareno Trimarchi
2018-03-06 14:27         ` Vincent Prince
2018-03-06 14:55           ` Jagan Teki
2018-03-06 15:03             ` Vincent Prince

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.