Ciro Santilli
5f30493cd1
libguestfs
2018-06-18 10:06:21 +01:00
Ciro Santilli
a8055cda60
gem5: explain m5ops and create minimal one liner copy pastes
2018-06-18 09:00:07 +01:00
Ciro Santilli
b19256b251
fs_bigLITTLE.py tested on
2018-06-17 12:07:32 +01:00
Ciro Santilli
18c1c823fe
gem5: integrate fs_bigLITTLE.py into run
2018-06-17 12:06:29 +01:00
Ciro Santilli
57dbe81f33
lkmc_many_files: create package to test a rootfs with many files
...
Automatically pick up packages from under packages/ into BR2_EXTERNAL.
Move many subdirectory READMEs into the toplevel and link to toplevel from those subreadmes instead.
2018-06-17 11:36:56 +01:00
Ciro Santilli
4484e866cb
terminal: managed to spawn getty on TTYs manually from init
2018-06-14 12:05:56 +01:00
Ciro Santilli
fa7065f0d4
run: save run.sh to the right directory for qemu
2018-06-14 10:44:40 +01:00
Ciro Santilli
ee33e4f028
getty: failed attempt at doing it from a shell
2018-06-13 15:07:55 +01:00
Ciro Santilli
c821edf78a
simultaneous runs: link to build variants
2018-06-13 09:06:20 +01:00
Ciro Santilli
630c31ebf7
biliography: rpi os
2018-06-13 08:57:00 +01:00
Ciro Santilli
d08a77090e
simultaneous runs: could not set gem5 ports explicitly
2018-06-12 16:37:51 +01:00
Ciro Santilli
e91871611a
run: forward -n to -u
2018-06-12 14:50:03 +01:00
Ciro Santilli
28c70a3824
run: support multiple simultaneous runs and run output directories
2018-06-12 12:37:31 +01:00
Ciro Santilli
37f64de29f
gem5: prefix woktree branch with wt/
2018-06-11 18:46:20 +01:00
Ciro Santilli
8b5c211c22
gem5: build with ccache
...
CXX='ccache c++' does not work, CXX=/my/path/to/ccache/wrapper/c++
does not work, the only thing that works it to put it in your PATH.
I would rather put a wrapper that forwards to ccache in this repo to
avoid the external host dependency:
#!/usr/bin/env bash
ccache c++ "$@"
but then that script has to remove its directory from PATH or else
infinite recursion, and I have no patience to code that.
I considered using the ccache from Buildroot, but it does not setup the
nice /usr/lib PATH, so I gave up on that as well.
2018-06-11 18:21:11 +01:00
Ciro Santilli
007e4114a6
buildroot: use our fork for rpath
2018-06-10 10:22:47 +01:00
Ciro Santilli
c375d58e44
build: only set Linux kernel cli config if options changed
...
Otherwise, the Linux kernel gets rebuilt every time, which adds a few
seconds to every rebuild.
2018-06-10 09:29:23 +01:00
Ciro Santilli
b562d8dfe7
gem5: support variants
2018-06-10 08:57:39 +01:00
Ciro Santilli
37d5fa8df9
buildroot: update to 2018.05
...
Verify that OpenBLAS x86 build is working as mentioned at:
https://bugs.busybox.net/show_bug.cgi?id=10856#c1
2018-06-09 14:28:47 +01:00
Ciro Santilli
335adec68a
qemu: don't persist disk changes by default
2018-06-09 13:41:08 +01:00
Ciro Santilli
cadb92f2df
gem5/build: fix shebang
2018-06-08 16:52:36 +01:00
Ciro Santilli
d2da94df30
directory structure: explain more directories
2018-06-08 15:19:21 +01:00
Ciro Santilli
ca69691bfd
gem5 graphic: --frame-capture
2018-06-07 10:54:00 +01:00
Ciro Santilli
0a04e7ba84
readme: fix broken gem5 linux kernel patch link
2018-06-07 07:40:06 +01:00
Ciro Santilli
4a20ebd525
gem5: update to 60600f09c25255b3c8f72da7fb49100e2682093a
...
To verify if vanilla Linux aarch64 v2.17 will boot, but it still didn't.
2018-06-07 07:36:26 +01:00
Ciro Santilli
fe06cedf2b
readme: make all tested on SHAs for this repo into links
2018-06-07 07:02:41 +01:00
Ciro Santilli
1b00992a5e
gem5 graphic: add tested on
2018-06-07 06:59:18 +01:00
Ciro Santilli
38fd6153d9
gem5 graphic mode: checkout just the linux kernel
2018-06-07 06:55:32 +01:00
Ciro Santilli
61c5162fa6
linux: introduce build variants selectable at runtime
2018-06-07 05:26:04 +01:00
Ciro Santilli
c7db43239e
gem5: linux v4.17 broken
2018-06-07 04:48:58 +01:00
Ciro Santilli
42a14cd8fe
gem5: link to aarch64 gdb failure
2018-06-06 14:54:00 +01:00
Ciro Santilli
fa911c7b98
linux: update to v4.17
2018-06-06 10:04:21 +01:00
Ciro Santilli
8911f8b505
x11: mystery solved, workaround implemented: remove S40xorg
2018-06-05 23:00:17 +01:00
Ciro Santilli
b8d8838179
linux kernel update: procedure is only for old patchset
2018-06-05 22:58:21 +01:00
Ciro Santilli
84f88cbd5c
x11: wait, now it works? I'm totally confused
2018-06-05 22:58:21 +01:00
Ciro Santilli
87a1f724a0
gem5: build outdir/system -> system_dir
2018-06-05 14:46:09 +01:00
Ciro Santilli
d1ad6d8f7a
fs_bigLITTLE: link to source
2018-06-04 10:15:33 +01:00
Ciro Santilli
c2696c978d
x11: also broken on upstream...
2018-06-03 22:37:43 +01:00
Ciro Santilli
6e495b0625
fb.sh: create shortcute for fb test
2018-06-03 22:03:39 +01:00
Ciro Santilli
82d4730cb6
eigen: link to pkg-config question
2018-06-03 21:53:56 +01:00
Ciro Santilli
6f1b582d03
x11: broken...
2018-06-03 20:09:30 +01:00
Ciro Santilli
9e450f0da3
kmscube: link to youtube video and EGL SO thread
2018-06-03 19:05:04 +01:00
Ciro Santilli
cb68f50e04
kmscube: publicity, upstream bug report
2018-06-03 18:34:35 +01:00
Ciro Santilli
20a77c4447
eigen: tested on
2018-06-03 17:59:17 +01:00
Ciro Santilli
a4bdcf102c
eigen: fix build, pkg-config problem
2018-06-03 17:58:41 +01:00
Ciro Santilli
975ce0723e
arm graphic mode: document better drm console
2018-06-03 16:46:40 +01:00
Ciro Santilli
16de55dd2f
kmscube: tested on
2018-06-03 00:09:07 +01:00
Ciro Santilli
2903771275
kmscube: worked fine after full rebuild
2018-06-03 00:08:35 +01:00
Ciro Santilli
8b6a26cbe3
kmscube: worked on minimal buildroot setup...
2018-06-02 23:24:03 +01:00
Ciro Santilli
45ea403307
prebuilt: why checkout to prebuilt version doh
2018-06-02 21:59:05 +01:00