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
| # Handle dependancies required by the app. | |
| namespace :setup do | |
| desc "Starts redis using a preconfigured docker image." | |
| task :start_redis_server do | |
| sh "docker start some-redis" | |
| end | |
| # Find a way for this to run if some-redis doesn't exist yet. | |
| desc "Fetches and starts an initial redis docker image." | |
| task :make_redis_server do |
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
| Dear Ms. Gooch, | |
| My name is Damian Glinojecki, I am a friend of Marcin Ziemianowicz whom has recently been employed by Sendyne. I have come to know that your company is looking for individuals with skill-sets similar to those of Marcins, such as PCB design (I primarly use KiCad), C/C++ based embedded software and firmware, and of course primarily digital circuit design. Over the years, I have worked on a variety of projects for which I have made custom PCBs and written my own software. | |
| I have heard nothing but good things about your company from Marcin, and as I understand you might be interested in hiring individuals such as myself. If possible, I would be interested in being considered for an internship position at Sendyne. | |
| I also have a home lab similar to Marcin's, albiet not in a baseement. | |
| Thank you for your time, | |
| Damien Glinojecki |
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
| RomBOOT | |
| ============================== | |
| Using Dataflash! | |
| ba_offset = 0xb ... | |
| AT91Bootstrap 3.7.1-00054-gef803bb-dirty (Sun Mar 15 19:00:41 PDT 2015) | |
| Edited by hak8or! |
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
| RomBOOT | |
| ============================== | |
| Using Dataflash! | |
| ba_offset = 0xb ... | |
| AT91Bootstrap 3.7.1-00054-gef803bb-dirty (Sun Mar 15 19:00:41 PDT 2015) | |
| Edited by hak8or! |
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
| hak8or@ubuntu:~/Desktop/toolchain_setup/crosstool-ng-crosstool-ng-1.20.0$ ./ct-ng build | |
| [INFO ] Performing some trivial sanity checks | |
| [INFO ] Build started 20150322.140851 | |
| [INFO ] Building environment variables | |
| [INFO ] ================================================================= | |
| [INFO ] Retrieving needed toolchain components' tarballs | |
| [INFO ] Retrieving needed toolchain components' tarballs: done in 90.31s (at 01:43) | |
| [INFO ] ================================================================= | |
| [INFO ] Extracting and patching toolchain components | |
| [INFO ] Extracting and patching toolchain components: done in 54.14s (at 02:37) |
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> ▒▒▒▒▒RomBOOT | |
| ============================== | |
| Using Dataflash! | |
| ba_offset = 0xb ... | |
| AT91Bootstrap 3.7.1-00054-gef803bb-dirty (Sun Mar 15 19:00:41 PDT 2015) |
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 | |
| # Resources: | |
| # http://pietrushnic.github.io/blog/2013/06/07/root-file-system-for-embedded-system/ | |
| # https://gist.github.com/eepp/6056325 | |
| # Arguments: | |
| # none Compile busybox, make a rootfs from busybox and rootfs_additions, and get an ext2 fs from rootfs. | |
| # make_ext2 Just make an ext2 from the rootfs folder. | |
| # write_usb Same as none but also write the rootfs to a flash drive. |
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
| RomBOOT | |
| ============================== | |
| Using Dataflash! | |
| ba_offset = 0xb ... | |
| AT91Bootstrap 3.7.1-00054-gef803bb-dirty (Sun Mar 15 19:00:41 PDT 2015) | |
| Edited by hak8or! |
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
| RomBOOT | |
| ============================== | |
| Using Dataflash! | |
| ba_offset = 0xb ... | |
| AT91Bootstrap 3.7.1-00054-gef803bb-dirty (Sun Mar 15 19:00:41 PDT 2015) | |
| Edited by hak8or! |
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
| ============================== | |
| Using Dataflash! | |
| ba_offset = 0xb ... | |
| AT91Bootstrap 3.7.1-00054-gef803bb-dirty (Sun Mar 15 19:00:41 PDT 2015) | |
| Edited by hak8or! | |
| Yey custom code execution and toolchain verification! :D | |
| ======--======--======--====== | |
| MASTER_CLOCK (MCLK): 0x5f5e100 | |
| SPI clock rate requested: 0xa1220 |