NixOS on ARM: Difference between revisions

imported>Flokli
remove note that qemu is not supported (it is, and we documented it already)
imported>Dezgeg
m Delete ARCH=* from U-Boot build instructions - it doesn't use $ARCH
Line 383: Line 383:
# available in the python interpreter, making binman happy.
# available in the python interpreter, making binman happy.
$ git checkout v2017.03
$ git checkout v2017.03
$ make -j4 ARCH=arm CROSS_COMPILE=arm-none-eabi- orangepi_pc_defconfig
$ make -j4 CROSS_COMPILE=arm-none-eabi- orangepi_pc_defconfig
$ make -j4 ARCH=arm CROSS_COMPILE=arm-none-eabi-
$ make -j4 CROSS_COMPILE=arm-none-eabi-
</nowiki>}}
</nowiki>}}