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
| Jumpers 1100 (microSD) | |
| #microSD in x86: (lsblk shows drive is /dev/sdf) | |
| wget https://rcn-ee.net/rootfs/2018-12-10/elinux/debian-9.6-console-armhf-2018-12-10.tar.xz | |
| tar xf debian-9.6-console-armhf-2018-12-10.tar.xz | |
| cd debian-9.6-console-armhf-2018-12-10/ | |
| sudo ./setup_sdcard.sh --mmc /dev/sdf --dtb hwpack/imx8mq-evk.conf | |
| git clone https://github.com/RobertCNelson/imx8-linux-dev |
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
| sudo /opt/scripts/tools/grow_partition.sh | |
| cd ~/ | |
| wget https://remi.avignon.me/bbb/BBB-Patches.zip | |
| unzip BBB-Patches.zip | |
| rm BBB-Patches.zip | |
| sudo reboot | |
| sudo /opt/scripts/tools/update_kernel.sh |
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
| voodoo@hades:/opt/github/omap-image-builder$ uname -m | |
| x86_64 | |
| voodoo@hades:/opt/github/omap-image-builder$ ./beagleboard.org_stretch_image.sh | |
| Already up to date. | |
| Current branch master is up to date. | |
| /opt/github/omap-image-builder | |
| Debug: .project | |
| ----------------------------- | |
| tempdir="/opt/github/omap-image-builder/ignore/tmp.PwXxEAQhLm" | |
| time="2019-04-01" |
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/.config b/home/voodoo/Downloads/config-4.14.79-ti-rt-r86.txt | |
| index f7f2b880c..963ebc78c 100644 | |
| --- a/.config | |
| +++ b/home/voodoo/Downloads/config-4.14.79-ti-rt-r86.txt | |
| @@ -216,8 +216,6 @@ CONFIG_SLAB_FREELIST_RANDOM=y | |
| # CONFIG_SYSTEM_DATA_VERIFICATION is not set | |
| CONFIG_PROFILING=y | |
| CONFIG_TRACEPOINTS=y | |
| -CONFIG_CRASH_CORE=y | |
| -CONFIG_KEXEC_CORE=y |
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/create_ap b/create_ap | |
| index 6b3b5ca..b214ab1 100755 | |
| --- a/create_ap | |
| +++ b/create_ap | |
| @@ -281,13 +281,13 @@ get_adapter_kernel_module() { | |
| can_be_sta_and_ap() { | |
| # iwconfig does not provide this information, assume false | |
| [[ $USE_IWCONFIG -eq 1 ]] && return 1 | |
| - if [[ "$(get_adapter_kernel_module "$1")" == "brcmfmac" ]]; then | |
| - echo "WARN: brmfmac driver doesn't work properly with virtual interfaces and" >&2 |
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
| /* | |
| * Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/ | |
| * | |
| * This program is free software; you can redistribute it and/or modify | |
| * it under the terms of the GNU General Public License version 2 as | |
| * published by the Free Software Foundation. | |
| */ | |
| /dts-v1/; | |
| /plugin/; |
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
| Press SPACE to abort autoboot in 1 seconds | |
| => mmc read 0x82000000 0 2 | |
| MMC: no card present | |
| => mmc dev 1 2 | |
| switch to partitions #2, OK | |
| mmc1(part 2) is current device | |
| => mmc read 0x82000000 0 2 | |
| MMC read: dev # 1, block # 0, count 2 ... 2 blocks read: OK | |
| => md.b 0x82000000 20 |
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
| ================================================================================ | |
| Starting eMMC Flasher from microSD media | |
| Version: [1.20180412: all ssh regneration override...] | |
| ================================================================================ | |
| ================================================================================ | |
| Prepare environment for flashing | |
| Starting at Sat Jan 1 00:00:02 UTC 2000 | |
| ---------------------------------------- | |
| ==> Giving system time to stablize... |
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
| voodoo@hades:/opt/git_repo/debian$ tio /dev/ttyUSB0 | |
| [tio 10:53:43] tio v1.32 | |
| [tio 10:53:43] Press ctrl-t q to quit | |
| [tio 10:53:43] Connected | |
| U-Boot SPL 2019.04-00002-gbb4af0f50f (Jul 08 2019 - 11:44:39 -0500) | |
| Trying to boot from MMC1 | |
| Loading Environment from EXT4... ** File not found /boot/uboot.env ** | |
| ** Unable to read "/boot/uboot.env" from mmc0:1 ** |
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
| /* | |
| * Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/ | |
| * | |
| * This program is free software; you can redistribute it and/or modify | |
| * it under the terms of the GNU General Public License version 2 as | |
| * published by the Free Software Foundation. | |
| */ | |
| /dts-v1/; | |
| #include "am33xx.dtsi" |