Platform Baikal T1 BFK - embox/embox GitHub Wiki

This page describes image building process that will boot Embox on Baikal-T1 BFK.

To run Embox on BFK boards:

  • Build template platform/baikal/bfk
    make confload-platform/baikal/bfk
    make
    
  • Copy build/base/bin/embox.bin into your TFTP server folder
  • Enter to U-Boot console
    • Press any key during the board start
    • Select "U-boot console" menu item
  • Load embox.bin tftpboot 80000000 embox.bin
  • Run Embox go 80000000

You can use telnet or serial console to manage Embox