Skip to content

Commit 4f13f16

Browse files
authored
Merge pull request #59 from chrizzo-hb/main
More information about annoying battery stuff (but also improved device overview, yay!)
2 parents 1d4c006 + 6eca71c commit 4f13f16

11 files changed

+154
-130
lines changed

docs/devices/anbernic/rg35xx-2024.md

+13-13
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,6 @@
66
| -- | -- | -- | -- | -- |
77
| RG35xx Plus | Allwinner H700 (ARM) | Allwinner BSP 4.9.170 | Mali G31 | Emulation Station |
88

9-
!!! warning "The RG35XX 2024 distribution includes a bootloader, u-boot, and kernel in binary form extracted from the stock firmware. There are no public sources provided by anbernic for those"
10-
11-
## Extracting the kernel and bootloader
12-
13-
Anbernic has not published the source code of the u-boot and kernel of the RG35xx Plus. In order to have a working configuration you have two options:
14-
15-
* You can use the stock kernel, bootloader, and u-boot from the stock SDCARD. See below for instructions on how to extract those.
16-
* You can compile the included kernel with the source code of this distribution, however, note that there will be a few elements that are missing
17-
18-
The firwmare included in releases uses the kernel, bootloader, and u-boot from the stock firmware.
19-
20-
You can read [this page](../../guides/h700-firmware-extract.md) to learn how to extract the bootloader, u-boot, and kernel from the stock firmware.
21-
229
## Features
2310

2411
* Suspend (briefly press power button)
@@ -35,6 +22,19 @@ Our [Quick Start Guide](../../../play/quick-start/) will guide you through the p
3522
> Courtesy of [@TechDweeb](https://www.youtube.com/@TechDweeb)
3623
<iframe width="560" height="315" src="https://www.youtube.com/embed/MVPUu2BWuqw?si=icEWARXRxd9oB1DC" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
3724
25+
## Extracting the kernel and bootloader
26+
27+
!!! warning "The RG35XX 2024 distribution includes a bootloader, u-boot, and kernel in binary form extracted from the stock firmware. There are no public sources provided by anbernic for those"
28+
29+
Anbernic has not published the source code of the u-boot and kernel of the RG35xx Plus. In order to have a working configuration you have two options:
30+
31+
* You can use the stock kernel, bootloader, and u-boot from the stock SDCARD. See below for instructions on how to extract those.
32+
* You can compile the included kernel with the source code of this distribution, however, note that there will be a few elements that are missing
33+
34+
The firwmare included in releases uses the kernel, bootloader, and u-boot from the stock firmware.
35+
36+
You can read [this page](../../guides/h700-firmware-extract.md) to learn how to extract the bootloader, u-boot, and kernel from the stock firmware.
37+
3838
## Community
3939

4040
### Videos

docs/devices/anbernic/rg35xx-h.md

+13-13
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,6 @@
88
| -- | -- | -- | -- | -- |
99
| RG35XX H | Allwinner H700 (ARM) | Allwinner BSP 4.9.170 | Mali G31 | EmulationStation |
1010

11-
!!! warning "The RG35XX H distribution includes a bootloader, u-boot, and kernel in binary form extracted from the stock firmware. There are no public sources provided by anbernic for those"
12-
13-
## Extracting the kernel and bootloader
14-
15-
Anbernic has not published the source code of the u-boot and kernel of the RG35xXX H. In order to have a working configuration you have two options:
16-
17-
* You can use the stock kernel, bootloader, and u-boot from the stock SDCARD. See below for instructions on how to extract those.
18-
* You can compile the included kernel with the source code of this distribution, however, note that there will be a few elements that are missing
19-
20-
The firwmare included in releases uses the kernel, bootloader, and u-boot from the stock firmware.
21-
22-
You can read [this page](../../guides/h700-firmware-extract.md) to learn how to extract the bootloader, u-boot, and kernel from the stock firmware.
23-
2411
## Features
2512

2613
* Wireless
@@ -39,6 +26,19 @@ Our [Quick Start Guide](../../../play/quick-start/) will guide you through the p
3926
> Courtesy of [@TechDweeb](https://www.youtube.com/@TechDweeb)
4027
<iframe width="560" height="315" src="https://www.youtube.com/embed/MVPUu2BWuqw?si=icEWARXRxd9oB1DC" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
4128
29+
## Extracting the kernel and bootloader
30+
31+
!!! warning "The RG35XX H distribution includes a bootloader, u-boot, and kernel in binary form extracted from the stock firmware. There are no public sources provided by anbernic for those"
32+
33+
Anbernic has not published the source code of the u-boot and kernel of the RG35xXX H. In order to have a working configuration you have two options:
34+
35+
* You can use the stock kernel, bootloader, and u-boot from the stock SDCARD. See below for instructions on how to extract those.
36+
* You can compile the included kernel with the source code of this distribution, however, note that there will be a few elements that are missing
37+
38+
The firwmare included in releases uses the kernel, bootloader, and u-boot from the stock firmware.
39+
40+
You can read [this page](../../guides/h700-firmware-extract.md) to learn how to extract the bootloader, u-boot, and kernel from the stock firmware.
41+
4242
## Community
4343

4444
### Videos

docs/devices/anbernic/rg35xx-plus.md

+13-12
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,6 @@
66
| -- | -- | -- | -- | -- |
77
| RG35xx Plus | Allwinner H700 (ARM) | Allwinner BSP 4.9.170 | Mali G31 | Emulation Station |
88

9-
!!! warning "The RG35XX Plus distribution includes a bootloader, u-boot, and kernel in binary form extracted from the stock firmware. There are no public sources provided by anbernic for those"
10-
11-
## Extracting the kernel and bootloader
12-
13-
Anbernic has not published the source code of the u-boot and kernel of the RG35XX Plus. In order to have a working configuration you have two options:
14-
15-
* You can use the stock kernel, bootloader, and u-boot from the stock SDCARD. See below for instructions on how to extract those.
16-
* You can compile the included kernel with the source code of this distribution, however, note that there will be a few elements that are missing
17-
18-
The firwmare included in releases uses the kernel, bootloader, and u-boot from the stock firmware.
19-
20-
You can read [this page](../../guides/h700-firmware-extract.md) to learn how to extract the bootloader, u-boot, and kernel from the stock firmware.
219

2210
## Features
2311

@@ -37,6 +25,19 @@ Our [Quick Start Guide](../../../play/quick-start/) will guide you through the p
3725
> Courtesy of [@TechDweeb](https://www.youtube.com/@TechDweeb)
3826
<iframe width="560" height="315" src="https://www.youtube.com/embed/MVPUu2BWuqw?si=icEWARXRxd9oB1DC" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
3927
28+
## Extracting the kernel and bootloader
29+
30+
!!! warning "The RG35XX Plus distribution includes a bootloader, u-boot, and kernel in binary form extracted from the stock firmware. There are no public sources provided by anbernic for those"
31+
32+
Anbernic has not published the source code of the u-boot and kernel of the RG35XX Plus. In order to have a working configuration you have two options:
33+
34+
* You can use the stock kernel, bootloader, and u-boot from the stock SDCARD. See below for instructions on how to extract those.
35+
* You can compile the included kernel with the source code of this distribution, however, note that there will be a few elements that are missing
36+
37+
The firwmare included in releases uses the kernel, bootloader, and u-boot from the stock firmware.
38+
39+
You can read [this page](../../guides/h700-firmware-extract.md) to learn how to extract the bootloader, u-boot, and kernel from the stock firmware.
40+
4041
## Community
4142

4243
### Videos

docs/devices/anbernic/rg35xx-sp.md

+13-13
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,6 @@
66
| -- | -- | -- | -- | -- |
77
| RG35xx Plus | Allwinner H700 (ARM) | Allwinner BSP 4.9.170 | Mali G31 | Emulation Station |
88

9-
!!! warning "The RG35XX Plus distribution includes a bootloader, u-boot, and kernel in binary form extracted from the stock firmware. There are no public sources provided by anbernic for those"
10-
11-
## Extracting the kernel and bootloader
12-
13-
Anbernic has not published the source code of the u-boot and kernel of the RG35XX SP. In order to have a working configuration you have two options:
14-
15-
* You can use the stock kernel, bootloader, and u-boot from the stock SDCARD. See below for instructions on how to extract those.
16-
* You can compile the included kernel with the source code of this distribution, however, note that there will be a few elements that are missing
17-
18-
The firwmare included in releases uses the kernel, bootloader, and u-boot from the stock firmware.
19-
20-
You can read [this page](../../guides/h700-firmware-extract.md) to learn how to extract the bootloader, u-boot, and kernel from the stock firmware.
21-
229
## Features
2310

2411
* Wireless
@@ -37,6 +24,19 @@ Our [Quick Start Guide](../../../play/quick-start/) will guide you through the p
3724
> Courtesy of [@TechDweeb](https://www.youtube.com/@TechDweeb)
3825
<iframe width="560" height="315" src="https://www.youtube.com/embed/MVPUu2BWuqw?si=icEWARXRxd9oB1DC" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
3926
27+
## Extracting the kernel and bootloader
28+
29+
!!! warning "The RG35XX Plus distribution includes a bootloader, u-boot, and kernel in binary form extracted from the stock firmware. There are no public sources provided by anbernic for those"
30+
31+
Anbernic has not published the source code of the u-boot and kernel of the RG35XX SP. In order to have a working configuration you have two options:
32+
33+
* You can use the stock kernel, bootloader, and u-boot from the stock SDCARD. See below for instructions on how to extract those.
34+
* You can compile the included kernel with the source code of this distribution, however, note that there will be a few elements that are missing
35+
36+
The firwmare included in releases uses the kernel, bootloader, and u-boot from the stock firmware.
37+
38+
You can read [this page](../../guides/h700-firmware-extract.md) to learn how to extract the bootloader, u-boot, and kernel from the stock firmware.
39+
4040
## Community
4141

4242
### Videos

docs/devices/anbernic/rg35xx.md

+10-8
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,26 @@
66
| -- | -- | -- | -- | -- |
77
| RG35xx Original | Actions Semi 7039 (ARM) | Actions Semi BSP 4.9.170 | pvrsrvkm | Emulation Station / Simplemenu |
88

9-
!!! warning "The RG35XX distribution includes a bootloader, u-boot, and kernel in binary form extracted from the stock firmware. There are no public sources provided by anbernic for those"
9+
10+
## Features
11+
12+
* Suspend (briefly press power button)
13+
* HDMI
14+
* Emulation Station frontend
15+
* Wireless support with compatible USB-Wifi dongles
1016

1117
## Extracting the kernel and bootloader
1218

19+
20+
!!! warning "The RG35XX distribution includes a bootloader, u-boot, and kernel in binary form extracted from the stock firmware. There are no public sources provided by anbernic for those"
21+
1322
Anbernic has not published the source code of the u-boot and kernel of the RG35xx (original). In order to have a working configuration you have two options:
1423

1524
* You can use the stock kernel, bootloader, and u-boot from the stock SDCARD. See below for instructions on how to extract those.
1625
* You can compile the included kernel with the source code of this distribution, however, note that there will be a few elements that are missing
1726

1827
The firwmare included in releases uses the kernel, bootloader, and u-boot from the stock firmware.
1928

20-
## Features
21-
22-
* Suspend (briefly press power button)
23-
* HDMI
24-
* Emulation Station frontend
25-
* Wireless support with compatible USB-Wifi dongles
26-
2729
## Notes
2830

2931
!!! warning "The RG35XX is currently not supported by KNULLI."

docs/devices/anbernic/rg40xx-h.md

+13-13
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,6 @@
88
| -- | -- | -- | -- | -- |
99
| RG35XX H | Allwinner H700 (ARM) | Allwinner BSP 4.9.170 | Mali G31 | EmulationStation |
1010

11-
!!! warning "The RG40XX H distribution includes a bootloader, u-boot, and kernel in binary form extracted from the stock firmware. There are no public sources provided by anbernic for those"
12-
13-
## Extracting the kernel and bootloader
14-
15-
Anbernic has not published the source code of the u-boot and kernel of the RG40XX H. In order to have a working configuration you have two options:
16-
17-
* You can use the stock kernel, bootloader, and u-boot from the stock SDCARD. See below for instructions on how to extract those.
18-
* You can compile the included kernel with the source code of this distribution, however, note that there will be a few elements that are missing
19-
20-
The firwmare included in releases uses the kernel, bootloader, and u-boot from the stock firmware.
21-
22-
You can read [this page](../../guides/h700-firmware-extract.md) to learn how to extract the bootloader, u-boot, and kernel from the stock firmware.
23-
2411
## Features
2512

2613
* Wireless
@@ -39,6 +26,19 @@ Our [Quick Start Guide](../../../play/quick-start/) will guide you through the p
3926
> Courtesy of [@TechDweeb](https://www.youtube.com/@TechDweeb)
4027
<iframe width="560" height="315" src="https://www.youtube.com/embed/MVPUu2BWuqw?si=icEWARXRxd9oB1DC" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
4128
29+
## Extracting the kernel and bootloader
30+
31+
!!! warning "The RG40XX H distribution includes a bootloader, u-boot, and kernel in binary form extracted from the stock firmware. There are no public sources provided by anbernic for those"
32+
33+
Anbernic has not published the source code of the u-boot and kernel of the RG40XX H. In order to have a working configuration you have two options:
34+
35+
* You can use the stock kernel, bootloader, and u-boot from the stock SDCARD. See below for instructions on how to extract those.
36+
* You can compile the included kernel with the source code of this distribution, however, note that there will be a few elements that are missing
37+
38+
The firwmare included in releases uses the kernel, bootloader, and u-boot from the stock firmware.
39+
40+
You can read [this page](../../guides/h700-firmware-extract.md) to learn how to extract the bootloader, u-boot, and kernel from the stock firmware.
41+
4242
## Community
4343

4444
### Videos

docs/devices/anbernic/rg40xx-v.md

+45
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
# Anbernic RG40XX V
2+
3+
## Overview
4+
5+
| Device | CPU / Architecture | Kernel | GL driver | Interface |
6+
| -- | -- | -- | -- | -- |
7+
| RG35XX H | Allwinner H700 (ARM) | Allwinner BSP 4.9.170 | Mali G31 | EmulationStation |
8+
9+
## Features
10+
11+
* Wireless
12+
* Bluetooth
13+
* Suspend (briefly press power button)
14+
* HDMI
15+
* Emulation Station frontend
16+
* Wireless support with compatible USB-Wifi dongles
17+
18+
## Installation
19+
20+
Our [Quick Start Guide](../../../play/quick-start/) will guide you through the process of installing and setting up KNULLI on the RG40XX V.
21+
22+
### Video Guide
23+
24+
> Courtesy of [@TechDweeb](https://www.youtube.com/@TechDweeb)
25+
<iframe width="560" height="315" src="https://www.youtube.com/embed/MVPUu2BWuqw?si=icEWARXRxd9oB1DC" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
26+
27+
## Extracting the kernel and bootloader
28+
29+
!!! warning "The RG40XX V distribution includes a bootloader, u-boot, and kernel in binary form extracted from the stock firmware. There are no public sources provided by anbernic for those"
30+
31+
Anbernic has not published the source code of the u-boot and kernel of the RG40XX V. In order to have a working configuration you have two options:
32+
33+
* You can use the stock kernel, bootloader, and u-boot from the stock SDCARD. See below for instructions on how to extract those.
34+
* You can compile the included kernel with the source code of this distribution, however, note that there will be a few elements that are missing
35+
36+
The firwmare included in releases uses the kernel, bootloader, and u-boot from the stock firmware.
37+
38+
You can read [this page](../../guides/h700-firmware-extract.md) to learn how to extract the bootloader, u-boot, and kernel from the stock firmware.
39+
40+
## Community
41+
42+
### Videos
43+
44+
| <iframe width="560" height="315" src="https://www.youtube.com/embed/0Du0SmGCb-Y?si=VxvtjPDPbfjY5W4J" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe> | <iframe width="560" height="315" src="https://www.youtube.com/embed/CZct4QPctd4?si=KWs222BhdO1TAqmX" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe> |
45+
| -- | -- |

0 commit comments

Comments
 (0)