This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /dts-v1/; | |
| / { | |
| compatible = "rockchip,rk3562-rk817-tablet\0rockchip,rk3562"; | |
| interrupt-parent = <0x01>; | |
| #address-cells = <0x02>; | |
| #size-cells = <0x02>; | |
| model = "Rockchip RK3562 RK817 TABLET LP4 Board"; | |
| aliases { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /dts-v1/; | |
| / { | |
| compatible = "rockchip,aio-3562jq\0rockchip,rk3562"; | |
| interrupt-parent = <0x01>; | |
| #address-cells = <0x02>; | |
| #size-cells = <0x02>; | |
| model = "Firefly AIO-3562JQ MIPI-DSI"; | |
| aliases { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # Path to the environment file | |
| ENV_FILE="$1" | |
| # Function to decode the environment file to text | |
| decode_env() { | |
| # Skip the special header (assuming header length + null byte), convert null bytes to newlines, then strip trailing null bytes (represented by empty lines) | |
| tail -c +6 "$ENV_FILE" | tr '\0' '\n' | sed '/^$/d' # Remove empty lines which are the result of trailing null bytes | |
| } |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /dts-v1/; | |
| / { | |
| qcom,msm-id = <0x258 0x20000 0x207 0x20000 0x218 0x20000 0x259 0x20000 0x25b 0x20000 0x207 0x10000 0x218 0x10000>; | |
| #size-cells = <0x02>; | |
| compatible = "qcom,kalama-qrd\0qcom,kalama\0qcom,qrd"; | |
| qcom,board-id = <0x1000b 0x01>; | |
| #address-cells = <0x02>; | |
| interrupt-parent = <0x01>; | |
| model = "Qualcomm Technologies, Inc. Kalama QRD,Graph-DVT"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [00004837] [c0] ** LK (0, restored from storage) ** | |
| [00004840] [c0] dram cs0 size 100000000 | |
| [00004841] [c0] dram cs1 size fffff000 | |
| [00004841] [c0] [sprd_timer_init]: done .... | |
| [00004841] [c0] booting 3 cpus | |
| [00004841] [c0] | |
| [00004841] [c0] welcome to lk/MP | |
| [00004843] [c0] | |
| [00004844] [c0] boot args 0x0 0x65014238 0x650141e8 0x2a | |
| [00004848] [c0] version: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /dts-v1/; | |
| / { | |
| cpuinfo_hardware = "Unisoc T820"; | |
| serial-number = "009180680a38c49d"; | |
| soc-manufacturer = "Spreadtrum"; | |
| #size-cells = <0x02>; | |
| compatible = "sprd,ums9620"; | |
| #address-cells = <0x02>; | |
| interrupt-parent = <0x01>; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # Path to the environment file | |
| ENV_FILE="$1" | |
| # Function to decode the environment file to text | |
| decode_env() { | |
| # Skip the special header (assuming header length + null byte), convert null bytes to newlines, then strip trailing null bytes (represented by empty lines) | |
| tail -c +6 "$ENV_FILE" | tr '\0' '\n' | sed '/^$/d' # Remove empty lines which are the result of trailing null bytes | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| UUUUUUIS | |
| URS | |
| NPK | |
| RBS | |
| ddr init start!!! | |
| ddr target freq:1866 MHz | |
| ddr init pass!!! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /dts-v1/; | |
| / { | |
| cpuinfo_hardware = "Unisoc T820"; | |
| serial-number = "0091b0a70e118b14"; | |
| soc-manufacturer = "Spreadtrum"; | |
| #size-cells = <0x02>; | |
| compatible = "sprd,ums9620"; | |
| #address-cells = <0x02>; | |
| interrupt-parent = <0x01>; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # | |
| # Automatically generated file; DO NOT EDIT. | |
| # Linux/arm64 4.19.232 Kernel Configuration | |
| # | |
| # | |
| # Compiler: aarch64-linux-gnu-gcc (Linaro GCC 6.3-2017.05) 6.3.1 20170404 | |
| # | |
| CONFIG_CC_IS_GCC=y | |
| CONFIG_GCC_VERSION=60301 |