diff --git a/README.md b/README.md index c62d933..ab09942 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,12 @@ BUILDING -------- -Building MynaPlayer is a process, though it requires decent hardware. +Building MynaPlayer is a easy process, though it requires decent hardware. -Set up the required source code: +First install Buildroot's required dependencies. See: +[The buildroot user manual, chapter 2: System requirements](https://buildroot.org/downloads/manual/manual.html#requirement) + +Then set up the required source code: ``` mkdir MYNA && cd MYNA @@ -42,10 +45,8 @@ ``` cd buildroot 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 .. ``` @@ -67,7 +68,7 @@ wget 'https://www.jookia.org/ca.crt' cp /etc/rauc/keyring.pem{,.bak} mv ca.crt /etc/rauc/keyring.pem -rauc install https://www.jookia.org/bundle-MynaPlayer-2020-08-06.6d113d3a-f77f-447a-ad7d-b8d605824c00.raucb +rauc install https://www.jookia.org/bundle-MynaPlayer-2020-08-06.fe2ca3ce-be36-4f33-94d4-e295cd0518be.raucb mv /etc/rauc/keyring.pem{.bak,} reboot ```