This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

dm365: arago kernel image boot issue



Hello,

I downloaded the latest arago-davinci kernel source, reconfigured (no code changes done) and programmed the uImage.

What is happening is the image gets transferred to the board over TFTP successfully and after the u-boot message 'starting kernel' the boot process starts all over again (instead of uncompressing kernel).

During reconfiguration I disabled many modules which are not required. Main modules disabled are,
Wireless LAN, Bluetooth, LCD, touch screen and joystick controllers, parallel port, RAID, IEEE1394, some of the graphics support and some of the modules marked experimental.

I have attached the .config files before and after reconfiguration and the boot log is given below.

If I program the other image (generated from the source tree received with dm365EVM), kernel boots successfully.

Please advice me how to resolve this issue.

--

Best regards

Arun

 

 

----------------------
Boot log
----------------------

Welcome to minicom 2.3

OPTIONS: I18n
Compiled on Sep 25 2009, 23:40:20.
Port /dev/ttyS0

               Press CTRL-A Z for help on special keys


Jumping to entry point at 0x81080000.

 LSP 2.10 BETA RELEASE
 VERSION: 2.10.008.02

U-Boot 1.3.4 (Mar  2 2009 - 11:50:39)

I2C:   ready
DRAM:  128 MB
NAND:  NAND device: Manufacturer ID: 0x2c, Chip ID: 0xd3 (Micron NAND 1GiB 3,3V 8-bit) Bad block table found at page 524224, version 0x01 Bad block table found at page 524160, version 0x01 NAND device: Manufacturer ID: 0x2c, Chip ID: 0xd3 (Micron NAND 1GiB 3,3V 8-bit) Bad block table found at page 524224, version 0x01 Bad block table found at page 524160, version 0x01
2048 MiB
In:    serial
Out:   serial
Err:   serial
Ethernet PHY: GENERIC @ 0x00
Hit any key to stop autoboot:  0
TFTP from server 192.168.1.40; our IP address is 192.168.1.41 Filename 'uImage'.
Load address: 0x80700000
Loading: #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #######################################################
done
Bytes transferred = 2610408 (27d4e8 hex) ## Booting kernel from Legacy Image at 80700000 ...
   Image Name:   Linux-2.6.32-rc2-davinci1
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    2610344 Bytes =  2.5 MB
   Load Address: 00008000
   Entry Point:  00008000
   Verifying Checksum ... OK
   Loading Kernel Image ... OK
OK

Starting kernel ...


Jumping to entry point at 0x81080000.

 LSP 2.10 BETA RELEASE
 VERSION: 2.10.008.02

U-Boot 1.3.4 (Mar  2 2009 - 11:50:39)

I2C:   ready
DRAM:  128 MB
NAND:  NAND device: Manufacturer ID: 0x2c, Chip ID: 0xd3 (Micron NAND 1GiB 3,3V 8-bit) Bad block table found at page 524224, version 0x01 Bad block table found at page 524160, version 0x01 NAND device: Manufacturer ID: 0x2c, Chip ID: 0xd3 (Micron NAND 1GiB 3,3V 8-bit) Bad block table found at page 524224, version 0x01 Bad block table found at page 524160, version 0x01
2048 MiB
In:    serial
Out:   serial
Err:   serial
Ethernet PHY: GENERIC @ 0x00
Hit any key to stop autoboot:  0
TFTP from server 192.168.1.40; our IP address is 192.168.1.41 Filename 'uImage'.
Load address: 0x80700000
Loading: #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #######################################################
done
Bytes transferred = 2610408 (27d4e8 hex) ## Booting kernel from Legacy Image at 80700000 ...
   Image Name:   Linux-2.6.32-rc2-davinci1
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    2610344 Bytes =  2.5 MB
   Load Address: 00008000
   Entry Point:  00008000
   Verifying Checksum ... OK
   Loading Kernel Image ... OK
OK

Starting kernel ...


Jumping to entry point at 0x81080000.

 LSP 2.10 BETA RELEASE
 VERSION: 2.10.008.02

U-Boot 1.3.4 (Mar  2 2009 - 11:50:39)

I2C:   ready
DRAM:  128 MB
NAND:  NAND device: Manufacturer ID: 0x2c, Chip ID: 0xd3 (Micron NAND 1GiB 3,3V 8-bit) Bad block table found at page 524224, version 0x01 Bad block table found at page 524160, version 0x01 NAND device: Manufacturer ID: 0x2c, Chip ID: 0xd3 (Micron NAND 1GiB 3,3V 8-bit) Bad block table found at page 524224, version 0x01 Bad block table found at page 524160, version 0x01
2048 MiB
In:    serial
Out:   serial
Err:   serial
Ethernet PHY: GENERIC @ 0x00
Hit any key to stop autoboot:  0
TFTP from server 192.168.1.40; our IP address is 192.168.1.41 Filename 'uImage'.
Load address: 0x80700000
Loading: #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #######################################################
done
Bytes transferred = 2610408 (27d4e8 hex) ## Booting kernel from Legacy Image at 80700000 ...
   Image Name:   Linux-2.6.32-rc2-davinci1
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    2610344 Bytes =  2.5 MB
   Load Address: 00008000
   Entry Point:  00008000
   Verifying Checksum ... OK
   Loading Kernel Image ... OK
OK

Starting kernel ...


Jumping to entry point at 0x81080000.

 LSP 2.10 BETA RELEASE
 VERSION: 2.10.008.02

U-Boot 1.3.4 (Mar  2 2009 - 11:50:39)


arago config files - before and after.zip