Jetson Nano partition

Dear,

We are trying to add a partition to our jetson nano’s eMMC.
Currently we have modified the flash_l4t_t210_emmc_p3448.xml
to add a partition during flashing.

<partition name="CNF" type="data">
    <allocation_policy> sequential </allocation_policy>
    <filesystem_type> basic </filesystem_type>
    <size> 2147483648 </size>
    <allocation_attribute> 8 </allocation_attribute>
    <unique_guid> CNFUUID </unique_guid>
    <description> Configuration of the system </description>
</partition>

This creates a partition of about 2 gigs on the eMMC. Now we would like to format this partition to ext4 and mount it using fstab.
Is it possible to format the partition with the ./flash script? or can this only be done on ubuntu?

hello koen.schoutens,

flash scripts were used for partition overwritten. you may complete this within ubuntu-os.
thanks