diff --git a/README.md b/README.md index 8ee5c69..1a7ee52 100644 --- a/README.md +++ b/README.md @@ -41,14 +41,12 @@ ``` cd buildroot -utils/brmake O=output_initramfs myna_player_odyssey_initramfs_defconfig -utils/brmake O=output_initramfs toolchain -utils/brmake O=output_initramfs -j8 -# If you get errors, run 'make O=output_initramfs -j1' to see the messages -utils/brmake O=output_rootfs myna_player_odyssey_defconfig -utils/brmake O=output_rootfs toolchain -utils/brmake O=output_rootfs -j8 -# If you get errors, run 'make O=output_rootfs -j1' to see the messages +make O=output_initramfs myna_player_odyssey_initramfs_defconfig +make O=output_initramfs toolchain +make O=output_initramfs -j8 +make O=output_rootfs myna_player_odyssey_defconfig +make O=output_rootfs toolchain +make O=output_rootfs -j8 cd .. ```