PMP V

build ubiboot


步驟如下:

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

$ git clone https://github.com/pcercuei/UBIBoot
$ cd UBIBoot
$ make CONFIG=rs90 clean
$ make CONFIG=rs90 STAGE1_ONLY=y

$ make CONFIG=rs90 clean
$ make CONFIG=rs90


返回上一頁