Recompiling Ubuntu kernel 12.04 on EC2

1

I have to recompile the Ubuntu 12.04 kernel for 1000Hz and I am following the documentation available here but its for Lucid and has a specific ec2 branch. Is is possible to recompile the precise kernel for EC2? If not, can I use the Lucid kernel?

kontinuity

Posted 2012-09-27T13:58:10.743

Reputation: 233

What do you mean by recompiling for 1000hz? What is this measurement for? – Simon Sheehan – 2012-09-28T03:42:26.347

Answers

0

Actually the right way to do this for Precise on EC2 is to use the low-latency kernel available from apt repo.

kontinuity

Posted 2012-09-27T13:58:10.743

Reputation: 233

3

Worked for me, using existing "Ubuntu-3.2.0-32.51" branch (i.e git checkout Ubuntu-3.2.0-32.51 -b ec2-asterisk)

P.S It has booted into the newly compiled kernel(with 1000Hz ticking) but I haven't thoroughly tested it...

Mir Dunaev

Posted 2012-09-27T13:58:10.743

Reputation: 31