| 25 | |
| 26 | {{{ |
| 27 | $eddie@MacBook-Pro:~>sudo cu -l /dev/tty.usbserial-FTF6RNL3 -s 115200 |
| 28 | }}} |
| 29 | |
| 30 | The output with the original usb stick removed from the board is: |
| 31 | |
| 32 | |
| 33 | {{{ |
| 34 | Looking for valid bootloader image.... |
| 35 | Jumping to start of image at address 0xbfc80000 |
| 36 | |
| 37 | |
| 38 | U-Boot 1.1.1 (UBNT Build ID: 4670715-gbd7e2d7) (Build time: May 27 2014 - 11:15:15) |
| 39 | |
| 40 | BIST check passed. |
| 41 | UBNT_E100 r1:1, r2:27, f:8/135, serial #: 802AA88E4E4F |
| 42 | MPR 13-00290-27 |
| 43 | Core clock: 500 MHz, DDR clock: 266 MHz (532 Mhz data rate) |
| 44 | DRAM: 512 MB |
| 45 | Clearing DRAM....... done |
| 46 | Flash: 8 MB |
| 47 | Net: octeth0, octeth1, octeth2 |
| 48 | |
| 49 | USB: (port 0) No USB devices found. |
| 50 | 0 |
| 51 | ** Partition 1 not valid on device 0 ** |
| 52 | |
| 53 | ** Unable to use usb 0:1 for fatload ** |
| 54 | argv[2]: coremask=0x3 |
| 55 | argv[3]: root=/dev/sda2 |
| 56 | argv[4]: rootdelay=15 |
| 57 | argv[5]: rw |
| 58 | argv[6]: rootsqimg=squashfs.img |
| 59 | argv[7]: rootsqwdir=w |
| 60 | argv[8]: mtdparts=phys_mapped_flash:512k(boot0),512k(boot1),64k@1024k(eeprom) |
| 61 | ## No elf image at address 0x09f00000 |
| 62 | Octeon ubnt_e100# |
| 63 | |
| 64 | }}} |
| 65 | |
| 66 | |
| 67 | |
| 68 | |