Cannot boot img. that created with buildroot

Forums Devices OSD335x-BAS/IND Cannot boot img. that created with buildroot

Viewing 1 reply thread
  • Author
    Posts
    • #7622
      aytunc polataytuncPolat
      Participant

      Hello,

      What I have:
      + bbb wireless (osd3358-512m-bas) that connected serial terminal
      + sd card which contains image, dtb and other stuff

      I created an image with buildroot without any customisation. It boots perfectly on beagleboneblack but cannot boot on beaglebonewireless. It boots uboot so i can see files in sd card. Is it related eeprom? How can i boot manualy with bootz command in uboot?

      Thanks

    • #7623
      Neeraj Dantu
      Moderator

      The issue is probably related to EEPROM ID as you suspected. U-boot determines the flavor of the boards based on the EEPROM ID and selects the appropriate device tree for boot. It would be a good idea to check whether the device tree being selected is present at the right place in the root file system. Also, parse through the debug messages on UART0 to determine the exact point of failure. Here is a good resource on buildroot for build process and boot: https://bootlin.com/training/buildroot/

      Please note that the forums at Beagleboard.org(https://beagleboard.org/discuss) are more appropriate for discussion and help on Beagle products.

      Best,

      Neeraj

Viewing 1 reply thread
  • You must be logged in to reply to this topic.