Hi Bodhi,
ok, here is the log for what I did to the SATA drive using Schnee's install :
# ./pogoSATA.sh: line 52: [: =: unary operator expected
WARNING!!!!
ALL DATA ON /dev/sdb WILL BE DESTROYED!
PROCEED? (y/N)
y
Deleting partitions...
Welcome to fdisk (util-linux 2.30.1).
Changes will remain in memory only, until you decide to write them.
Be careful before using the write command.
Command (m for help): Created a new DOS disklabel with disk identifier 0x0ccd13dd.
Command (m for help): The partition table has been altered.
Calling ioctl() to re-read partition table.
Syncing disks.
Creating partions....
Welcome to fdisk (util-linux 2.30.1).
Changes will remain in memory only, until you decide to write them.
Be careful before using the write command.
Command (m for help): Partition type
p primary (0 primary, 0 extended, 4 free)
e extended (container for logical partitions)
Select (default p): Partition number (1-4, default 1): First sector (2048-1465149167, default 2048): Last sector, +sectors or +size{K,M,G,T,P} (2048-1465149167, default 1465149167):
Created a new partition 1 of type 'Linux' and of size 16 MiB.
Partition #1 contains a ext3 signature.
Command (m for help): Partition type
p primary (1 primary, 0 extended, 3 free)
e extended (container for logical partitions)
Select (default p): Partition number (2-4, default 2): First sector (34816-1465149167, default 34816): Last sector, +sectors or +size{K,M,G,T,P} (34816-1465149167, default 1465149167):
Created a new partition 2 of type 'Linux' and of size 4 GiB.
Command (m for help): Partition type
p primary (2 primary, 0 extended, 2 free)
e extended (container for logical partitions)
Select (default p): Partition number (3,4, default 3): First sector (8423424-1465149167, default 8423424): Last sector, +sectors or +size{K,M,G,T,P} (8423424-1465149167, default 1465149167):
Created a new partition 3 of type 'Linux' and of size 694.6 GiB.
Command (m for help): The partition table has been altered.
Calling ioctl() to re-read partition table.
Syncing disks.
Done!
Formating /dev/sdb1...mkfs.fat 4.1 (2017-01-24)
Done!
Formating /dev/sdb2...mke2fs 1.43.5 (04-Aug-2017)
Creating filesystem with 1048576 4k blocks and 262144 inodes
Filesystem UUID: 361e9fab-7e67-4224-91a1-f2afd64c0d47
Superblock backups stored on blocks:
32768, 98304, 163840, 229376, 294912, 819200, 884736
Allocating group tables: done
Writing inode tables: done
Creating journal (16384 blocks): done
Writing superblocks and filesystem accounting information: done
Done!
Formating /dev/sdb3...mke2fs 1.43.5 (04-Aug-2017)
Creating filesystem with 182090718 4k blocks and 45522944 inodes
Filesystem UUID: 6bd15947-48ad-457b-ad52-1f68dd25b01a
Superblock backups stored on blocks:
32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208,
4096000, 7962624, 11239424, 20480000, 23887872, 71663616, 78675968,
102400000
Allocating group tables: done
Writing inode tables: done
Writing superblocks and filesystem accounting information: done
Done!
Copying uBoot files...rmdir: failed to remove './boot': Directory not empty
Done!
Create magic...0+1 records in
0+1 records out
444 bytes copied, 0.0177294 s, 25.0 kB/s
Done!
Writing stage 156+1 records in
56+1 records out
29172 bytes (29 kB, 28 KiB) copied, 0.0312296 s, 934 kB/s
Mount rootfs... Done!
Copy root filesystem... Done!
Extract rootfs... Done!
Copying new kernel... Done!
Finalizing...rmdir: failed to remove 'rfs': Directory not empty
umount: /dev/sdb1: not mounted.
umount: /dev/sdb2: not mounted.
umount: /dev/sdb3: not mounted.
Done!
Finished!
Connect the drive to the Pogo and boot! Connect a serial console and an enthernet cable to the Pogo and boot it. Let .1stboot.sh to finish after you loged on!
Username: root, Password:root
ENJOY!
this is all I get:
# picocom -b 115200 /dev/ttyUSB0
picocom v2.2
port is : /dev/ttyUSB0
flowcontrol : none
baudrate is : 115200
parity is : none
databits are : 8
stopbits are : 1
escape is : C-a
local echo is : no
noinit is : no
noreset is : no
nolock is : no
send_cmd is : sz -vv
receive_cmd is : rz -vv -E
imap is :
omap is :
emap is : crcrlf,delbs,
Type [C-a] [C-h] to see available commands
Terminal ready
���ZU�?
then it just hangs:
the ethernet lights do flash, I checked the router but its not there either.
got same results on second usb to tty adapter, have 2 just in case:)
thanks echowarrior108
-----
Moderator: please use code tags, it is not easy to read log without it.