mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-11 17:55:54 +00:00
Move souce from dsat to NXT community code
This commit is contained in:
parent
438f9d4f2f
commit
3ac6ca6aed
@ -1,28 +1,28 @@
|
||||
Check what is your actual stable stock clock
|
||||
vcgencmd measure_clock arm
|
||||
Check temps on stock heatsink or with fan
|
||||
vcgencmd measure_temp
|
||||
|
||||
If temps are under 50 degrees C then step up a notch
|
||||
sudo nano /boot/config.txt
|
||||
Paste after the first line
|
||||
over_voltage=2
|
||||
arm_freq=1750
|
||||
|
||||
Check temps again <br/>
|
||||
vcgencmd measure_temp or watch -n 2 vcgencmd measure_temp
|
||||
|
||||
If temps stay under 50 then you can step up to 2.0 Ghz
|
||||
over_voltage=5
|
||||
arm_freq=2000
|
||||
|
||||
Be sure to use a quality power cable and power delivery capable brick and not the shipped one as it will not be able to deliver correct amperes and volrages.
|
||||
|
||||
Never let your Raspberry Pi 4 run at high temps as it will reduce the life.
|
||||
|
||||
https://www.amazon.com/Charger-TECKNET-Foldable-Adapter-Compatible/dp/B08YJLMQGD/ref=sr_1_3?dchild=1&keywords=aukey+charger&qid=1622128103&sr=8-3
|
||||
https://www.amazon.com/Charger-RAVPower-Adapter-Compatible-MacBook/dp/B07PLR7T1M/ref=sr_1_4?dchild=1&keywords=aukey+charger&qid=1622128103&sr=8-4
|
||||
https://www.amazon.com/Charger-Anker-Adapter-PowerPort-iPhone/dp/B07WRKXQ8W/ref=sr_1_5?dchild=1&keywords=aukey+charger&qid=1622128103&sr=8-5
|
||||
|
||||
|
||||
|
||||
Check what is your actual stable stock clock
|
||||
vcgencmd measure_clock arm
|
||||
Check temps on stock heatsink or with fan
|
||||
vcgencmd measure_temp
|
||||
|
||||
If temps are under 50 degrees C then step up a notch
|
||||
sudo nano /boot/config.txt
|
||||
Paste after the first line
|
||||
over_voltage=2
|
||||
arm_freq=1750
|
||||
|
||||
Check temps again <br/>
|
||||
vcgencmd measure_temp or watch -n 2 vcgencmd measure_temp
|
||||
|
||||
If temps stay under 50 then you can step up to 2.0 Ghz
|
||||
over_voltage=5
|
||||
arm_freq=2000
|
||||
|
||||
Be sure to use a quality power cable and power delivery capable brick and not the shipped one as it will not be able to deliver correct amperes and volrages.
|
||||
|
||||
Never let your Raspberry Pi 4 run at high temps as it will reduce the life.
|
||||
|
||||
https://www.amazon.com/Charger-TECKNET-Foldable-Adapter-Compatible/dp/B08YJLMQGD/ref=sr_1_3?dchild=1&keywords=aukey+charger&qid=1622128103&sr=8-3
|
||||
https://www.amazon.com/Charger-RAVPower-Adapter-Compatible-MacBook/dp/B07PLR7T1M/ref=sr_1_4?dchild=1&keywords=aukey+charger&qid=1622128103&sr=8-4
|
||||
https://www.amazon.com/Charger-Anker-Adapter-PowerPort-iPhone/dp/B07WRKXQ8W/ref=sr_1_5?dchild=1&keywords=aukey+charger&qid=1622128103&sr=8-5
|
||||
|
||||
|
||||
|
@ -1182,7 +1182,8 @@ CONFIG_USB_SPEEDTOUCH=m
|
||||
CONFIG_USB_CXACRU=m
|
||||
CONFIG_USB_UEAGLEATM=m
|
||||
CONFIG_USB_XUSBATM=m
|
||||
CONFIG_USB_GADGET=m
|
||||
CONFIG_NOP_USB_XCEIV=y
|
||||
CONFIG_USB_GADGET=y
|
||||
CONFIG_USB_ZERO=m
|
||||
CONFIG_USB_AUDIO=m
|
||||
CONFIG_USB_ETH=m
|
||||
@ -1319,7 +1320,6 @@ CONFIG_MAILBOX=y
|
||||
CONFIG_BCM2835_MBOX=y
|
||||
# CONFIG_IOMMU_SUPPORT is not set
|
||||
CONFIG_RASPBERRYPI_POWER=y
|
||||
CONFIG_EXTCON=m
|
||||
CONFIG_IIO=m
|
||||
CONFIG_IIO_BUFFER_CB=m
|
||||
CONFIG_MCP320X=m
|
||||
|
@ -645,7 +645,6 @@ CONFIG_SERIAL_8250_CONSOLE=y
|
||||
CONFIG_SERIAL_8250_NR_UARTS=1
|
||||
CONFIG_SERIAL_8250_RUNTIME_UARTS=0
|
||||
CONFIG_SERIAL_8250_EXTENDED=y
|
||||
CONFIG_RANDOM_TRUST_BOOTLOADER=y
|
||||
CONFIG_SERIAL_8250_SHARE_IRQ=y
|
||||
CONFIG_SERIAL_8250_BCM2835AUX=y
|
||||
CONFIG_SERIAL_OF_PLATFORM=y
|
||||
@ -1176,7 +1175,8 @@ CONFIG_USB_SPEEDTOUCH=m
|
||||
CONFIG_USB_CXACRU=m
|
||||
CONFIG_USB_UEAGLEATM=m
|
||||
CONFIG_USB_XUSBATM=m
|
||||
CONFIG_USB_GADGET=m
|
||||
CONFIG_NOP_USB_XCEIV=y
|
||||
CONFIG_USB_GADGET=y
|
||||
CONFIG_USB_CONFIGFS=m
|
||||
CONFIG_USB_CONFIGFS_SERIAL=y
|
||||
CONFIG_USB_CONFIGFS_ACM=y
|
||||
@ -1331,7 +1331,6 @@ CONFIG_MAILBOX=y
|
||||
CONFIG_BCM2835_MBOX=y
|
||||
# CONFIG_IOMMU_SUPPORT is not set
|
||||
CONFIG_RASPBERRYPI_POWER=y
|
||||
CONFIG_EXTCON=m
|
||||
CONFIG_IIO=m
|
||||
CONFIG_IIO_BUFFER_CB=m
|
||||
CONFIG_MCP320X=m
|
||||
|
@ -1025,6 +1025,7 @@ CONFIG_USBIP_CORE=m
|
||||
CONFIG_USBIP_VHCI_HCD=m
|
||||
CONFIG_USBIP_HOST=m
|
||||
CONFIG_USB_DWC2=y
|
||||
CONFIG_USB_DWC2_HOST=y
|
||||
CONFIG_USB_SERIAL=m
|
||||
CONFIG_USB_SERIAL_GENERIC=y
|
||||
CONFIG_USB_SERIAL_AIRCABLE=m
|
||||
@ -1095,7 +1096,8 @@ CONFIG_USB_SPEEDTOUCH=m
|
||||
CONFIG_USB_CXACRU=m
|
||||
CONFIG_USB_UEAGLEATM=m
|
||||
CONFIG_USB_XUSBATM=m
|
||||
CONFIG_USB_GADGET=m
|
||||
CONFIG_NOP_USB_XCEIV=y
|
||||
CONFIG_USB_GADGET=y
|
||||
CONFIG_MMC=y
|
||||
CONFIG_MMC_BLOCK_MINORS=32
|
||||
CONFIG_MMC_BCM2835_MMC=y
|
||||
@ -1218,7 +1220,6 @@ CONFIG_MAILBOX=y
|
||||
CONFIG_BCM2835_MBOX=y
|
||||
# CONFIG_IOMMU_SUPPORT is not set
|
||||
CONFIG_RASPBERRYPI_POWER=y
|
||||
CONFIG_EXTCON=m
|
||||
CONFIG_IIO=m
|
||||
CONFIG_IIO_BUFFER_CB=m
|
||||
CONFIG_MCP320X=m
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user