NOR Flash Partitioning issue

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

NOR Flash Partitioning issue

Jump to solution
1,550 Views
chandrashekhar
Contributor III

Hi ,

I am trying to partition NOR Flash by modifying  .dtb file but while loading of kernel getting "ftl_cs: FTL header not found." message. What could be the reason for this ? Anything missing in .dtb configuration? Kernel boot log shows below messages.

fe8000000.nor: Found 1 x16 devices at 0x0 in 16-bit bank. Manufacturer ID 0x000089 Chip ID 0x00227e

Amd/Fujitsu Extended Query Table at 0x0040

  Amd/Fujitsu Extended Query version 1.3.

number of CFI chips: 1

7 ofpart partitions found on MTD device fe8000000.nor

Creating 7 MTD partitions on "fe8000000.nor":

0x000000020000-0x000000400000 : "csl_s"

ftl_cs: FTL header not found.

0x000002ba0000-0x000002fa0000 : "Space Available"

ftl_cs: FTL header not found.

0x000002fa0000-0x000003000000 : "Reserved"

ftl_cs: FTL header not found.

0x000003000000-0x000003020000 : "NVRAM Bakup"

ftl_cs: FTL header not found.

0x000003600000-0x000003800000 : "Upgrade Boot Rom"

ftl_cs: FTL header not found.

0x000003800000-0x000003820000 : "NVRAM"

ftl_cs: FTL header not found.

0x000003e00000-0x000004000000 : "Running Boot Rom"

ftl_cs: FTL header not found.

Regards,

Chandra

0 Kudos
1 Solution
1,001 Views
yipingwang
NXP TechSupport
NXP TechSupport

Hello Chandra,

Probably the problem is caused by Kernel configuration, please check your Kernel configuration whether "CONFIG_FTL" in enabled, if yes, please disable it and rebuild Kernel image.

Device Drivers ->

Memory Technology Devices (MTD) ->

<>FTL (Flash Translation Layer) support

If your problem remains, please provide your dts and Kernel configuration file.


Have a great day,
Yiping

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

View solution in original post

0 Kudos
1 Reply
1,002 Views
yipingwang
NXP TechSupport
NXP TechSupport

Hello Chandra,

Probably the problem is caused by Kernel configuration, please check your Kernel configuration whether "CONFIG_FTL" in enabled, if yes, please disable it and rebuild Kernel image.

Device Drivers ->

Memory Technology Devices (MTD) ->

<>FTL (Flash Translation Layer) support

If your problem remains, please provide your dts and Kernel configuration file.


Have a great day,
Yiping

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos