[Bug 210556] sbin/growfs broken kyua status for 11.0 -r302180 (only tested on rpi2 with -mcpu=cortex-a7 in use)
| Newsgroups | gmane.os.freebsd.devel.arm |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210556 Mark Millard <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Open |Closed Resolution|--- |FIXED --- Comment #5 from Mark Millard <[email protected]> --- The passing test was with main 16's snapshot (so an official FreeBSD build, not a personal one), having booted usb media (other than the RPi* firmware's bootcode.bin on the microsd card): # uname -apKU FreeBSD RPi2Bv1p1 16.0-CURRENT FreeBSD 16.0-CURRENT #0 main-n281019-0dc634d48fcc: Fri Oct 10 00:15:55 UTC 2025 [email protected]:/usr/obj/usr/src/arm.armv7/sys/GENERIC arm armv7 1600001 1600001 Note: the USB media is such that usb_pgood_delay assignment is sufficient to avoid U-Boot failing to detect the media. So the one thing I replaced was u-boot.bin ( in /boot/efi/ ) with one based on the patch: # cat /usr/ports/sysutils/u-boot-rpi2/files/patch-include_configs_rpi.h --- include/configs/rpi.h.orig 2025-04-07 14:57:55.000000000 -0700 +++ include/configs/rpi.h 2025-10-15 18:54:36.123802000 -0700 @@ -31,4 +31,8 @@ */ #define CFG_SYS_SDRAM_SIZE SZ_128M +#define CFG_EXTRA_ENV_SETTINGS \ + "usb_pgood_delay=2000\0" \ + "usb_ready_retry=5\0" + #endif (The usb_ready_retry is historical from a different context.) -- You are receiving this mail because: You are the assignee for the bug.