|
July 11, 2017, 04:08:41 AM Last edit: July 13, 2017, 09:42:26 PM by davidadrake |
|
Was wondering if anyone would be willing to post their partition table for an Antminer S7 stock Beaglebone.
I somehow bricked my beaglebone - messed up uBoot I think, so bought a beaglebone black rev C. I did download the tools to run the miner from the SD card, but it won't run without it. I have dd the image onto the beaglebone, but it won't work for the custom software I am trying to install.
I had previously messed up the file system of my beaglebone and the SD card fixed it, so I know it is possible. I think there were like seven partitions on a stock beaglebone, but the SD card only has three.
Update: I found this which has the filesystem structure, just not sure how to recreate it.
[ 8.337150] nand_get_flash_type: 2c,da against 2c,da [ 8.342676] ONFI param page 0 valid [ 8.346348] ONFI flash detected [ 8.349666] NAND device: Manufacturer ID: 0x2c, Chip ID: 0xda (Micron MT29F2G08ABAEAWP), 256MiB, page size: 2048, OOB size: 64 [ 8.361578] omap2-nand: detected x8 NAND flash [ 8.366242] nand: using OMAP_ECC_BCH8_CODE_HW ECC scheme [ 8.371844] omap2-nand: using custom ecc layout [ 8.376682] 10 ofpart partitions found on MTD device omap2-nand.0 [ 8.383075] Creating 10 MTD partitions on "omap2-nand.0": [ 8.388748] 0x000000000000-0x000000020000 : "spl" [ 8.395645] 0x000000020000-0x000000040000 : "spl_backup1" [ 8.403107] 0x000000040000-0x000000060000 : "spl_backup2" [ 8.410521] 0x000000060000-0x000000080000 : "spl_backup3" [ 8.417797] 0x000000080000-0x000000240000 : "u-boot" [ 8.426045] 0x000000240000-0x000000260000 : "bootenv" [ 8.433011] 0x000000260000-0x000000280000 : "fdt" [ 8.439631] 0x000000280000-0x000000780000 : "kernel" [ 8.450655] 0x000000800000-0x000001c00000 : "root" [ 8.474174] 0x000001c00000-0x000003000000 : "config" [ 8.497942] OneNAND driver initializing
|