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.

MTD partitions

I am using AM335X-EVM board. I would like to re-partition the MTD so I can have one more kernel partition and one more rootfs partition. Changing MTD partitions for Linux kernel can be done in am335x_nand_partitions structure in board-am335xevm.c, but I do not know where to make changes for u-boot. I think I need to make changes to MTDPARTS_DEFAULT, but I could not find this for AM335x code. Thank you for your help