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.

Build a file system from existing BBB

Hi guys:

                     I bought a BBB and I have done some action on it, now i want to copy this file system to the other BBB, how should  I do?? And the other questions, yesterday I transfered a file named "uEnv.txt" in /boot/uboot/ to the other BBB(called "OtherBBB"), and later "OtherBBB" couldn't enter its file system, i found the difference between uEnv.txt between each BBB only on one line about declaring "UUID", does anyone what happened???

  • Hi,

    I will bring this to the attention of the SW team.

  • Hi,

    To copy some applications or library in a file systems you have to change the ro to rw in your u-boot bootargs. This is when you want to copy when the board is started. If you want to copy file to the sd-card on the PC you have to know that the copy will be as root.
    You wrote "yesterday I transfered a file named "uEnv.txt" in /boot/uboot/". The uEnv.txt file you have to copy in a boot partition, not in a directory. If the uEnv.txt file is not found, the system will use the default U-Boot settings to continue booting.
    BTW which sdk do you using.

    BR
    Ivan