05-17-2020, 03:47 PM
(05-17-2020, 01:55 PM)Aberts10 Wrote: Would this uboot binary work with ubuntu touch?
It should work with any distribution.
But to be sure you can make a backup of the existing uboot by doing the "reverse" dd.
Code:
# dd if=/dev/sdX of=uboot-backup.bin bs=8k seek=1
@Djhg2000 I haven't yet looked into how to specify kernel commandline arguments from uboot, but it should be relatively simple.
I will have a look this week and post an update here.