#9 TechBytes | How to Configure U-Boot

Поделиться
HTML-код
  • Опубликовано: 16 сен 2024
  • Xilinx U-Boot:
    github.com/Xil...
    Discord:
    / discord

Комментарии • 2

  • @andmotta9686
    @andmotta9686 7 месяцев назад

    could you show how to send it to the sd card, im using buildroot for imx6q sabre and i got a u-boot.imx and u-boot.bin, besides boot.vfat and zImage. I'm kinda lost, hope you see this comment

    • @AustinTronics
      @AustinTronics  7 месяцев назад

      u-boot.bin typically goes inside a boot.bin archive file if your target hardware is a Xilinx (AMD) chip. The zImage is a form of kernel binary. You need the kernel in the form of image.ub so that the binary has the proper header information for u-boot to properly hand off execution control to the kernel inside the image.ub.