S25HS512T -- Linux Kernel jedec drivers -- m25p80 & spi-nor.c

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Balaji
Level 1
Level 1
10 sign-ins 5 replies posted 5 questions asked

Hello All,

For S25HS512T flash chip, Can we use the generic jedec driver (m25p80.c and spi-nor.c) files. 

Any changes required for this chip.

I want to raw access the flash chip using mtd_debug commands. 

I want to use the 256KB sectors, not 4KB sectors. I need the basic functionalities as Erase, write and read 

operations.

 

-Thanks. 

0 Likes
1 Solution
Ronak
Moderator
Moderator
Moderator
50 solutions authored 250 sign-ins 50 replies posted

Hi,

Generic driver does not support S25HS-T at this point. You need to configure the Flash to uniform then use cy-nor driver.

 

You can refer to: https://www.infineon.com/cms/en/product/promopages/semper-solutions-hub/#linux-u-boot-00001  for more details.

 

Thanks,
Ronak

View solution in original post

0 Likes
1 Reply
Ronak
Moderator
Moderator
Moderator
50 solutions authored 250 sign-ins 50 replies posted

Hi,

Generic driver does not support S25HS-T at this point. You need to configure the Flash to uniform then use cy-nor driver.

 

You can refer to: https://www.infineon.com/cms/en/product/promopages/semper-solutions-hub/#linux-u-boot-00001  for more details.

 

Thanks,
Ronak

0 Likes