Buildroot s390 image#26
Closed
nickdesaulniers wants to merge 2 commits into
Closed
Conversation
cd9d0a0 to
082ba8c
Compare
Member
Author
|
I'll rebase this once #25 lands, then it should be clearer that it's just a small change to rebuild.sh and a new image file. I would appreciate it if @eaibmz reviewed the buildroot config file; we don't need an advanced userspace image, these are for simple boot testing, then powering down the machine. |
nickdesaulniers
commented
Oct 16, 2020
| BR2_KERNEL_HEADERS_4_4=y | ||
| BR2_GCC_VERSION_8_X=y | ||
| BR2_TARGET_GENERIC_ROOT_PASSWD="root" | ||
| BR2_TARGET_GENERIC_GETTY_PORT="ttyAMA0" |
Member
Author
There was a problem hiding this comment.
is this port correct? I copied this from a different arch's config, so I suppose it's likely incorrect.
There was a problem hiding this comment.
I would suggest using configs/qemu_s390x_defconfig as a template or are there reasons for not doing it ?
Link: ClangBuiltLinux/continuous-integration#232 Signed-off-by: Nick Desaulniers <ndesaulniers@google.com>
Currently fails to boot with: 512m -nodefaults -serial mon:stdio KASLR disabled: CPU has no PRNG Linux version 5.9.0-00732-g04ed4527465f (ndesaulniers@ndesaulniers1.mtv.corp.google.com) #30 SMP Fri Oct 16 15:49:05 PDT 2020Kernel fault: interruption code 0005 ilc:2 PSW : 0000200180000000 000000000001779e R:0 T:0 IO:0 EX:0 Key:0 M:0 W:0 P:0 AS:0 CC:2 PM:0 RI:0 EA:3 GPRS: 0000000000000001 0000000c00000000 00000003fffffff4 00000000fffffff0 0000000000000000 00000000fffffff4 000000000000000c 00000000fffffff0 00000000fffffffc 0000000000000000 00000000fffffff8 00000000008a75a8 0000000000000009 0000000000000002 0000000000000008 000000000000bce0 Signed-off-by: Nick Desaulniers <ndesaulniers@google.com>
c1370ce to
5f53274
Compare
Closed
Closed
Member
Author
|
fixed in #28 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.