Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The tool should be in the folder:
   \intelFPGA\18.1\embedded\host_tools\altera\diskutils
Copy the   SPL u-boot.bin   and   the Main u-boot.img   to it and run, change to the directory:
   sudo ~/intelFPGA/19.1/embedded/host_tools/altera/diskutils/altcd pathToAlt-boot-disk-util -p preloader-mkpimage.bin -b u-boot.img -a write /dev/sdb
and run:
   sudo pathToAlt-boot-disk-util -p preloaderImage.bin -b mainU-boot.img -a write /dev/sdX   (the tool finds the a2 partition)

...