openwrt/package
Daniel Golle 1d5778e18d 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>
2023-08-28 16:35:22 +01:00
..
base-files base-files: fix duplicate wifi radio sections when using phy renaming 2023-07-17 14:33:57 +02:00
boot uboot-mediatek: build fully-featured U-Boot for MT7988 RFB 2023-08-28 16:35:22 +01:00
devel tracecmd: update to v3.2 2023-08-01 13:29:40 +02:00
firmware ipq807x: add support for Netgear RAX120v2 2023-08-19 17:12:46 +02:00
kernel ltq-vdsl-vr11-mei: fix compilation error with kernel 6.1 2023-08-27 19:26:53 +02:00
libs mbedtls: Update to version 2.28.4 2023-08-11 11:03:08 +02:00
network hostapd: fix bringing up AP+STA when the new channel is on a DFS channel 2023-08-24 18:29:36 +02:00
system uci: update to git HEAD 2023-08-10 23:09:37 +02:00
utils packages: nvram: add asus,rt-ac3100 to set_wireless_led_behaviour quirk 2023-08-19 11:03:11 +02:00
Makefile build: generate index.json 2023-05-09 23:56:49 +02:00