View Single Post
Old 07-21-2013, 05:35 AM   #3
ixtab
(offline)
ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.
 
ixtab's Avatar
 
Posts: 2,907
Karma: 6736094
Join Date: Dec 2011
Device: K3, K4, K5, KPW, KPW2
@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.

Last edited by ixtab; 07-21-2013 at 05:40 AM.
ixtab is offline   Reply With Quote