I am trying to Change the partition table on the Connectcore 6UL using Digi Embeddded Yocto Version 3.2.
I am following the run-time procedure described at this link:
https://www.digi.com/resources/documentation/digidocs/embedded/dey/3.2/cc6ul/yocto_t_change-partition-table_nand
I am able to edit the mtdparts and save my changes (increase the size of rootfs).
I then nand erase.part rootfs and nand erase.part update because one changes size and I assume the other moves.
When I reboot I get a Kernel Panic.
I then noticed a discussion below “Adjust Digi Embedded Yocto for partition table changes”. It discusses updating MKUBIFS_ARGS for rootfs.
I cannot find these MKUBIFS variables. I have searched the web and cannot find much info on this variable.
My questions are:
- Where is this variable located?
- Can it be changed in UBOOT?
- Is there a document that describes how to do this?
Thanks