Skip to content

Commit 3de79f1

Browse files
committed
pbl: add flash log download and dehash tools
Code review Signed-off-by: Federico Bechini <[email protected]>
1 parent 2202d80 commit 3de79f1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

python_libs/pbl/pbl/commands/flash_logs.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2025 Core Devices LLC
1+
# SPDX-FileCopyrightText: 2025 Federico Bechini
22
# SPDX-License-Identifier: Apache-2.0
33

44
from __future__ import absolute_import, print_function
@@ -44,16 +44,16 @@ def __call__(self, args):
4444
'diorite': (0x280000, 0x20000),
4545
'silk': (0x280000, 0x20000),
4646

47-
# Robert / Emery
48-
'emery': (0x480000, 0x20000),
47+
# Robert / Calculus
4948
'robert': (0x480000, 0x20000),
5049
'calculus': (0x480000, 0x20000),
5150

5251
# Asterix
5352
'asterix': (0x1FD0000, 0x20000),
5453

55-
# Obelix
54+
# Obelix / Getafix
5655
'obelix': (0x1FCF000, 0x20000),
56+
'getafix': (0x1FCF000, 0x20000),
5757
}
5858

5959
# Normalize board name

tools/dehash_flash_logs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python3
2-
# SPDX-FileCopyrightText: 2025 Core Devices LLC
2+
# SPDX-FileCopyrightText: 2025 Federico Bechini
33
# SPDX-License-Identifier: Apache-2.0
44

55
"""

0 commit comments

Comments
 (0)