Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

uboot-rockchip:fix r4se uboot sd card not bootable #10117

Merged
merged 4 commits into from
Sep 15, 2022
Merged

uboot-rockchip:fix r4se uboot sd card not bootable #10117

merged 4 commits into from
Sep 15, 2022

Conversation

DHDAXCW
Copy link
Contributor

@DHDAXCW DHDAXCW commented Sep 15, 2022

Q:你知道这是pull request吗?(使用 "x" 选择)

  • 我知道

this will cause uboot to fail to load the sd card
at startup, and uboot can recognize emmc...

=> mmc list
mmc@fe320000: 1
mmc@fe330000: 0 (eMMC)
=> mmc info
Device: mmc@fe330000
Manufacturer ID: 15
OEM: 0
Name: BJTD4R
Bus Speed: 52000000
Mode: MMC High Speed (52MHz)
Rd Block Len: 512
MMC version 5.1
High Capacity: Yes
Capacity: 29.1 GiB
Bus Width: 8-bit
Erase Group Size: 512 KiB
HC WP Group Size: 8 MiB
User Capacity: 29.1 GiB WRREL
Boot Capacity: 4 MiB ENH
RPMB Capacity: 4 MiB ENH
Boot area 0 is not write protected
Boot area 1 is not write protected
=> mmc dev 0
switch to partitions #0, OK
mmc0(part 0) is current device
=> mmc dev 1
switch to partitions #0, OK
mmc1 is current device
=> mmc dev 2
MMC Device 2 not found
no mmc device at slot 2
=>

@coolsnowwolf coolsnowwolf merged commit b030e91 into coolsnowwolf:master Sep 15, 2022
github-actions bot added a commit to HongJie-Master/lede that referenced this pull request Sep 15, 2022
* https://github.com/coolsnowwolf/lede:
  bcm53xx: PHICOMM K3 add k3screenctrl by default
  Config.in: disable LLVM default building
  x86: add Aquantia AQtion 5/2.5GbE USB-to-Ethernet by default
  kernel: bump 5.19 to 5.19.9 (coolsnowwolf#10125)
  rockchip: fix NanoPi R4SE has unique MAC address when boot from emmc
  kernel: add and enable MGLRU for Linux 5.15
  rockchip: ensure NanoPi R4S has unique MAC address
  Revert "rockchip: default smp tune on"
  uboot-rockchip:fix r4se uboot sd card not bootable (coolsnowwolf#10117)
  bridger: add bridge forwarding accelerator for target
  bpftools: update to standalone bpftools + libbpf, use the latest version
github-actions bot added a commit to aiastia-bak/lede that referenced this pull request Sep 15, 2022
* https://github.com/coolsnowwolf/lede:
  bcm53xx: PHICOMM K3 add k3screenctrl by default
  Config.in: disable LLVM default building
  x86: add Aquantia AQtion 5/2.5GbE USB-to-Ethernet by default
  kernel: bump 5.19 to 5.19.9 (coolsnowwolf#10125)
  rockchip: fix NanoPi R4SE has unique MAC address when boot from emmc
  kernel: add and enable MGLRU for Linux 5.15
  rockchip: ensure NanoPi R4S has unique MAC address
  Revert "rockchip: default smp tune on"
  uboot-rockchip:fix r4se uboot sd card not bootable (coolsnowwolf#10117)
  bridger: add bridge forwarding accelerator for target
  bpftools: update to standalone bpftools + libbpf, use the latest version
github-actions bot added a commit to Kin-Chi/lede that referenced this pull request Sep 15, 2022
* https://github.com/coolsnowwolf/lede:
  bcm53xx: PHICOMM K3 add k3screenctrl by default
  Config.in: disable LLVM default building
  x86: add Aquantia AQtion 5/2.5GbE USB-to-Ethernet by default
  kernel: bump 5.19 to 5.19.9 (coolsnowwolf#10125)
  rockchip: fix NanoPi R4SE has unique MAC address when boot from emmc
  kernel: add and enable MGLRU for Linux 5.15
  rockchip: ensure NanoPi R4S has unique MAC address
  Revert "rockchip: default smp tune on"
  uboot-rockchip:fix r4se uboot sd card not bootable (coolsnowwolf#10117)
  bridger: add bridge forwarding accelerator for target
  bpftools: update to standalone bpftools + libbpf, use the latest version
github-actions bot added a commit to mengniu8/lede that referenced this pull request Sep 15, 2022
* https://github.com/coolsnowwolf/lede:
  bcm53xx: PHICOMM K3 add k3screenctrl by default
  Config.in: disable LLVM default building
  x86: add Aquantia AQtion 5/2.5GbE USB-to-Ethernet by default
  kernel: bump 5.19 to 5.19.9 (coolsnowwolf#10125)
  rockchip: fix NanoPi R4SE has unique MAC address when boot from emmc
  kernel: add and enable MGLRU for Linux 5.15
  rockchip: ensure NanoPi R4S has unique MAC address
  Revert "rockchip: default smp tune on"
  uboot-rockchip:fix r4se uboot sd card not bootable (coolsnowwolf#10117)
  bridger: add bridge forwarding accelerator for target
  bpftools: update to standalone bpftools + libbpf, use the latest version
github-actions bot added a commit to BCYDTZ/lede that referenced this pull request Sep 15, 2022
* https://github.com/coolsnowwolf/lede:
  bcm53xx: PHICOMM K3 add k3screenctrl by default
  Config.in: disable LLVM default building
  x86: add Aquantia AQtion 5/2.5GbE USB-to-Ethernet by default
  kernel: bump 5.19 to 5.19.9 (coolsnowwolf#10125)
  rockchip: fix NanoPi R4SE has unique MAC address when boot from emmc
  kernel: add and enable MGLRU for Linux 5.15
  rockchip: ensure NanoPi R4S has unique MAC address
  Revert "rockchip: default smp tune on"
  uboot-rockchip:fix r4se uboot sd card not bootable (coolsnowwolf#10117)
  bridger: add bridge forwarding accelerator for target
  bpftools: update to standalone bpftools + libbpf, use the latest version
github-actions bot added a commit to KiteMoon/ledeToHome that referenced this pull request Sep 15, 2022
* https://github.com/coolsnowwolf/lede:
  bcm53xx: PHICOMM K3 add k3screenctrl by default
  Config.in: disable LLVM default building
  x86: add Aquantia AQtion 5/2.5GbE USB-to-Ethernet by default
  kernel: bump 5.19 to 5.19.9 (coolsnowwolf#10125)
  rockchip: fix NanoPi R4SE has unique MAC address when boot from emmc
  kernel: add and enable MGLRU for Linux 5.15
  rockchip: ensure NanoPi R4S has unique MAC address
  Revert "rockchip: default smp tune on"
  uboot-rockchip:fix r4se uboot sd card not bootable (coolsnowwolf#10117)
  bridger: add bridge forwarding accelerator for target
  bpftools: update to standalone bpftools + libbpf, use the latest version
github-actions bot pushed a commit to zesming/lede that referenced this pull request Sep 16, 2022
* https://github.com/coolsnowwolf/lede:
  bcm53xx: PHICOMM K3 add k3screenctrl by default
  Config.in: disable LLVM default building
  x86: add Aquantia AQtion 5/2.5GbE USB-to-Ethernet by default
  kernel: bump 5.19 to 5.19.9 (coolsnowwolf#10125)
  rockchip: fix NanoPi R4SE has unique MAC address when boot from emmc
  kernel: add and enable MGLRU for Linux 5.15
  rockchip: ensure NanoPi R4S has unique MAC address
  Revert "rockchip: default smp tune on"
  uboot-rockchip:fix r4se uboot sd card not bootable (coolsnowwolf#10117)
  bridger: add bridge forwarding accelerator for target
  bpftools: update to standalone bpftools + libbpf, use the latest version
github-actions bot added a commit to Kin-Chi/lede that referenced this pull request Sep 17, 2022
* https://github.com/coolsnowwolf/lede: (82 commits)
  x86: backport I226 support for kernel 5.4
  bcm53xx: update NVMEM driver for NVRAM
  kernel: bump 5.15 to 5.15.68
  linux-firmware: update to 20220913
  kernel: bump 5.4 to 5.4.211
  kernel: bump 5.10 to 5.10.143  (coolsnowwolf#10138)
  bcm53xx: switch to kernel 5.4
  autocore-arm: add filogic subtarget support
  bcm53xx: PHICOMM K3 add k3screenctrl by default
  Config.in: disable LLVM default building
  x86: add Aquantia AQtion 5/2.5GbE USB-to-Ethernet by default
  kernel: bump 5.19 to 5.19.9 (coolsnowwolf#10125)
  rockchip: fix NanoPi R4SE has unique MAC address when boot from emmc
  kernel: add and enable MGLRU for Linux 5.15
  rockchip: ensure NanoPi R4S has unique MAC address
  Revert "rockchip: default smp tune on"
  uboot-rockchip:fix r4se uboot sd card not bootable (coolsnowwolf#10117)
  bridger: add bridge forwarding accelerator for target
  bpftools: update to standalone bpftools + libbpf, use the latest version
  cmake.mk: fix for install llvm-bdf (coolsnowwolf#10109)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants