Skip to content

Commit

Permalink
odroid-N2: increase default SPI speed so flash read/write works properly
Browse files Browse the repository at this point in the history
  • Loading branch information
tpwrules authored and samueldr committed Feb 24, 2022
1 parent 92866ab commit 7092564
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions boards/odroid-N2/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
(helpers: with helpers; {
USE_PREBOOT = yes;
PREBOOT = freeform ''"usb start ; usb info"'';
SF_DEFAULT_SPEED = freeform ''52000000'';
})
];
patches = [
Expand Down

0 comments on commit 7092564

Please sign in to comment.