掌機 - PMP V - Build od-installer.bin


$ cd
$ wget https://github.com/steward-fu/website/releases/download/pmp-v/bin_rs90-toolchain-2019.04.30.tar
$ tar xvf bin_rs90-toolchain-2019.04.30.tar
$ sudo mv rs90-toolchain /opt/
$ export PATH=$PATH:/opt/rs90-toolchain/usr/bin

$ git clone -b od-installer --single-branch https://github.com/OpenDingux/buildroot od-installer
$ cd od-installer
$ make od_flasher_defconfig
$ make
    Incorrect selection of kernel headers: expected 4.18.x, got 4.20.x

$ vim .config +297
    BR2_TOOLCHAIN_HEADERS_AT_LEAST="4.20"

$ make -j4

P.S. output/images/vmlinuz.bin就是od-installer.bin