Changes between Version 11 and Version 12 of newport/bsp


Ignore:
Timestamp:
07/31/2018 11:11:55 PM (6 years ago)
Author:
Cale Collins
Comment:

fixed typo

Legend:

Unmodified
Added
Removed
Modified
  • newport/bsp

    v11 v12  
    102102cp arch/arm64/boot/Image install/boot # copy kernel Image
    103103make INSTALL_MOD_PATH=install modules_install # install modules
    104 cd install
    105104tar -cvJf /tftpboot/newport/linux-newport.tar.xz --numeric-owner -C install .  # create tarball
    106105}}}