This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
I downloaded .bin (linux executable) RTOS SDK installer from http://software-dl.ti.com/processor-sdk-rtos/esd/AM57X/latest/index_FDS.html.
Towards the end of installation i got below mentioned four errors, which i could skip over to finish installation.
Now to create SD card with this RTOS SDK to boot same on beaglebone AI, i ran create-sdcard.sh file, and it failed with below mentioned error: . Could any help me know how to resolve this error? Do the errors mentioned above during installation causing this SD card creation issue? If so, how to resolve those errors?
Hi Tejas,
Apologies for the late response. The errors which you see in the dialog box are because you don't have the right CG TOOLS installed, or they are not in the right path. I am not sure if there is an option to give a custom path. I'll check this and get back to you.
For the error in running the SD card script, it says it can't find the mmcblk0p device (eMMC I guess )in your PC. I have to check the script to see why it's looking for mmcblk0 and not mmcblk1 which is SD. Please make sure you gave any options required for the script. Usually you have to provide the mount point of your SD card as well.
Hi,
Is there any update on this?
While making SD card for RTOS SDK, i had given proper options to select SD card, still it is looking for mmcblk0. Let me know if you get any idea about this issue!
Hi Tejas,
What distro are you running on your PC? I ran the installer on an Ubuntu 18.04 machine and verified there were no errors.
For your issue creating the SD card, you need to provide the full path to the files. For the version of TI-RTOS you have, they are located in ${PATH-TO-RTOS}/prebuilt-sdcards/${EVM}/sd_card_files
Try running the create-sdcard.sh script again like this (replace ${EVM} with the board you have - the options are evmAM572x, idkAM571x, idkAM572x and idkAM574x):
$ sudo create-sdcard.sh ../prebuilt-sdcards/${EVM}/sd_card_files
Regards,
Mike
Hi Tejas,
I'm closing this thread - you can re-open if you still need help on this issue.
Regards,
Mike