The problem you're addressing (if any)
Not enough space to scp even one firmware binary to ~/. Copying files to ~/ via scp might "succeed" (as in won't return any error) which might result in us flashing incomplete binary.
Describe the solution you'd like
Either of:
- Increase root partition size
- move
/home to /data.
- Remove
/data partition and resize root one
Where is the value to a user, and who might that user be?
Users/developers
Describe alternatives you've considered
Additional context
The problem you're addressing (if any)
Not enough space to scp even one firmware binary to
~/. Copying files to~/viascpmight "succeed" (as in won't return any error) which might result in us flashing incomplete binary.Describe the solution you'd like
Either of:
/hometo/data./datapartition and resize root oneWhere is the value to a user, and who might that user be?
Users/developers
Describe alternatives you've considered
Additional context