File: rockpro64.dts

package info (click to toggle)
fwupd 2.0.20-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 32,504 kB
  • sloc: ansic: 277,388; python: 11,485; xml: 9,493; sh: 1,625; makefile: 167; cpp: 19; asm: 11; javascript: 9
file content (24 lines) | stat: -rw-r--r-- 431 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/dts-v1/;

/*
 * This file can be used to try our a VBE simple update on ROCKPro64 using
 * Debian or some other distribution.
 */

/ {
	compatible = "pine64,rockpro64-v2.1";

	chosen {
		fwupd {
			firmware {
				compatible = "fwupd,vbe-simple";
				cur-version = "1.2.3";
				bootloader-version = "2022.01";
				storage = "mmc1";
				area-start = <0x0>;
				area-size = <0x1000000>;
				skip-offset = <0x8000>;
			};
		};
	};
};