Changes between Version 51 and Version 52 of buildroot


Ignore:
Timestamp:
12/24/2021 06:28:26 PM (3 years ago)
Author:
Cale Collins
Comment:

fixed bad path

Legend:

Unmodified
Added
Removed
Modified
  • buildroot

    v51 v52  
    11091109* '''Add device tree files to rootfs and gzip'''
    11101110{{{#!bash
    1111 mount output/rootfs.ext2 /mnt
     1111mount output/images/rootfs.ext2 /mnt
    11121112cp output/build/linux-v5.10.18-venice/arch/arm64/boot/dts/freescale/imx8mm-venice-gw7*.dtb /mnt/bin/
    11131113umount /mnt