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
diff --git a/eclass/autotools.eclass b/eclass/autotools.eclass | |
index 3c55a5c464a..d555a6d6085 100644 | |
--- a/eclass/autotools.eclass | |
+++ b/eclass/autotools.eclass | |
@@ -53,9 +53,9 @@ inherit libtool | |
# version. | |
# If a newer slot is stable on any arch, and is NOT reflected in this list, | |
# then circular dependencies may arise during emerge @system bootstraps. | |
-# | |
+# |
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
U-Boot SPL 2018.05-rc3-02351-g530ebe36a0-dirty (May 02 2018 - 19:36:27 -0500) | |
Trying to boot from SPI | |
initcall: 0010ce75 | |
initcall: 0013c9fd | |
initcall: 00113b31 | |
initcall: 0010ce6d | |
initcall: 0010d127 | |
initcall: 0010d147 | |
initcall: 001015d1 | |
initcall: 0010d137 |
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
$ echo foo | |
foo | |
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
$ ./triangle_geometry --nodisplay | |
Warning: pthread_setaffinity_np failed | |
Warning: pthread_setaffinity_np failed | |
Warning: pthread_setaffinity_np failed | |
Warning: pthread_setaffinity_np failed | |
Warning: pthread_setaffinity_np failed | |
Warning: pthread_setaffinity_np failed | |
Warning: pthread_setaffinity_np failed | |
Warning: pthread_setaffinity_np failed | |
frame [ 0 / 2048]: 388.2177 fps, min = 388.2177 fps, avg = 388.2177 fps, max = 388.2177 fps, sigma = 0.0882 (0.0227%) |
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
$ ./triangle_geometry --nodisplay --threads 16 | |
Warning: pthread_setaffinity_np failed | |
Warning: pthread_setaffinity_np failed | |
Warning: pthread_setaffinity_np failed | |
Warning: pthread_setaffinity_np failed | |
Warning: pthread_setaffinity_np failed | |
Warning: pthread_setaffinity_np failed | |
Warning: pthread_setaffinity_np failed | |
Warning: pthread_setaffinity_np failed | |
frame [ 0 / 2048]: 381.5432 fps, min = 381.5432 fps, avg = 381.5432 fps, max = 381.5432 fps, sigma = 0.0000 (0.0000%) |
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
==> chromebook_minnie | |
make[1]: Entering directory '/home/alarm/PKGBUILDs/alarm/uboot-veyron/src/u-boot-2018.07/b/chromebook_minnie' | |
GEN ./Makefile | |
HOSTCC scripts/basic/fixdep | |
YACC scripts/kconfig/zconf.tab.c | |
LEX scripts/kconfig/zconf.lex.c | |
HOSTCC scripts/kconfig/conf.o | |
HOSTCC scripts/kconfig/zconf.tab.o | |
In file included from scripts/kconfig/zconf.tab.c:2486: | |
/home/alarm/PKGBUILDs/alarm/uboot-veyron/src/u-boot-2018.07/scripts/kconfig/confdata.c: In function 'conf_write': |
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
Skipped patch 'include/configs/rk3288_common.h'. | |
Skipped patch 'doc/chromium/chromebook_minnie.its'. | |
Skipped patch 'doc/chromium/chromebit_mickey.its'. | |
Skipped patch 'scripts/Makefile.spl'. |
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
#!/bin/bash | |
rm -f spl.bin spl-out.bin flash.bin out.bin | |
./tools/mkimage -n rk3288 -T rkspi -d spl/u-boot-spl.bin spl.bin \ | |
&& dd if=spl.bin bs=128K conv=sync of=spl-out.bin \ | |
&& cat spl-out.bin u-boot-dtb.img > out.bin \ | |
&& dd if=out.bin bs=4M of=flash.bin conv=sync |
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
ninja: Entering directory `build' | |
[1/2] Generating MateDesktop-2.0.gir with a custom command. | |
FAILED: libmate-desktop/MateDesktop-2.0.gir | |
/usr/bin/g-ir-scanner -I/usr/include/gobject-introspection-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/lib64/libffi-3.3_rc0/include --no-libtool --namespace=MateDesktop --nsversion=2.0 --warn-all --output libmate-desktop/MateDesktop-2.0.gir --warn-all --add-include-path=/home/hanetzer/Projects/mate-desktop/mate-desktop/libmate-desktop -DMATE_DESKTOP_USE_UNSTABLE_API -I/home/hanetzer/Projects/mate-desktop/mate-desktop/libmate-desktop -I/home/hanetzer/Projects/mate-desktop/mate-desktop/build/libmate-desktop -I./. -I../. --filelist=/home/hanetzer/Projects/mate-desktop/mate-desktop/build/libmate-desktop/82ddc2c@@mate-desktop-2@sha/MateDesktop_2.0_gir_filelist --include=GObject-2.0 --include=Gtk-3.0 --symbol-prefix=mate_ --identifier-prefix=Mate --pkg-export=mate-desktop-2.0 --cflags-begin -DMATE_DESKTOP_USE_UNSTABLE_API -DHAVE_CONFIG_H '-DPACKAGE_ |
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
$ hexdump -C ~/Documents/TalosII/Talos_ii_host_pnor_v1.05.bin |head -266 | |
00000000 50 41 52 54 00 00 00 01 00 00 00 02 00 00 00 80 |PART............| | |
00000010 00 00 00 21 00 00 10 00 00 00 40 00 00 00 00 00 |...!......@.....| | |
00000020 00 00 00 00 00 00 00 00 00 00 00 00 50 41 02 f6 |............PA..| | |
00000030 70 61 72 74 00 00 00 00 00 00 00 00 00 00 00 00 |part............| | |
00000040 00 00 00 00 00 00 00 02 ff ff ff ff 00 00 00 01 |................| | |
00000050 00 00 00 03 00 00 00 01 00 00 20 00 00 00 00 00 |.......... .....| | |
00000060 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| | |
* | |
000000a0 00 00 00 00 00 00 00 00 00 00 00 00 8f 9e ad 8a |................| |