Hi List, As I probably mentioned before, I had trouble finding the source related to the binary kernel in the raspberrypi image. The best solution I have for this is to update the kernel, make sure that you know which source is used and last but not least: package it :)
So this is what I did. the result can be found here: http://cdn.opensxce.org/redsleeve/el6/raspberrypi/armv5tel/ (the directory one up from here can be used as a yum target) The concept is quite simple: get source from https://github.com/raspberrypi/linux , the related compiled kernel from https://github.com/raspberrypi/firmware and package it all in a couple of rpms. I also made an rpm called "raspberrypi-config" which should hold specific redsleeve raspberrypi configuration, like boot command line etc. Suggestions for improvements welcome! As a test I found that I can now make new raspberrypi images completely from rpms. I will do so later (as the resulting image does not differ much from raspi-v2-redsleeve-cli-0.5.img.xz ) On related note, I saw that upstream released version 6.6 Jacco _______________________________________________ users mailing list [email protected] http://lists.redsleeve.org/mailman/listinfo/users
