I am sure I am missing something very simple, but I cannot find the answer.
I am using ti-sdk-am335x-evm-07.00.00.00,and have successfully created a bootable SD card image.
I have followed the instructions at "http://processors.wiki.ti.com/index.php/Linux_Core_U-Boot_User%27s_Guide#Writing_to_NAND_from_U-Boot" to successfully copy MLO, SPL, and Kernel to the NAND on the AM335x EVM board, and have booted that image.
However, I can't seem to find an image of rootfs to burn to NAND, and as a result, my EVM issues a kernel panic at the end of the boot process.
I do find two “ubi” files in the “filesystem” folder in the SDK, but neither one has any “readme” that tells me what it is. One of these is pretty small and I don’t know if it’s complete enough to use (“arago-base-tisdk-image-am335x-evm.ubi”), and the other is larger than the amount of on-board NAND available and therefore, I assume, not appropriate for the EVM, even though the name implies that it is appropriate (“tisdk-rootfs-image-am335x-evm.ubi”)
Please inform me either where I can find the pre-built rootfs image(s) that I can use as a starter base, or else point me to the place(s) where it talks about selecting the contents of a usable rootfs and how to create the image for burning to NAND.
Thanks in advance for the friendly nudge in the right direction.