TriForceX / MiyooCFW

Custom firmware source code and resources for BittBoy, PocketGo, PowKiddy V90-Q90-Q20 and third party handheld consoles
GNU General Public License v2.0
1.11k stars 112 forks source link

Invalid command spiflash-write #4

Closed curlyj2fo closed 5 years ago

curlyj2fo commented 5 years ago

I am using the New Bittboy Rev 1 Custom Firmware Guide. I am not sure what I am doing wrong but when I get to step 3.3-6. I get a message saying "Invalid command spiflash-write"

I am using a clean boot of Ubuntu 18.04 and read that these would help. $ sudo apt install make $ sudo apt-get install build-essential $ sudo apt-get install pkg-config $ sudo apt-get install libz-dev $ sudo apt-get install libusb-1.0-0-dev

I still the same message "Invalid command spiflash-write"

curlyj2fo commented 5 years ago

On step 3.2-4 I had to do a slightly different command. I read that after 'make clean && make' I needed to do 'make install' But it gave me invalid permissions so I did 'sudo make install' Then I proceeded with the steps as usual and it worked.

TriForceX commented 5 years ago

Thanks we will update the guide with that advice.