IO Pin acces through user space = reducing NAND Flash lifetime?

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

IO Pin acces through user space = reducing NAND Flash lifetime?

433 Views
rkager
Contributor I

Dear community,

we are starting with our first linux project. Before we were just working on micros without OS. As we wonna run the applicaiton in python there is no simple IO register access (we use a MX6ull at the moment). If we toggle a pin (5 leds) through the user space it is always a sysfs access which will result in a NAND Flash access, am I right? As this will cause a reducing of the lifetime of the NAND flash for just blinking a LED? Can this be neglected? Do we have to write a C program which access the IO pin directly to solve this?

Thanks

Labels (2)
0 Kudos
1 Reply

378 Views
igorpadykov
NXP Employee
NXP Employee

Hi Reinhard

if toggling  pin through the user space will not provide correct nand access

(as defined in nand datasheet), this will not reduce lifetime of the NAND flash.

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