* [U-Boot] Zynq: Unable to boot from MMC
@ 2015-11-22 14:25 Jagan Teki
2015-11-22 19:45 ` Moritz Fischer
0 siblings, 1 reply; 5+ messages in thread
From: Jagan Teki @ 2015-11-22 14:25 UTC (permalink / raw)
To: u-boot
Hi Michal,
I'm unable to boot the zynq board from MMC, here is my trails:
1. zynq-boot-bin.py -o boot.bin -u spl/u-boot-spl-dtb.bin
copied boot.bin and u-boot-dtb.img on to sd card
2. zynq-boot-bin.py -o boot.bin -u spl/u-boot-spl.bin
copied boot.bin and u-boot.img on to sd card
For both above steps, board is not booting - I was checked on top of
master and step 2 succeeded with u-boot-xlnx[1]
Could you please help?
[1] https://github.com/Xilinx/u-boot-xlnx
--
Jagan | openedev.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot] Zynq: Unable to boot from MMC
2015-11-22 14:25 [U-Boot] Zynq: Unable to boot from MMC Jagan Teki
@ 2015-11-22 19:45 ` Moritz Fischer
2015-11-23 9:20 ` Jagan Teki
0 siblings, 1 reply; 5+ messages in thread
From: Moritz Fischer @ 2015-11-22 19:45 UTC (permalink / raw)
To: u-boot
Hi Jagan,
On Sun, Nov 22, 2015 at 6:25 AM, Jagan Teki <jteki@openedev.com> wrote:
> Hi Michal,
>
> I'm unable to boot the zynq board from MMC, here is my trails:
> 1. zynq-boot-bin.py -o boot.bin -u spl/u-boot-spl-dtb.bin
> copied boot.bin and u-boot-dtb.img on to sd card
>
try reverting 9ac4fc82071ce346e3885118242ff45d22f69b82. I ran into
this friday and was pointed to that
by a colleague.
Cheers,
Moritz
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot] Zynq: Unable to boot from MMC
2015-11-22 19:45 ` Moritz Fischer
@ 2015-11-23 9:20 ` Jagan Teki
2015-11-23 10:27 ` Michal Simek
0 siblings, 1 reply; 5+ messages in thread
From: Jagan Teki @ 2015-11-23 9:20 UTC (permalink / raw)
To: u-boot
Hi Moritz,
On 23 November 2015 at 01:15, Moritz Fischer <moritz.fischer@ettus.com> wrote:
> Hi Jagan,
>
>
>
> On Sun, Nov 22, 2015 at 6:25 AM, Jagan Teki <jteki@openedev.com> wrote:
>> Hi Michal,
>>
>> I'm unable to boot the zynq board from MMC, here is my trails:
>> 1. zynq-boot-bin.py -o boot.bin -u spl/u-boot-spl-dtb.bin
>> copied boot.bin and u-boot-dtb.img on to sd card
>>
>
> try reverting 9ac4fc82071ce346e3885118242ff45d22f69b82. I ran into
> this friday and was pointed to that
> by a colleague.
Still the same issue, here is the reverted commit
Revert "board_init: Change the logic to setup malloc_base"
This reverts commit 9ac4fc82071ce346e3885118242ff45d22f69b82.
--
Jagan | openedev.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot] Zynq: Unable to boot from MMC
2015-11-23 9:20 ` Jagan Teki
@ 2015-11-23 10:27 ` Michal Simek
2015-11-23 15:42 ` Michal Simek
0 siblings, 1 reply; 5+ messages in thread
From: Michal Simek @ 2015-11-23 10:27 UTC (permalink / raw)
To: u-boot
Hi Jagan,
On 23.11.2015 10:20, Jagan Teki wrote:
> Hi Moritz,
>
> On 23 November 2015 at 01:15, Moritz Fischer <moritz.fischer@ettus.com> wrote:
>> Hi Jagan,
>>
>>
>>
>> On Sun, Nov 22, 2015 at 6:25 AM, Jagan Teki <jteki@openedev.com> wrote:
>>> Hi Michal,
>>>
>>> I'm unable to boot the zynq board from MMC, here is my trails:
>>> 1. zynq-boot-bin.py -o boot.bin -u spl/u-boot-spl-dtb.bin
>>> copied boot.bin and u-boot-dtb.img on to sd card
>>>
>>
>> try reverting 9ac4fc82071ce346e3885118242ff45d22f69b82. I ran into
>> this friday and was pointed to that
>> by a colleague.
>
> Still the same issue, here is the reverted commit
>
> Revert "board_init: Change the logic to setup malloc_base"
>
> This reverts commit 9ac4fc82071ce346e3885118242ff45d22f69b82.
>
>
I have reported problem with SPL in my pull request to Tom last week.
I have tested current HEAD. When you revert that sha1 reported above it
is just working directly in MMC bootmode on zc702.
On Friday Philip tried the same on zedboard and it was working fine for
him too.
I still don't know exactly where the problem is because I haven't spent
on it any time - just bisecting commit ID which was the first broken one.
Thanks,
Michal
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot] Zynq: Unable to boot from MMC
2015-11-23 10:27 ` Michal Simek
@ 2015-11-23 15:42 ` Michal Simek
0 siblings, 0 replies; 5+ messages in thread
From: Michal Simek @ 2015-11-23 15:42 UTC (permalink / raw)
To: u-boot
On 23.11.2015 11:27, Michal Simek wrote:
> Hi Jagan,
>
> On 23.11.2015 10:20, Jagan Teki wrote:
>> Hi Moritz,
>>
>> On 23 November 2015 at 01:15, Moritz Fischer <moritz.fischer@ettus.com> wrote:
>>> Hi Jagan,
>>>
>>>
>>>
>>> On Sun, Nov 22, 2015 at 6:25 AM, Jagan Teki <jteki@openedev.com> wrote:
>>>> Hi Michal,
>>>>
>>>> I'm unable to boot the zynq board from MMC, here is my trails:
>>>> 1. zynq-boot-bin.py -o boot.bin -u spl/u-boot-spl-dtb.bin
>>>> copied boot.bin and u-boot-dtb.img on to sd card
>>>>
>>>
>>> try reverting 9ac4fc82071ce346e3885118242ff45d22f69b82. I ran into
>>> this friday and was pointed to that
>>> by a colleague.
>>
>> Still the same issue, here is the reverted commit
>>
>> Revert "board_init: Change the logic to setup malloc_base"
>>
>> This reverts commit 9ac4fc82071ce346e3885118242ff45d22f69b82.
>>
>>
>
> I have reported problem with SPL in my pull request to Tom last week.
> I have tested current HEAD. When you revert that sha1 reported above it
> is just working directly in MMC bootmode on zc702.
>
> On Friday Philip tried the same on zedboard and it was working fine for
> him too.
>
> I still don't know exactly where the problem is because I haven't spent
> on it any time - just bisecting commit ID which was the first broken one.
Look at this patch I have just sent.
ARM: zynq: Fix location of stack and malloc areas
Thanks,
Michal
--
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Microblaze cpu - http://www.monstr.eu/fdt/
Maintainer of Linux kernel - Xilinx Zynq ARM architecture
Microblaze U-BOOT custodian and responsible for u-boot arm zynq platform
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: OpenPGP digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20151123/02b655fa/attachment.sig>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2015-11-23 15:42 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-22 14:25 [U-Boot] Zynq: Unable to boot from MMC Jagan Teki
2015-11-22 19:45 ` Moritz Fischer
2015-11-23 9:20 ` Jagan Teki
2015-11-23 10:27 ` Michal Simek
2015-11-23 15:42 ` Michal Simek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox