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.

Problem executing *.deb packages on Beegle Bone Board

Hi All

I am using AM335x beagle bone board which has Debian file system.

we have some executable in .deb format which we want to install on the board but when we try to use dpkg -i <pkg.deb> then it gives crc error .

this happens inconsistently and more often with the file size of more then 110kb size.

Please let me know where is the problem either with the MMC driver or coping of the files of generation of the deb packages.

  • Hi Suresh,

    Its unlikely that there's a problem with the driver as such as the HSMMC driver is well tested and known to be working well.

    Somethings to try,

    * Have you tried different microSD cards?

    * Do you see any errors when you run the "dmesg" command?

    * Run and md5sum on the .deb file before and after copy and compare the values to verify the file's integrity

    * Run a file system check by running e2fsck on the partition. This is almost always give you errors if you have a bad card.


    Good luck!

    Regards,
    Joel