I did a git checkout 9.0.0. Is this the latest stable version? I tried to compile and only "PROJECT=RPi DEVICE=RPi2 ARCH=arm IMAGE_SUFFIX=RPi9.0.0 make image" that work but it gave a development build.
Then I tried these:
Code
PROJECT=RPi2 ARCH=arm IMAGE_SUFFIX=RPi9.0.0 make image
ERROR: Project not found, use a valid project or create a new config
Valid projects:
- Amlogic
- Generic
- RPi
- Rockchip
- WeTek_Core
- WeTek_Play
Makefile:12: recipe for target 'image' failed
make: *** [image] Error 1
PROJECT=RPi ARCH=arm IMAGE_SUFFIX=RPi9.0.0 make image
ERROR: You need to specify a valid device for the RPi project
Valid devices for project: RPi
- RPi
- RPi2
- Slice
- Slice3
Makefile:12: recipe for target 'image' failed
make: *** [image] Error 1
Display More