I have been following the guidelines given here:
linux4sam/bin/view/Linux4SAM/BuildRoot_9x5 for sam9x5ek board.
Well everything goes well. I use the
>make menuconfig
and in the menu I load the file configs/at91sam9x5ek_defconfig and save the configuration. It has the ubifs option already selected in the filesystem images.
Once I exit the menu config I get the message:
*** End of the configuration.
*** Execute 'make' to start the build or try 'make help'.
When I make, I just get a rootfs.tar in /output/images/.
I want to get the rootfs.ubi as promised in the url above
