-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathdevice.json
More file actions
executable file
·40 lines (40 loc) · 1000 Bytes
/
device.json
File metadata and controls
executable file
·40 lines (40 loc) · 1000 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
[
{
"device": "H700",
"offsets": {
"uboot": "0x800",
"monitor": "0x100800",
"p1": "0x11ac00",
"sunxi": "0x11b800"
},
"config": {
"name": "sun50i_arm64",
"base": "40078000",
"kernel_offset": "00008000",
"ramdisk_offset": "01f88000",
"second_offset": "00e88000",
"tags_offset": "fff88100",
"pagesize": "2048",
"cmdline": "quiet console=tty0 consoleblank=0 loglevel=0 initcall_debug=0 root=/dev/mmcblk0p5 rootwait init=/init"
}
},
{
"device": "A133",
"offsets": {
"uboot": "0x800",
"monitor": "0x0",
"p1": "0x0",
"sunxi": "0xe6000"
},
"config": {
"name": "sun50i_arm64",
"base": "40078000",
"kernel_offset": "00008000",
"ramdisk_offset": "01f88000",
"second_offset": "00e88000",
"tags_offset": "fff88100",
"pagesize": "2048",
"cmdline": "console=ttyS0,115200 root=/dev/mmcblk0p5 rootwait init=/sbin/init"
}
}
]