Skip to content

Instantly share code, notes, and snippets.

View ZephyrLabs's full-sized avatar
😃

Sravan Senthilnathan ZephyrLabs

😃
View GitHub Profile
@ZephyrLabs
ZephyrLabs / solids.py
Created August 20, 2021 09:40
basic python script to use objects
'''
simple class for finding volume and surface area of some simple solid objects
'''
class solid():
class cuboid():
def __init__(self, x = 0, y = 0, z = 0):
self.x = x
@ZephyrLabs
ZephyrLabs / README.md
Last active June 15, 2021 14:44
VIM3-A311D overclocking files

To overclock the VIM3 certain modifications must be made, these involve:

  • updating the dtb and kernel to add these new frequencies
  • make sure cpufrequtils in your linux system adapt to these new higher frequencies and modified cpu governer

some notes about the overclocking: voltage in the opp table exceeds the recommended maximum 1.04v as per the amlogic A311D datasheet, this doesn't mean any immediate damage will incur to the CPU as it if you further investigate in the dtb, the maximum permitted voltage is 1.05v