Assistance Required: Issue with OS Image on OSD32MP1 Platform

Forums Reference, Evaluation, and Development Boards OSD32MP1-RED Assistance Required: Issue with OS Image on OSD32MP1 Platform

Tagged: 

Viewing 2 reply threads
  • Author
    Posts
    • #15538
      Dinesh SDinesh S
      Participant

        Following the guidelines provided on the GitHub repository (meta-octavo-osd32mp1), I successfully completed the bitbake process and implemented the generated OS image onto the system for osd32mp1-red. However, during initialization, I encountered the following error message.

        /init: line 65: sleep: not found

        To troubleshoot, I repeated the bitbake process and re-implemented the OS image, but the issue persists. It seems the sleep command or its related dependencies might be missing or incorrectly configured in the image to resolve this problem.

        Thank you for your support, and I look forward to your response.

        Attachments:
      • #15540
        Neeraj Dantu
        Moderator

          Dinesh S,

          Are you making any modifications to the meta layer?

          The log seems to indicate that the init script cannot find several of the basic linux commands that should be available like mkdir and grep. You can mount the SD card into your host machine and look at the root file system to see if these are in one of the bin folders.

          Please also check the Ubuntu version and packages installed are OK. The README provides information on these.

          Best,
          Neeraj

        • #15559
          Dinesh SDinesh S
          Participant

            Thank you for your response sir. we solved that issue.

        Viewing 2 reply threads
        • You must be logged in to reply to this topic.