New issue
Advanced search Search tips

Issue 838599 link

Starred by 3 users

Issue metadata

Status: Untriaged
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 2
Type: Bug

Blocked on:
issue 832160



Sign in to add a comment

Make make_dev_ssd.sh 4K device compliant

Project Member Reported by gwendal@chromium.org, May 1 2018

Issue description

make_dev_ssd.sh assumes a device has 512 bytes sector:

in resign_ssd_kernel, we assume the block size is 512. This is acceptable for USB images, but not for live device.

Consider using the partition devices created by the kernel instead of doing the math ourselves. [see CL:1034229]
 
Components: -Factory
Remove "factory" since we don't use it in standard factory flow.

Sign in to add a comment