Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
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
16 changes: 16 additions & 0 deletions config/boards/orangepi-4a.csc
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Allwinner Cortex-A55 octa-core 2/4GB SoC SPI SD eMMC NVMe GBe HDMI
BOARD_NAME="Orange Pi 4A"
BOARDFAMILY="sun55iw3"
BOARD_MAINTAINER=""
BOOTCONFIG="sun55iw3p1_t527_defconfig" #fixme
OVERLAY_PREFIX="sun55i-t527" #fixme
#BOOT_LOGO="desktop"
KERNEL_TARGET="dev,edge"
BOOT_FDT_FILE="dtb/allwinner/sun55i-t527-orangepi-4a.dtb" #fixme
Copy link
Collaborator

Choose a reason for hiding this comment

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

Hi.
Have you tried booting by monitoring the serial output?
I'm porting the sunxi-next patches to a cubie a5e, and with kernel 6.16, I had to delete the folder path in BOOT_FTD_FILE.
In addition, in 6.16, u-boot fails to activate the serial output in pinctrl 2500000, so when I start the kernel, I get no information.
juanesf@cbb3e75

Copy link
Member Author

Choose a reason for hiding this comment

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

As mentioned in the initial PR, no, I did not try, last but not least due to lack of hw.

IMAGE_PARTITION_TABLE="gpt"
#IMAGE_PARTITION_TABLE="msdos"
BOOTFS_TYPE="fat"
BOOTSTART="1"
BOOTSIZE="512"
ROOTSTART="513"

Loading