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.

need to set NAND params in u-boot / kernel with AM335X? Cannot find via `lsblk`

Hi, I am new to arm development, and I was given a custom built AM335X with 256MB DDR3 and 256MB NAND by my company. I have already managed to boot into kernel and made audio / screen / USB host working with linux.

Now I have a start kit with me, and I do know that my custom AM335X is built with the same wiring with AM335X general purpose EVM.

But I cannot see the block in my linux command `lsblk` My question is:

Do I need to configure the uboot or kernel to make the nand device appear? Thanks!