Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions config/boards/mochabin.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# GlobalScale MOCHAbin
# Based on Marvell Armada 7040

BOARD_NAME="GlobalScale MOCHAbin"
BOARDFAMILY="mvebu64"
BOARD_MAINTAINER=""
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Empty BOARD_MAINTAINER requires .csc file extension.

Per Armbian board support rules, files with .conf extension require at least one maintainer. An empty BOARD_MAINTAINER indicates community-supported status and should use .csc extension instead.

Rename the file from mochabin.conf to mochabin.csc, or add a maintainer. Based on learnings, this is documented at https://docs.armbian.com/User-Guide_Board-Support-Rules/

🤖 Prompt for AI Agents
In config/boards/mochabin.conf around line 6, BOARD_MAINTAINER is empty which
violates Armbian board support rules for .conf files; either rename
mochabin.conf to mochabin.csc to mark it community-supported or set
BOARD_MAINTAINER to a non-empty maintainer identifier (e.g., "Name <email>") and
keep the .conf extension; apply the rename across repository references if
chosen and update any packaging or docs that refer to the old filename.

KERNEL_TARGET="current,edge"

# Use ESPRESSObin bootloader configuration (compatible)
BOOTCONFIG="mvebu_db-88f7040_defconfig"

# MOCHAbin Device Tree
BOOT_FDT_FILE="armada-7040-mochabin.dtb"

# Serial console
SERIALCON="ttyS0:115200n8"

# Packages
PACKAGE_LIST_BOARD="ethtool"

# Modules
MODULES_CURRENT="mvpp2 mvneta mv_xor ahci"
Loading