I am new to BB/BBB.
I would like to know whether I can use eMMC on BBB for storing my data without harming the OS using Starterware02.00.01.01 ? If yes how.
Thanks
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.
I am new to BB/BBB.
I would like to know whether I can use eMMC on BBB for storing my data without harming the OS using Starterware02.00.01.01 ? If yes how.
Thanks
Kasim,
StarterWare 02.00.01.01 does not support eMMC. It requires requires modifications in mmcsdlib to support eMMC.
Regards,
Ramesh D
I am also using starterWare to build non-OS system at AM335x.
How about copying application image from NAND or EEPROM to RAM?
i.e. SPIBootCopy( ) and NANDBootCopy() in bl_copy.c
Now, I just have bbb in my lab.
Using pre-build MLO and our own app executable file, it works.
In the future, i have our own board with NAND an EEPROM
does it work on this version for copying application image from NAND or EEPROM to RAM?
If you have any idea, Please let me know.
Thank you very much.