Tell me more ×
Raspberry Pi Stack Exchange is a question and answer site for users and developers of hardware and software for Raspberry Pi. It's 100% free, no registration required.

I've just installed Kali Linux on my SD card that I use with Raspberry. This new OS I think is very good, but at the installation I don't have the opportunity to overclock as it is possible with Raspbian so I'd like to try to check differences. How could I do?

share|improve this question
I don't have Kali. But is there a /boot/ folder with a config.txt file in it? Alternatively if you put the SD card in a normal computer, is there a fat32 partition? – Vincent P Mar 27 at 5:11
Yes there is the /boot/ folder but is empty – AlessioMTX Mar 28 at 11:24
1  
Add the config.txt file and put some overclocking settings in there Overclocking Settings and see if that works. – Vincent P Mar 28 at 12:31
1  
config.txt is read by the hardware, afaik, so that should be the solution independent of your OS – krs013 Apr 30 at 0:51
@krs013 : Why do you believe "config.txt is read by the hardware"? Sounds a bit specious to me. – goldilocks Apr 30 at 8:19
show 1 more comment

2 Answers

up vote 1 down vote accepted

While you may not be able to install raspi-config, you should still be able to create the file /boot/config.txt. Once config.txt is in /boot/, add any required parameters.

In your case, check out some of the overclocking options in the eLinux wiki. As always is the case with overclocking, be careful!

share|improve this answer

Here there is the solution to install raspi-config http://rageweb.info/2013/03/21/raspi-config-in-kali/ but I still have problem with overclock :S

share|improve this answer

We're looking for long answers that provide some explanation and context. Don't just give a one-line answer: please explain why you're recommending it as a solution. Answers that don't explain anything will be deleted. See Good Subjective, Bad Subjective for more information.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.