You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This broken-flash-reset flag causes the kernel to output a large message during device boot. This message can cause undue confusion - making users think there's an error when this is just a warning message.
Description
A clear and concise description of what you want to happen.
It should be reasonably clear how the improvement would be implemented.
Context
OpenWRT 23.05 branch
Motivation
Goal: Decreasing developer friction
The Omega2+/2S+ features a flash chip that requires a
broken-flash-reset
flag to be set in the DTS (Device Tree Specification), https://github.com/openwrt/openwrt/blob/openwrt-23.05/target/linux/ramips/dts/mt7628an_onion_omega2p.dts#L9C2-L9C20(More details on the the broken flash reset issue in this Onion Community post and this Github issue comment)
This
broken-flash-reset
flag causes the kernel to output a large message during device boot. This message can cause undue confusion - making users think there's an error when this is just a warning message.Description
Current behaviour: the bootlog outputs a large warning message like this (from OnionIoT/OpenWRT-Packages#62 (comment)):
Desired outcome: a much smaller warning message
Method: apply a patch to reduce the warning to a single line
https://github.com/plan44/plan44-feed/blob/main/p44b-onion/p44build/global-patches/256-prevent-trace-for-broken-flash-reset.diff
Alternatives Considered
N/A
Additional Resources
See @plan44's solution here: https://github.com/plan44/plan44-feed/blob/main/p44b-onion/p44build/global-patches/256-prevent-trace-for-broken-flash-reset.diff
More context here: OnionIoT/OpenWRT-Packages#62 (comment)
Deliverables
The text was updated successfully, but these errors were encountered: