@Frotz:
If all you need is (multiple) K5 images, you probably only need to create appropriate subfolders in the resources/devices, and to edit the DebrickConfiguration.java to account for them. As a bonus, you probably can re-use the existing
fastboot.sfs and tts.tar.lzma files, something along these lines:
Code:
### assuming that you're in the kubrick/resources/devices directory:
mkdir k5_5.0
cd k5_5.0
ln -s ../k5/tts.tar.lzma .
# all that is left to do is to provide the fastboot.sfs and main_partition.tar.lzma file.
EDIT:
Ah... no, you can't reuse the fastboot.sfs, because it contains the main kernel, too. While you can reuse the diags kernel and partition
inside the fastboot.sfs, you will still need to provide the correct main kernel.