I’ve created a new repo for building a minimal sdcard for this board.
I compiles well, however I need some help getting the bootload working on the sdcard.
You can see it here :
If you prefer to use gitlab, you can see it here :
https://gitlab.com/flatmax/buildroot.rk3308
To build the image, it is really quite simple :
git clone git@github.com:flatmax/buildroot.rk3308.git
git clone git://git.busybox.net/buildroot buildroot
source buildroot.rk3308/setup.rockPiS.sh yourPath/buildroot
make
The sdcard image is output at the end of the compilation.
NOTE: some better clone source and make commands are in a message below : Buildroot.rk3308