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

Pr individual bbt #33

Open
wants to merge 2 commits into
base: master-lede_rebased_5.4
Choose a base branch
from

Conversation

Plonkbong
Copy link
Contributor

The BBT patch breaks all other devices with mon Somsung NAND and BBT
My Patch should fix it

This commit fix 4052-NAND-add-easybox904-bbt.patch which implements BBT
on Samsung K9F4G08U0x NAND flash-chips
(required on the Vodafon Easybox 904xDSL)
The old patch breaks all xrx200 devices with the default BBT by the
special BBT for Samsung K9F4G08U0x

now it will ask for the customized-samsung-K9F4G08U0x tag in DTS

it need this tag inside the DTS:
&localbus {
...
    flash@1 {
...
        customized-samsung-K9F4G08U0x;

Signed-off-by: Jonas Albrecht <plonkbong100@protonmail.com>
add tag:
&localbus {
...
    flash@1 {
...
        customized-samsung-K9F4G08U0x;

for the:
lantiq: fix 4052-NAND-add-easybox904-bbt.patch
patch

Signed-off-by: Jonas Albrecht <plonkbong100@protonmail.com>
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.

1 participant