* Pandaboard boot problems persist (was: [PATCH] Fixed unaligned access)
@ 2011-10-12 8:32 Samuel Stirtzel
2011-10-12 8:38 ` Fabian van der Werf
0 siblings, 1 reply; 3+ messages in thread
From: Samuel Stirtzel @ 2011-10-12 8:32 UTC (permalink / raw)
To: Sascha Hauer; +Cc: barebox
Hi,
today I built the latest Barebox version for Pandaboard, which
includes the 'Fixed unaligned access' patch, but I still won't get it
to boot.
Maybe I'm missing some configurations that differ from the defaults,
anyone had success booting Barebox on the Pandaboard?
At power on I get the following message:
-
Texas Instruments X-Loader 1.5.1 (Sep 6 2011 - 13:37:48)
Reading boot sector
Loading u-boot.bin from mmc
barebox 2011.10.0-00092-gc3d7a97 (Oct 12 2011 - 09:55:05)
Board: Texas Instrument's Panda
PandaBoard Revision: 003
unable to handle NULL pointer dereference at address 0x00000000
pc : [<8f018044>] lr : [<8f018020>]
sp : 8cffff38 ip : 8d006158 fp : 00100103
r10: 00000000 r9 : 12345678 r8 : 00000001
r7 : 8d006170 r6 : 8f03d07c r5 : 8d006170 r4 : 8d0061e8
r3 : 00000000 r2 : 00000000 r1 : 00000000 r0 : 8d0061e8
Flags: nZCv IRQs off FIQs off Mode SVC_32
[<8f018044>] (omap_mmc_probe+0x6c/0x94) from [<8f005708>]
(platform_probe+0x10/0x14)
[<8f005708>] (platform_probe+0x10/0x14) from [<8f004f80>] (match+0x54/0x98)
[<8f004f80>] (match+0x54/0x98) from [<8f005460>] (register_device+0xc0/0xf4)
[<8f005460>] (register_device+0xc0/0xf4) from [<8f005778>]
(add_generic_device_res+0x44/0x4c)
[<8f005778>] (add_generic_device_res+0x44/0x4c) from [<8f029a08>]
(panda_devices_init+0xf4/0x1e4)
[<8f029a08>] (panda_devices_init+0xf4/0x1e4) from [<8f004bc4>]
(start_barebox+0x1c/0x118)
[<8f004bc4>] (start_barebox+0x1c/0x118) from [<80e80084>] (0x80e80084)
-
Is this error directly related to the current issues with Barebox on
the Pandaboard?
--
Regards
Samuel
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Pandaboard boot problems persist (was: [PATCH] Fixed unaligned access)
2011-10-12 8:32 Pandaboard boot problems persist (was: [PATCH] Fixed unaligned access) Samuel Stirtzel
@ 2011-10-12 8:38 ` Fabian van der Werf
2011-10-12 9:38 ` Samuel Stirtzel
0 siblings, 1 reply; 3+ messages in thread
From: Fabian van der Werf @ 2011-10-12 8:38 UTC (permalink / raw)
To: Samuel Stirtzel; +Cc: barebox
[-- Attachment #1.1: Type: text/plain, Size: 1967 bytes --]
Hi,
I noted that the latest merge of branch 'next' also broke barebox on my
pandaboard. I suggest you get release v2011.10 and apply the unalignment
patch on that release.
Kind regards,
Fabian
On Wed, Oct 12, 2011 at 10:32 AM, Samuel Stirtzel <s.stirtzel@googlemail.com
> wrote:
> Hi,
> today I built the latest Barebox version for Pandaboard, which
> includes the 'Fixed unaligned access' patch, but I still won't get it
> to boot.
>
> Maybe I'm missing some configurations that differ from the defaults,
> anyone had success booting Barebox on the Pandaboard?
>
>
> At power on I get the following message:
>
> -
> Texas Instruments X-Loader 1.5.1 (Sep 6 2011 - 13:37:48)
> Reading boot sector
> Loading u-boot.bin from mmc
>
>
> barebox 2011.10.0-00092-gc3d7a97 (Oct 12 2011 - 09:55:05)
>
> Board: Texas Instrument's Panda
> PandaBoard Revision: 003
> unable to handle NULL pointer dereference at address 0x00000000
> pc : [<8f018044>] lr : [<8f018020>]
> sp : 8cffff38 ip : 8d006158 fp : 00100103
> r10: 00000000 r9 : 12345678 r8 : 00000001
> r7 : 8d006170 r6 : 8f03d07c r5 : 8d006170 r4 : 8d0061e8
> r3 : 00000000 r2 : 00000000 r1 : 00000000 r0 : 8d0061e8
> Flags: nZCv IRQs off FIQs off Mode SVC_32
> [<8f018044>] (omap_mmc_probe+0x6c/0x94) from [<8f005708>]
> (platform_probe+0x10/0x14)
> [<8f005708>] (platform_probe+0x10/0x14) from [<8f004f80>] (match+0x54/0x98)
> [<8f004f80>] (match+0x54/0x98) from [<8f005460>]
> (register_device+0xc0/0xf4)
> [<8f005460>] (register_device+0xc0/0xf4) from [<8f005778>]
> (add_generic_device_res+0x44/0x4c)
> [<8f005778>] (add_generic_device_res+0x44/0x4c) from [<8f029a08>]
> (panda_devices_init+0xf4/0x1e4)
> [<8f029a08>] (panda_devices_init+0xf4/0x1e4) from [<8f004bc4>]
> (start_barebox+0x1c/0x118)
> [<8f004bc4>] (start_barebox+0x1c/0x118) from [<80e80084>] (0x80e80084)
> -
>
> Is this error directly related to the current issues with Barebox on
> the Pandaboard?
>
> --
> Regards
> Samuel
>
[-- Attachment #1.2: Type: text/html, Size: 2556 bytes --]
[-- Attachment #2: Type: text/plain, Size: 149 bytes --]
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Pandaboard boot problems persist (was: [PATCH] Fixed unaligned access)
2011-10-12 8:38 ` Fabian van der Werf
@ 2011-10-12 9:38 ` Samuel Stirtzel
0 siblings, 0 replies; 3+ messages in thread
From: Samuel Stirtzel @ 2011-10-12 9:38 UTC (permalink / raw)
To: Fabian van der Werf; +Cc: barebox
Hi,
this works, Barebox is running thanks.
2011/10/12 Fabian van der Werf <fvanderwerf@gmail.com>:
> Hi,
>
>
> I noted that the latest merge of branch 'next' also broke barebox on my
> pandaboard. I suggest you get release v2011.10 and apply the unalignment
> patch on that release.
>
>
> Kind regards,
>
> Fabian
>
> On Wed, Oct 12, 2011 at 10:32 AM, Samuel Stirtzel
> <s.stirtzel@googlemail.com> wrote:
>>
>> Hi,
>> today I built the latest Barebox version for Pandaboard, which
>> includes the 'Fixed unaligned access' patch, but I still won't get it
>> to boot.
>>
>> Maybe I'm missing some configurations that differ from the defaults,
>> anyone had success booting Barebox on the Pandaboard?
>>
>>
>> At power on I get the following message:
>>
>> -
>> Texas Instruments X-Loader 1.5.1 (Sep 6 2011 - 13:37:48)
>> Reading boot sector
>> Loading u-boot.bin from mmc
>>
>>
>> barebox 2011.10.0-00092-gc3d7a97 (Oct 12 2011 - 09:55:05)
>>
>> Board: Texas Instrument's Panda
>> PandaBoard Revision: 003
>> unable to handle NULL pointer dereference at address 0x00000000
>> pc : [<8f018044>] lr : [<8f018020>]
>> sp : 8cffff38 ip : 8d006158 fp : 00100103
>> r10: 00000000 r9 : 12345678 r8 : 00000001
>> r7 : 8d006170 r6 : 8f03d07c r5 : 8d006170 r4 : 8d0061e8
>> r3 : 00000000 r2 : 00000000 r1 : 00000000 r0 : 8d0061e8
>> Flags: nZCv IRQs off FIQs off Mode SVC_32
>> [<8f018044>] (omap_mmc_probe+0x6c/0x94) from [<8f005708>]
>> (platform_probe+0x10/0x14)
>> [<8f005708>] (platform_probe+0x10/0x14) from [<8f004f80>]
>> (match+0x54/0x98)
>> [<8f004f80>] (match+0x54/0x98) from [<8f005460>]
>> (register_device+0xc0/0xf4)
>> [<8f005460>] (register_device+0xc0/0xf4) from [<8f005778>]
>> (add_generic_device_res+0x44/0x4c)
>> [<8f005778>] (add_generic_device_res+0x44/0x4c) from [<8f029a08>]
>> (panda_devices_init+0xf4/0x1e4)
>> [<8f029a08>] (panda_devices_init+0xf4/0x1e4) from [<8f004bc4>]
>> (start_barebox+0x1c/0x118)
>> [<8f004bc4>] (start_barebox+0x1c/0x118) from [<80e80084>] (0x80e80084)
>> -
>>
>> Is this error directly related to the current issues with Barebox on
>> the Pandaboard?
>>
>> --
>> Regards
>> Samuel
>
>
--
Regards
Samuel
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-10-12 9:38 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-10-12 8:32 Pandaboard boot problems persist (was: [PATCH] Fixed unaligned access) Samuel Stirtzel
2011-10-12 8:38 ` Fabian van der Werf
2011-10-12 9:38 ` Samuel Stirtzel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox