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.

Loading kernel from nand boot time optimization

Part Number: DM385

Tool/software: Linux

Hello All,

We are using custom DM385 with ipnc 3.8 rdk.

We are doing boot time optimization below log shows the loading kernel and uncompressing(From nand boot) takes mush time.

Anybody have idea to reduce time  ?

[0.000001 0.000001]
[0.000093 0.000092] U-Boot 2010.06 (Dec 12 2016 - 11:13:13) DM385_IPNC_3.50.00
[0.003725 0.003632]
[0.004920 0.001195] NAND device: Manufacturer ID: 0x01, Chip ID: 0xf1 (Spansion/AMD NAND 128MiB 3,3V 8-bit)
[0.012803 0.007883]
[0.014935 0.002132]
[0.015004 0.000069]
[0.015055 0.000051] NAND read: device 0 offset 0x20000, size 0x40000
[0.436970 0.421915]  262144 bytes read: OK
[0.453942 0.016972]
[0.453984 0.000042] U-Boot 2010.06 (Dec 12 2016 - 11:45:55) DM385_IPNC_3.50.00
[0.465980 0.011996]
[0.466035 0.000055] NAND device: Manufacturer ID: 0x01, Chip ID: 0xf1 (Spansion/AMD NAND 128MiB 3,3V 8-bit)
[0.473533 0.007498]
[0.947992 0.474459]
[0.948064 0.000072]
[0.948100 0.000036] Loading from nand0, offset 0x280000
[0.951921 0.003821]    Image Name:   Linux-2.6.37_DM385_CARDVR_3.50.0
[0.955458 0.003537]    Image Type:   ARM Linux Kernel Image (uncompressed)
[0.960461 0.005003]    Data Size:    1852212 Bytes = 1.8 MiB
[0.963663 0.003202]    Load Address: 80008000
[0.966474 0.002811]    Entry Point:  80008000
[2.634972 1.668498] ## Booting kernel from Legacy Image at 81000000 ...
[2.637300 0.002328]    Image Name:   Linux-2.6.37_DM385_CARDVR_3.50.0
[2.642113 0.004813]    Image Type:   ARM Linux Kernel Image (uncompressed)
[2.647925 0.005812]    Data Size:    1852212 Bytes = 1.8 MiB
[2.651202 0.003277]    Load Address: 80008000
[2.654003 0.002801]    Entry Point:  80008000
[2.657921 0.003918]    Loading Kernel Image ... OK
[3.325104 0.667183] OK
[3.325172 0.000068]
[3.325191 0.000019] Starting kernel ...
[3.326921 0.001730]
[3.329926 0.003005] Uncompressing Linux... done, booting the kernel.
[3.997961 0.668035] Trying to install type control for IRQ375

Regards,

RAJ M