File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11BR2_TARGET_GENERIC_HOSTNAME="sc598-htol"
22BR2_TARGET_GENERIC_ISSUE="Welcome to the ADI SC598 HTOL Board"
33BR2_GLOBAL_PATCH_DIR="$(BR2_EXTERNAL)/board/adi/patches"
4- BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="984f676cc448 "
4+ BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="95258f4 "
55BR2_LINUX_KERNEL_INTREE_DTS_NAME="adi/sc598-htol"
66BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="2ff322c"
77BR2_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"
109BR2_ROOTFS_POST_IMAGE_SCRIPT_ARGS="-c $(BR2_EXTERNAL)/board/adi/sc598-htol/genimage.cfg"
10+ BR2_PACKAGE_LIGHTTPD=y
You can’t perform that action at this time.
0 commit comments