diff --git a/README.md b/README.md index 2c39901..49bfb51 100644 --- a/README.md +++ b/README.md @@ -44,8 +44,8 @@ ``` cd buildroot -make O=output_rootfs myna_player_odyssey_defconfig -make O=output_rootfs -j8 +make O=output_build myna_player_odyssey_defconfig +make O=output_build -j8 cd .. ``` @@ -58,10 +58,10 @@ First, copy RAUC bundles and keys to your server: ``` -ls buildroot/output_rootfs/images/ +ls buildroot/output_build/images/ # Find the file ending in *.raucb # You can also just flash MynaPlayer.img using dd but it takes a long time -mv buildroot/output_rootfs/images/bundle-MynaPlayer-2020-08-06.fe2ca3ce-be36-4f33-94d4-e295cd0518be.raucb /var/www/www.jookia.org/ +mv buildroot/output_build/images/bundle-MynaPlayer-2020-08-06.fe2ca3ce-be36-4f33-94d4-e295cd0518be.raucb /var/www/www.jookia.org/ cp $PWD/easy-rsa/pki/ca.crt /var/www/www.jookia.org/ chmod a+r /var/www/www.jookia.org/ca.crt ```