openwrt/package
Daniel Golle 35d123adfe uboot-mediatek: build fully-featured U-Boot for MT7988 RFB
Select many potentially useful options for the MT7988 RFB U-Boot builds.
The resulting loader is intended as a development tool and intends to be
generic. It does *not* have a default bootcmd set, but allows to boot
pretty much everything, including EFI executables.

To install this U-Boot build to the eMMC:
  opkg install mmc-utils partx-utils
  mmc bootpart enable 1 1 /dev/mmcblk0
  echo 0 > /sys/block/mmcblk0boot0/force_ro
  dd if=*mediatek_mt7988a-rfb-nand-emmc-preloader.bin of=/dev/mmcblk0boot0
  dd if=*mediatek_mt7988a-rfb-nand-emmc-gpt.bin of=/dev/mmcblk0
  partx -a /dev/mmcblk0
  dd if=*mediatek_mt7988a-rfb-nand-emmc-bl31-uboot.fip of=/dev/mmcblk0p3

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit 1d5778e18d)
2023-09-04 23:00:34 +01:00
..
base-files OpenWrt v23.05.0-rc3: revert to branch defaults 2023-08-20 21:50:26 +02:00
boot uboot-mediatek: build fully-featured U-Boot for MT7988 RFB 2023-09-04 23:00:34 +01:00
devel perf: opt-out of lto usage 2023-08-11 12:53:34 +02:00
firmware Revert "ath11k-firmware: update to stable WLAN.HK.2.9.0.1-01837" 2023-08-27 12:18:45 +02:00
kernel mt76: update to the latest version 2023-08-26 13:30:25 +02:00
libs nettle: update to 3.9.1 2023-08-27 23:49:27 +02:00
network hostapd: revert upstream commit to fix #13156 2023-08-19 16:01:06 +02:00
system urngd: update to the latest master 2023-08-28 16:35:09 +02:00
utils util-linux: enable colrm util as package 2023-08-11 12:53:33 +02:00
Makefile build: generate index.json 2023-05-09 23:56:49 +02:00