This file contains 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
$ PATH="../u-boot-build/u-boot-test/:$PATH" test/py/test.py --bd=sipeed_maix_bitm -ra --build-dir=. | |
+u-boot-test-flash sipeed_maix_bitm na | |
... u-boot-test-flash ... | |
=========================================================== test session starts ============================================================ | |
platform linux -- Python 3.8.5, pytest-5.2.1, py-1.8.0, pluggy-0.13.0 | |
rootdir: /home/sean/software/u-boot/test/py, inifile: pytest.ini | |
collected 322 items | |
test/py/tests/test_000_version.py E [ 0%] | |
test/py/tests/test_bind.py ss [ 0%] |
This file contains 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
$ PATH="../u-boot-build/u-boot-test/:$PATH" test/py/test.py --bd=sipeed_maix_bitm -ra --build-dir=. | |
+u-boot-test-flash sipeed_maix_bitm na | |
... u-boot-test-flash ... | |
=========================================================== test session starts ============================================================ | |
platform linux -- Python 3.8.5, pytest-5.2.1, py-1.8.0, pluggy-0.13.0 | |
rootdir: /home/sean/software/u-boot/test/py, inifile: pytest.ini | |
collected 349 items | |
test/py/tests/test_000_version.py . [ 0%] | |
test/py/tests/test_bind.py ss [ 0%] |
This file contains 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
$ PATH="../u-boot-build/u-boot-test/:$PATH" test/py/test.py --bd=sipeed_maix_bitm -ra --build-dir=. | |
+u-boot-test-flash sipeed_maix_bitm na | |
... u-boot-test-flash ... | |
=========================================================== test session starts ============================================================ | |
platform linux -- Python 3.8.5, pytest-5.2.1, py-1.8.0, pluggy-0.13.0 | |
rootdir: /home/sean/software/u-boot/test/py, inifile: pytest.ini | |
collected 347 items | |
test/py/tests/test_000_version.py . [ 0%] | |
test/py/tests/test_bind.py ss [ 0%] |
This file contains 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-build/config/config-2020.10 2020-08-05 07:59:14.135495292 -0400 | |
+++ .config 2020-08-05 08:12:48.739797991 -0400 | |
@@ -4,7 +4,7 @@ | |
# | |
# | |
-# Compiler: gcc (Debian 9.3.0-15) 9.3.0 | |
+# Compiler: riscv64-linux-gnu-gcc (GCC) 10.1.0 | |
# | |
CONFIG_CREATE_ARCH_SYMLINK=y |
This file contains 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
<?xml version='1.0'?> | |
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'> | |
<fontconfig> | |
<!-- Replacements from http://bohoomil.com/doc/05-fonts/ (until ibfonts-meta-extended) --> | |
<alias> | |
<family>serif</family> | |
<prefer><family>Heuristica</family></prefer> | |
</alias> | |
<alias> | |
<family>sans-serif</family> |
This file contains 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
Jul 28 10:40:47 romanov kernel: ftdi_sio 1-6:1.0: FTDI USB Serial Device converter detected | |
Jul 28 10:40:47 romanov kernel: usb 1-6: Detected FT2232C | |
Jul 28 10:40:47 romanov kernel: usb 1-6: FTDI USB Serial Device converter now attached to ttyUSB2 | |
Jul 28 10:40:47 romanov kernel: ftdi_sio 1-6:1.1: FTDI USB Serial Device converter detected | |
Jul 28 10:40:47 romanov kernel: usb 1-6: Detected FT2232C | |
Jul 28 10:40:47 romanov kernel: usb 1-6: FTDI USB Serial Device converter now attached to ttyUSB3 | |
Jul 28 10:51:24 romanov xfce4-screensaver-dialog[118835]: PAM unable to dlopen(/usr/lib/security/pam_gnome_keyring.so): /usr/lib/security/pam_gnome_keyring.so: cannot open shared object file: No such file or directory | |
Jul 28 10:51:24 romanov xfce4-screensaver-dialog[118835]: PAM adding faulty module: /usr/lib/security/pam_gnome_keyring.so | |
Jul 28 11:30:04 romanov wpa_supplicant[544]: wlp3s0: WPA: Group rekeying completed with 48:5d:36:0f:ff:ca [GTK=CCMP] | |
Jul 28 11:56:02 romanov xfce4-screensaver-dialog[119034]: PAM unable t |
This file contains 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
stable-x86_64-unknown-linux-gnu | |
nightly-2019-12-05-x86_64-unknown-linux-gnu | |
nightly-2020-06-03-x86_64-unknown-linux-gnu (override) | |
nightly-x86_64-unknown-linux-gnu (default) |
This file contains 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
$ cargo-fmt -- --force --version | |
0.10.0 (a7a68fb 2017-12-16) DEPRECATED: use rustfmt-nightly | |
$ rustfmt -V | |
rustfmt 1.4.15-nightly (aedff61 2020-05-19) |
This file contains 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
error[E0412]: cannot find type `Reg` in this scope | |
--> arch/rv32i/src/csr/mie.rs:5:21 | |
| | |
5 | register_bitfields![Reg, | |
| ^^^ not found in this scope | |
| | |
= note: consider importing this type alias: | |
crate::Reg | |
warning: unused import: `crate::Reg` |
This file contains 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
scripts/kconfig/conf --syncconfig Kconfig | |
CFG u-boot.cfg | |
GEN include/autoconf.mk.dep | |
GEN include/autoconf.mk | |
UPD include/generated/timestamp_autogenerated.h | |
HOSTCC tools/mkenvimage.o | |
HOSTCC tools/fit_image.o | |
HOSTCC tools/image-host.o | |
HOSTCC tools/dumpimage.o | |
HOSTCC tools/mkimage.o |