mirror of
https://github.com/outbackdingo/firmware.git
synced 2026-01-27 10:19:01 +00:00
Up XM530
This commit is contained in:
4
.github/workflows/xm530_images.yml
vendored
4
.github/workflows/xm530_images.yml
vendored
@@ -64,7 +64,9 @@ jobs:
|
||||
echo "ARCHIVE_FW=$ARCHIVE_FW" >> $GITHUB_ENV
|
||||
cd $GITHUB_WORKSPACE
|
||||
make BOARD=unknown_unknown_xm530_openipc all
|
||||
tar -C ${GITHUB_WORKSPACE}/output/images -cvzf $ARCHIVE_FW rootfs.squashfs uImage
|
||||
mv ${GITHUB_WORKSPACE}/output/images/uImage ${GITHUB_WORKSPACE}/output/images/uImage_xm530
|
||||
mv ${GITHUB_WORKSPACE}/output/images/rootfs.squashfs ${GITHUB_WORKSPACE}/output/images/rootfs.squashfs_xm530
|
||||
tar -C ${GITHUB_WORKSPACE}/output/images -cvzf $ARCHIVE_FW rootfs.squashfs_xm530 uImage_xm530
|
||||
|
||||
- name: Build XM530 SDK
|
||||
id: build-xm530-sdk
|
||||
|
||||
4
Makefile
4
Makefile
@@ -2,8 +2,8 @@
|
||||
ROOT_DIR := $(CURDIR)
|
||||
BR_VER := 2020.02
|
||||
BR_DIR := $(ROOT_DIR)/buildroot-$(BR_VER)
|
||||
BR_EXT_DIR := $(ROOT_DIR)/br-ext-chip-hisilicon
|
||||
#BR_EXT_DIR := $(ROOT_DIR)/br-ext-chip-xiongmai
|
||||
#BR_EXT_DIR := $(ROOT_DIR)/br-ext-chip-hisilicon
|
||||
BR_EXT_DIR := $(ROOT_DIR)/br-ext-chip-xiongmai
|
||||
SCRIPTS_DIR := $(ROOT_DIR)/scripts
|
||||
BOARDS := $(shell ls -1 $(BR_EXT_DIR)/configs)
|
||||
|
||||
|
||||
@@ -36,7 +36,7 @@ BR2_ROOTFS_OVERLAY="$(TOPDIR)/../general/overlay"
|
||||
|
||||
# OpenIPC configuration
|
||||
BR2_TOOLCHAIN_BUILDROOT_VENDOR="openipc"
|
||||
BR2_TARGET_GENERIC_ISSUE="Welcome to OpenIPC v21.04.18.1"
|
||||
BR2_TARGET_GENERIC_ISSUE="Welcome to OpenIPC v21.04.21.1"
|
||||
BR2_TARGET_GENERIC_HOSTNAME="ipcam"
|
||||
BR2_GLOBAL_PATCH_DIR="$(TOPDIR)/../general/package/patches"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user