Hi!
I have a dragon board 845c, I was updating the software on it the other day. I still had the original ubuntu(?) install on it.
I updated the firmware on it and I’m able to flash the boot partition successfully however when I try and flash the rootfs it fails
fastboot flash rootfs linaro-sid-developer-dragonboard-845c-377.img
Sending sparse ‘rootfs’ 1/17 (96640 KB) OKAY [ 2.454s]
Writing ‘rootfs’ FAILED (remote: ‘Partition not found’)
fastboot: error: Command failed
On the serial console I see
Fastboot: Initializing…
Fastboot: Processing commands
qusb2_1: hstx: 6
PLL1 locked: 5
usb_lane: 0
Handling Cmd: getvar:has-slot:boot
Handling Cmd: getvar:current-slot
Handling Cmd: getvar:max-download-size
Handling Cmd: getvar:is-logical:boot_a
Handling Cmd: download:012fd000
download Finished
Handling Cmd: flash:boot_a
flash image status: Success
Handling Cmd: getvar:has-slot:rootfs
Handling Cmd: getvar:max-download-size
Handling Cmd: getvar:is-logical:rootfs
Handling Cmd: download:05e60370
download Finished
Handling Cmd: flash:rootfs
Partition not found : rootfs_a
With other boards I could flash the ptable, then fast boot reboot etc etc, but I’m not seeing where to find the linux ptable so I can move forward with my debian install.
Looking here : http://releases.linaro.org/96boards/dragonboard845c/linaro/debian/latest/
Thoughts?