-
-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
ubootOdroidN2: init #245100
base: master
Are you sure you want to change the base?
ubootOdroidN2: init #245100
Conversation
Added meson64-tools package and updated the uboot builder to utilize it. |
Thanks! Changed package description and tooling binary output names as suggested. |
5bf4de6
to
ecd0a9b
Compare
Rebased on master and removed unnecessary dependency yacc which is included in bison. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This pull request has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/prs-already-reviewed/2617/1084 |
|
||
# Flashing instructions: | ||
# dd if=${drv}/u-boot.bin.sd.bin of=$DEV conv=fsync,notrunc bs=512 skip=1 seek=1 | ||
# dd if=${drv}/u-boot.bin.sd.bin of=$DEV conv=fsync,notrunc bs=1 count=440 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you have an expression for building SD image which uses this, you can put these into sdImage.postBuildCommands
, check out https://github.com/novena-next/nixos-novena/blob/master/configuration.nix#L62-L64
The comment is fine of course, it's just something you might find interesting. 😄
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
ecd0a9b
to
5c5e45e
Compare
5c5e45e
to
75fa467
Compare
changes: formatted with nixpkgs-rfc-style |
Description of changes
Adds a u-boot build for the N2 and N2+.
Requires proprietary blobs from https://github.com/LibreELEC/amlogic-boot-fi
U-boot wiki for the boards: https://u-boot.readthedocs.io/en/latest/board/amlogic/odroid-n2.html
Things done
sandbox = true
set innix.conf
? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)