Replies: 1 comment 7 replies
-
I thought the SOM2D01 would always have NAND... what if I add an option to select if NOR or NAND is mounted and select the right options? I prefer to it KConfig instead of defconfigs as the defconfigs are pain to update |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Like SOM2D01, there are resistors to set NAND or NOR flash, but all the related options are force selected UBI to store u-boot and environment. (in *dts, a 128MB MTD partition is defined which could be larger than many flash)
For better compatibility, I think some of the options (like
ENV_IS_IN_UBI
&SPL_UBI
) shouldn't be force enabled.Beta Was this translation helpful? Give feedback.
All reactions