-
-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
uboot: add Olimex A64 OLinuXino #156034
uboot: add Olimex A64 OLinuXino #156034
Conversation
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.
I'm giving the chance for others to chime in about this question:
Does it matter that this builds only the
emmc
defconfig?
I assume that even without eMMC, it would work just fine for end-users. The only difference would be the availability of a non-working boot entry... Which would be just as annoying as an SD card boot entry when you don't have an SD card inserted. Which means: not annoying.
It seems the board I have doesn't have an eMMC; it booted nixos
automatically (I didn't need to select any boot entry manually). I am
not sure if there were any extra boot entries - the uboot(?) screen
displayed for a brief moment only, can't remember what it said...
|
Then my assumptions hold. Thanks for confirming. The boot entries don't have a menu to pick from, in U-Boot. It's a semi-baked-in list of targets it tries to boot from. |
This pull request has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/arm-olimex-a64-olinuxino/17205/3 |
When trying to build uboot I get a failure due to
(full log at log.log This happens for emulated compilation or cross compilation. Any ideas? |
Hi, first off, please open a new issue and ping relevant people for new problems not related to a given PR or issue. Hm right, the U-Boot update in I suspect all allwinner boards will have this issue. add |
Motivation for this change
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/
)nixos/doc/manual/md-to-db.sh
to update generated release notes