I was trying : “booting From Flash using Board’s NAND Flash File System” (Am3517 evm), I followed the instructions on article “AM35x EVM Additional Procedures” on the web
http://processors.wiki.ti.com/index.php/GSG:_AM35x_EVM_Additional_Procedures#Using_U-boot_to_Update_the_Flash_Memory
when I tried step 6 of “Running the Re-flash Procedure”:
Run the reflash command sequence
AM3517_EVM # run rf_all_fs (for jffs file-system)
AM3517_EVM # run rf_all_rd (for ramdisk)
I got an error message: "rf_all_fs" not defined, how to fix this? Thanks.