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 2017.07-00001-g17d9c4176b (Jul 19 2017 - 17:09:32) | |
| Trying to boot from MMC1 | |
| SPL: Please implement spl_start_uboot() for your board | |
| SPL: Direct Linux boot not active! | |
| reading u-boot.img | |
| reading u-boot.img | |
| U-Boot 2017.07-00001-g17d9c4176b (Jul 19 2017 - 17:09:32 -0500), Build: jenkins-github_Bootloader-Builder-591 |
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) 2017 Robert Nelson <[email protected]> | |
| * | |
| * 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
| #yakbuild: | |
| git clone https://github.com/RobertCNelson/yakbuild | |
| cd ./yakbuild/ | |
| cp recipe.sh.v3.14.x.sample recipe.sh | |
| #Open recipe.sh and change: 3.14.79-ti-r92 -> (or whatever kernel you are running) | |
| #Copy the patches into ./patches/local_patches/ |
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
| Command (m for help): p | |
| Disk /dev/sdf: 14.9 GiB, 15931539456 bytes, 31116288 sectors | |
| Units: sectors of 1 * 512 = 512 bytes | |
| Sector size (logical/physical): 512 bytes / 512 bytes | |
| I/O size (minimum/optimal): 512 bytes / 512 bytes | |
| Disklabel type: gpt | |
| Disk identifier: 66807806-F695-4E2E-A1ED-6D5384CB4A3E | |
| Device Start End Sectors Size Type |
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
| [ 4.667928] ata1.00: ATA-9: ADATA SP600, 5.9, max UDMA/133 | |
| [ 4.671898] scsi 0:0:0:0: Direct-Access ATA ADATA SP600 5.9 PQ: 0 ANSI: 5 | |
| sudo ./ssd.sh | |
| ------------------------------ | |
| SSD Status: /dev/sda | |
| ------------------------------ | |
| On time: 12,825 hr | |
| ------------------------------ | |
| Data written: |
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
| Digi U-Boot 2013.04.4.2 (Dec 04 2015 - 13:33:14) | |
| CPU: Freescale i.MX6Q rev1.5 at 792 MHz | |
| CPU: Temperature 20 C, calibration data: 0x5654db69 | |
| Reset cause: POR | |
| I2C: ready | |
| DRAM: 1 GiB | |
| MMC: FSL_SDHC: 0, FSL_SDHC: 1 | |
| In: serial | |
| Out: serial |
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@nuc-git:/var/www/html/rcn-ee.us/repos/debian$ reprepro list wheezy | |
| wheezy|main|armhf: am335x-pru-package 0.20141125-1~bpo70+20141201+1 | |
| wheezy|main|armhf: ap-hotspot 0.3-git20140222-1~bpo70+20141027+1 | |
| wheezy|main|armhf: bb-customizations 1.20151023-1~bpo70+20151023+1 | |
| wheezy|main|armhf: bb-npm-installer 3.8.2-0rcnee1~bpo70+20160321+1 | |
| wheezy|main|armhf: bbx15-ducati-firmware-installer 0.20140905-1~bpo70+20150707+1 | |
| wheezy|main|armhf: c9-core-installer 3.1.2374+git20160430-0rcnee2~bpo70+20160502+1 | |
| wheezy|main|armhf: cython 0.19.1+git34-gac3e3a2-1~bpo70+20141230+1 | |
| wheezy|main|armhf: cython-dbg 0.19.1+git34-gac3e3a2-1~bpo70+20141230+1 | |
| wheezy|main|armhf: cython-doc 0.19.1+git34-gac3e3a2-1~bpo70+20141230+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
| #!/bin/bash -x | |
| set -euo pipefail | |
| IFS=$'\n\t' | |
| # This file is part of BlockyTalky 3 | |
| # BlockyTalky 3 Installer | |
| # Configuration | |
| APT_GET=${APT_GET:-"apt-get"} |
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
| ets Jun 8 2016 00:22:57 | |
| rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) | |
| configsip: 0, SPIWP:0xee | |
| clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00 | |
| mode:DIO, clock div:2 | |
| load:0x3fff0018,len:4 | |
| load:0x3fff001c,len:5756 | |
| load:0x40078000,len:7684 | |
| load:0x40080000,len:7392 |
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) 2018 Me | |
| * | |
| * Virtual cape for I2C1 on connector pins P9.24 P9.26 | |
| * | |
| * 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. | |
| */ |