Help unbricking DS418 March 29, 2022 03:52PM |
Registered: 2 years ago Posts: 8 |
Re: Help unbricking DS418+ March 29, 2022 04:05PM |
Registered: 2 years ago Posts: 8 |
Re: Help unbricking DS418+ March 29, 2022 04:17PM |
Admin Registered: 13 years ago Posts: 18,900 |
Re: Help unbricking DS418 March 29, 2022 04:35PM |
Registered: 2 years ago Posts: 8 |
Re: Help unbricking DS418 March 29, 2022 04:52PM |
Admin Registered: 13 years ago Posts: 18,900 |
Re: Help unbricking DS418 March 29, 2022 05:14PM |
Registered: 2 years ago Posts: 8 |
Re: Help unbricking DS418 March 29, 2022 05:16PM |
Registered: 2 years ago Posts: 8 |
Re: Help unbricking DS418 March 29, 2022 06:03PM |
Admin Registered: 13 years ago Posts: 18,900 |
SPI start addr(remap) = 0x88200000 DDR start addr = 0x0b000000 reading byte size = 0x002f0000 Uncompressed size: 7766536 = 0x768208 BRICK SPI start addr(remap) = 0x88200000 DDR start addr = 0x0b000000 reading byte size = 0x002f0000
Re: Help unbricking DS418 March 29, 2022 06:28PM |
Registered: 2 years ago Posts: 8 |
Re: Help unbricking DS418 March 29, 2022 11:17PM |
Admin Registered: 13 years ago Posts: 18,900 |
cat /proc/mtd Expected Outputs: dev: size erasesize name mtd0: 00080000 00001000 "u-boot" mtd1: 00010000 00001000 "u-boot env" mtd2: 00010000 00001000 "dtb"
3. Backup your current stock mtds for future restoration, should you decide to go back to stock mkdir -p /tmp/sdc1 mount -o noatime /dev/sdc1 /tmp/sdc1 cd /tmp/sdc1/boot dd if=/dev/mtd0 of=mtd0 bs=512k conv=sync dd if=/dev/mtd1 of=mtd1 bs=64k conv=sync dd if=/dev/mtd2 of=mtd2 bs=64k conv=sync
help sf sf probe
Re: Help unbricking DS418 March 30, 2022 03:29PM |
Registered: 2 years ago Posts: 8 |
Re: Help unbricking DS418 April 04, 2022 04:35PM |
Registered: 2 years ago Posts: 8 |
Re: Help unbricking DS418 April 04, 2022 07:13PM |
Admin Registered: 13 years ago Posts: 18,900 |
Quote
After Some playing around I think I could have done the whole thing without desoldering using RTK SPI and memory commands at the Uboot prompt... Oh well, I got what I needed.