remay / tmf-hudl

Custom ROM for the Tesco Hudl 1 - Keep your Hudl working after 26th June 2020
https://rob.themayfamily.me.uk/hudl
MIT License
17 stars 1 forks source link

hudl-flash.sh should generate a log file #10

Open remay opened 3 years ago

remay commented 3 years ago

At least on the thumbdrive flash image we should log what happens to a file on the flash drive so we can get useful information back on what went wrong. Might be easier on the thumb image to modify .profile to redirect (./hudl-flash.sh some.img 2>&1 | tee log.file)

Possibly controlled with a syslinux boot option to avoid unexpected writing to the flash drive?

Should filter the ANSI colour codes to make it readable.