Asaggynoodle
Long Term Lurker
Good day all,
I'm curious if anyone has an updated guide that can guide me through the steps of compiling the latest kernel for SZ 1.74?
I've read the Wiki page a few dozen times and tried to follow the steps but 90% of the content is WAY out dated, and outrageously confusing.
Funny enough, All I'm modifying is one single line of code for all of this.
File:
arch/arm/mach-omap2/opp3xxx_data.c
Line 67 Before:
67 #define OMAP3630_VDD_MPU_OPP1G_UV 1375000
Line 67 After:
67 #define OMAP3630_VDD_MPU_OPP1G_UV 1400000
All I'm looking to do is provide an addition 25mV to the VCC for the 1Ghz OPP (OMAP3630_VDD_MPU_OPP1G_UV).
The thing I'm not 1000% sure on, is what these Hex fuse values mean in the omap_volt_data struct. Or if they need to be modified at all to begin with.
Line 73:
VOLT_DATA_DEFINE(OMAP3630_VDD_MPU_OPP1G_UV, OMAP3630_CONTROL_FUSE_OPP1G_VDD1, 0xfa, 0x27)
If anyone would find it easier just to compile the uImage with the change above and upload it here, that would be perfectly welcomed too.
Thank you
I'm curious if anyone has an updated guide that can guide me through the steps of compiling the latest kernel for SZ 1.74?
I've read the Wiki page a few dozen times and tried to follow the steps but 90% of the content is WAY out dated, and outrageously confusing.
Funny enough, All I'm modifying is one single line of code for all of this.
File:
arch/arm/mach-omap2/opp3xxx_data.c
Line 67 Before:
67 #define OMAP3630_VDD_MPU_OPP1G_UV 1375000
Line 67 After:
67 #define OMAP3630_VDD_MPU_OPP1G_UV 1400000
All I'm looking to do is provide an addition 25mV to the VCC for the 1Ghz OPP (OMAP3630_VDD_MPU_OPP1G_UV).
The thing I'm not 1000% sure on, is what these Hex fuse values mean in the omap_volt_data struct. Or if they need to be modified at all to begin with.
Line 73:
VOLT_DATA_DEFINE(OMAP3630_VDD_MPU_OPP1G_UV, OMAP3630_CONTROL_FUSE_OPP1G_VDD1, 0xfa, 0x27)
If anyone would find it easier just to compile the uImage with the change above and upload it here, that would be perfectly welcomed too.
Thank you