[Bug 901577] Re: U-Boot SPL 2011.09 does not boot on Pandaboard EA1

2012-12-21 Thread Sukumar Ghorai
Thanks... and I understand... 
I am mange to boot Pandaboard using the latest u-boot:
U-Boot SPL 2013.01-rc2-00022-g42e1321 (Dec 21 2012 - 22:09:54)
OMAP4430 ES2.2
OMAP SD/MMC: 0
reading u-boot.img
reading u-boot.img


U-Boot 2013.01-rc2-00022-g42e1321 (Dec 21 2012 - 22:09:54)

CPU  : OMAP4430 ES2.2
Board: OMAP4 Panda
I2C:   ready
DRAM:  1 GiB
MMC:   OMAP SD/MMC: 0
Using default environment

In:serial
Out:   serial
Err:   serial
Net:   No ethernet found.
Hit any key to stop autoboot:  0
Panda #
Panda #
Panda # setenv bootargs 'console=ttyO2,115200n8 root=/dev/mmcblk0p3 rw rootwait 
rootfstype=ext4 init=/sbin/init ignore_loglevel debug printk.time=1 
bootmem_debug=1 earlyprintk'
Panda # setenv bootcmd 'mmc rescan; fatload mmc 0 8200 uImage-21dec; 
fatload mmc 0 8500 omap4-panda-es.dtb; bootm 8200 - 8500'
Panda # boot
reading uImage-21dec
4243816 bytes read in 256 ms (15.8 MiB/s)
reading omap4-panda-es.dtb
13602 bytes read in 8 ms (1.6 MiB/s)
## Booting kernel from Legacy Image at 8200 ...
   Image Name:   Linux-3.7.0-11091-gf01af9f-dirty
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:4243752 Bytes = 4 MiB
   Load Address: 80008000
   Entry Point:  80008000
   Verifying Checksum ... OK
## Flattened Device Tree blob at 8500
   Booting using the fdt blob at 0x8500
   Loading Kernel Image ... OK
OK
   reserving fdt memory region: addr=9d00 size=300
   Using Device Tree in place at 8500, end 85006521

Starting kernel ...

Uncompressing Linux... done, booting the kernel.
[0.00] Booting Linux on physical CPU 0x0
[0.00] Linux version 3.7.0-11091-gf01af9f-dirty (sghorai@bgsxgitb03) 
(gcc version 4.4.1 (Sourcery G++ Lite 2010q1-202) ) #15 SMP Fri Dec 21 15:50:23 
IST 2012
[0.00] CPU: ARMv7 Processor [411fc092] revision 2 (ARMv7), cr=10c53c7d
[0.00] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing 
instruction cache
[0.00] Machine: Generic OMAP4 (Flattened Device Tree), model: TI OMAP4 
PandaBoard
...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/901577

Title:
  U-Boot SPL 2011.09 does not boot on Pandaboard EA1

To manage notifications about this bug go to:
https://bugs.launchpad.net/u-boot-linaro/+bug/901577/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 901577] Re: U-Boot SPL 2011.09 does not boot on Pandaboard EA1

2012-12-21 Thread Sukumar Ghorai
I see the problem, not solution :)
---
U-Boot 2011.09 (Nov 19 2011 - 04:44:45)

CPU  : OMAP4430
Board: OMAP4 Panda
I2C:   ready
DRAM:  1 GiB
WARNING: Caches not enabled
MMC:   OMAP SD/MMC: 0
Using default environment

In:serial
Out:   serial
Err:   serial
Net:   No ethernet found.
Hit any key to stop autoboot:  0
Panda #
Panda #
Panda #
Panda #
Panda # setenv bootargs 'console=ttyO2,115200n8 root=/dev/mmcblk0p3 rw rootwait 
rootfstype=ext4 init=/sbin/init ignore_loglevel debug printk.time=1 
bootmem_debug=1 earlyprintk'
Panda # setenv bootcmd 'mmc rescan; fatload mmc 0 8020 uImage-21dec; 
fatload mmc 0 8070 omap4-panda-es.dtb; bootm 8020 - 8070'
Panda # boot
reading uImage-21dec

4243816 bytes read
reading omap4-panda-es.dtb

13602 bytes read
## Booting kernel from Legacy Image at 8020 ...
   Image Name:   Linux-3.7.0-11091-gf01af9f-dirty
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:4243752 Bytes = 4 MiB
   Load Address: 80008000
   Entry Point:  80008000
   Verifying Checksum ... OK
## Flattened Device Tree blob at 8070
   Booting using the fdt blob at 0x8070
   Loading Kernel Image ... OK
OK
   reserving fdt memory region: addr=9d00 size=300
   Loading Device Tree to bfef1000, end bfef7521 ... OK

Starting kernel ...

Uncompressing Linux... done, booting the kernel.
[0.00] Booting Linux on physical CPU 0x0
[0.00] Linux version 3.7.0-11091-gf01af9f-dirty (sghorai@bgsxgitb03) 
(gcc version 4.4.1 (Sourcery G++ Lite 2010q1-202) ) #15 SMP Fri Dec 21 15:50:23 
IST 2012
[0.00] CPU: ARMv7 Processor [411fc092] revision 2 (ARMv7), cr=10c53c7d
[0.00] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing 
instruction cache
[0.00] Machine: Generic OMAP4 (Flattened Device Tree), model: TI OMAP4 
PandaBoard
[0.00] debug: ignoring loglevel setting.
[0.00] bootconsole [earlycon0] enabled
[0.00] Memory policy: ECC disabled, Data cache writealloc
[0.00] bootmem::init_bootmem_core nid=0 start=8 map=af7f5 end=af800 
mapsize=5f00
[0.00] bootmem::mark_bootmem_node nid=0 start=8 end=af800 reserve=0 
flags=0
[0.00] bootmem::__free nid=0 start=8 end=af800
[0.00] bootmem::mark_bootmem_node nid=0 start=80004 end=80008 reserve=1 
flags=0
[0.00] bootmem::__reserve nid=0 start=80004 end=80008 flags=0
[0.00] bootmem::mark_bootmem_node nid=0 start=80008 end=80d6d reserve=1 
flags=0
[0.00] bootmem::__reserve nid=0 start=80008 end=80d6d flags=0
[0.00] bootmem::mark_bootmem_node nid=0 start=9d000 end=a reserve=1 
flags=0
[0.00] bootmem::__reserve nid=0 start=9d000 end=a flags=0
[0.00] bootmem::mark_bootmem_node nid=0 start=af7f5 end=af7fd reserve=1 
flags=0
[0.00] bootmem::__reserve nid=0 start=af7f5 end=af7fd flags=0
[0.00] bootmem::mark_bootmem_node nid=0 start=af7fd end=af800 reserve=1 
flags=0
[0.00] bootmem::__reserve nid=0 start=af7fd end=af800 flags=0
[0.00] On node 0 totalpages: 261888
[0.00] bootmem::alloc_bootmem_bdata nid=0 size=80 [2048 pages] 
align=40 goal=bfff limit=0
[0.00] bootmem::__reserve nid=0 start=80d6d end=8156d flags=1
[0.00] free_area_init_node: node 0, pgdat c080eec0, node_mem_map 
c0d6d000
[0.00]   Normal zone: 1520 pages used for memmap
[0.00]   Normal zone: 0 pages reserved
[0.00]   Normal zone: 193040 pages, LIFO batch:31
[0.00] bootmem::alloc_bootmem_bdata nid=0 size=30 [1 pages] align=40 
goal=bfff limit=0
[0.00] bootmem::__reserve nid=0 start=8156d end=8156e flags=1
[0.00] bootmem::alloc_bootmem_bdata nid=0 size=a000 [10 pages] align=40 
goal=bfff limit=0
[0.00] bootmem::__reserve nid=0 start=8156e end=81578 flags=1
[0.00]   HighMem zone: 528 pages used for memmap
[0.00]   HighMem zone: 66800 pages, LIFO batch:15
[0.00] bootmem::alloc_bootmem_bdata nid=0 size=14 [1 pages] align=40 
goal=bfff limit=0
[0.00] bootmem::__reserve nid=0 start=81578 end=81578 flags=1
[0.00] bootmem::alloc_bootmem_bdata nid=0 size=5000 [5 pages] align=40 
goal=bfff limit=0
[0.00] bootmem::__reserve nid=0 start=81578 end=8157d flags=1
[0.00] bootmem::alloc_bootmem_bdata nid=0 size=1c [1 pages] align=40 
goal=0 limit=
[0.00] bootmem::__reserve nid=0 start=8157d end=8157d flags=1
[0.00] Unable to handle kernel paging request at virtual address 
ffef1000
[0.00] pgd = c0004000
[0.00] [ffef1000] *pgd=af7fe821, *pte=, *ppte=
[0.00] Internal error: Oops: 17 [#1] SMP ARM
[0.00] Modules linked in:
[0.00] CPU: 0Not tainted  (3.7.0-11091-gf01af9f-dirty #15)
[0.00] PC is at __unflatten_device_tree+0x1c/0x130
[0.00] LR is at unflatten_device_tree+0x1c/0x34
[0.00] pc : []lr : []psr: a1d3
[0.00] sp : c078

[Bug 901577] Re: U-Boot SPL 2011.09 does not boot on Pandaboard EA1

2012-12-21 Thread Sukumar Ghorai
Here I also faceing the same issue; is that I need to use some latest u-boot?
---
U-Boot SPL 2011.09 (Nov 19 2011 - 04:44:45)
Texas Instruments OMAP4430 ES2.2
OMAP SD/MMC: 0
reading u-boot.img
reading u-boot.img


U-Boot 2011.09 (Nov 19 2011 - 04:44:45)

CPU  : OMAP4430
Board: OMAP4 Panda
I2C:   ready
DRAM:  1 GiB
WARNING: Caches not enabled
MMC:   OMAP SD/MMC: 0
Using default environment

In:serial
Out:   serial
Err:   serial
Net:   No ethernet found.
Hit any key to stop autoboot:  0
Panda #
Panda #
Panda #
Panda # setenv bootargs 'console=ttyO2,115200n8 root=/dev/mmcblk0p3 rw rootwait 
rootfstype=ext4 init=/sbin/init ignore_loglevel debug printk.time=1 
bootmem_debug=1 earlyprintk'
Panda # setenv bootcmd 'mmc rescan; fatload mmc 0 8020 uImage-21dec; 
fatload mmc 0 8070 omap4-panda-es.dtb; bootm 8020 - 8070'
Panda # boot
reading uImage-21dec

4236640 bytes read
reading omap4-panda-es.dtb

13602 bytes read
## Booting kernel from Legacy Image at 8020 ...
   Image Name:   Linux-3.7.0-11091-gf01af9f-dirty
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:4236576 Bytes = 4 MiB
   Load Address: 80008000
   Entry Point:  80008000
   Verifying Checksum ... OK
## Flattened Device Tree blob at 8070
   Booting using the fdt blob at 0x8070
   Loading Kernel Image ... OK
OK
   reserving fdt memory region: addr=9d00 size=300
   Loading Device Tree to bfef1000, end bfef7521 ... OK

Starting kernel ...

Uncompressing Linux... done, booting the kernel.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/901577

Title:
  U-Boot SPL 2011.09 does not boot on Pandaboard EA1

To manage notifications about this bug go to:
https://bugs.launchpad.net/u-boot-linaro/+bug/901577/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs