Home | History | Annotate | only in /device/linaro/hikey/bootloader
Up to higher level directory
NameDateSize
Makefile22-Oct-20201.6K
README.md22-Oct-2020335

README.md

      1 Bootloader is build with ArmTF and UEFI from sources located at:
      2   device/linaro/bootloader
      3 To build fip.bin and l-loader.bin do:
      4   $ cd device/linaro/hikey/bootloader
      5   $ make
      6 Results will be in out/dist
      7 
      8 We can also generate ptable (needs root privilege) with below commands:
      9   $ cd device/linaro/hikey/l-loader/
     10   $ make ptable.img
     11