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.
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
Right now the MTDPARTS_DEFAULT is not supported in the u-boot code in the latest AM SDK release. You can still write to the NAND using the offsets that are defined in the board file for the kernel.