Skip to content

Commit 52b37dc

Browse files
committed
fixup! configs: add SC598-HTOL board fragment
Signed-off-by: Ozan Durgut <ozan.durgut@analog.com>
1 parent 2eaffb4 commit 52b37dc

2 files changed

Lines changed: 16 additions & 3 deletions

File tree

board/adi/sc598-htol/uboot.env

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
bootmenu_0=Boot HTOL SPI flash=run sfboot
2+
bootmenu_1=Boot HTOL eMMC=run emmcboot
3+
bootdelay=5
4+
bootcmd=run sfboot
5+
sfboot=sf probe; sf read ${fdt_addr_r} 0x100000 0x9000; sf read ${kernel_addr_r} 0x110000 0xf00000; setenv bootargs ${bootargs} rootfstype=ubifs root=ubi0:rootfs ubi.mtd=3 rw; booti ${kernel_addr_r} - ${fdt_addr_r}
6+
emmcboot=fatload mmc 0:1 ${fdt_addr_r} /${fdtfile}; fatload mmc 0:1 ${kernel_addr_r} /Image; setenv bootargs ${bootargs} root=/dev/mmcblk0p2 rw rootfstype=ext4 rootwait; booti ${kernel_addr_r} - ${fdt_addr_r}
7+
bootargs=earlycon=adi_uart,0x31003000 console=ttySC0,115200 vmalloc=512M log_buf_len=4M
8+
kernel_addr_r=0x90009000
9+
fdt_addr_r=0x90000000
10+
fdtfile=sc598-htol.dtb
11+
ethaddr=02:80:ad:20:31:e8
12+
eth1addr=02:80:ad:20:31:e9
13+
httpdstp=8000

configs/htol.fragment

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
BR2_TARGET_GENERIC_HOSTNAME="sc598-htol"
22
BR2_TARGET_GENERIC_ISSUE="Welcome to the ADI SC598 HTOL Board"
33
BR2_GLOBAL_PATCH_DIR="$(BR2_EXTERNAL)/board/adi/patches"
4-
BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="984f676cc448"
4+
BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="95258f4"
55
BR2_LINUX_KERNEL_INTREE_DTS_NAME="adi/sc598-htol"
66
BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="2ff322c"
77
BR2_TARGET_UBOOT_BOARD_DEFCONFIG="sc598-htol-spl"
8-
BR2_TARGET_UBOOT_DEFAULT_ENV_FILE="$(BR2_EXTERNAL)/board/adi/patches/uboot/uboot.env"
9-
BR2_ROOTFS_POST_IMAGE_SCRIPT="board/adi/ev-sc598-som/post-image.sh support/scripts/genimage.sh"
8+
BR2_TARGET_UBOOT_DEFAULT_ENV_FILE="$(BR2_EXTERNAL)/board/adi/sc598-htol/uboot.env"
109
BR2_ROOTFS_POST_IMAGE_SCRIPT_ARGS="-c $(BR2_EXTERNAL)/board/adi/sc598-htol/genimage.cfg"
10+
BR2_PACKAGE_LIGHTTPD=y

0 commit comments

Comments
 (0)