meta-rockchip/wic
Joshua Watt f0a10e707f wic: Use --offset and --fixed-size instead of --align and --size
The --align argument isn't intended to make a partition exist at a fixed
location like the Rockchip boot ROM requires. Use the recently added
--offset argument which will fail to build the image if the partition
can't be placed at the correct location. Also used --fixed-size to make
sure that Wic isn't inserting hidden padding that changes things around.

Finally, the location of the rootfs isn't required to be at sector
262144 since u-boot and the kernel reads the partition table to find it
and actually hasn't been at this location anyway since Wic has been
padding the /boot partition, so remove it's alignment requirements.

Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
2020-06-25 16:38:49 -04:00
..
firefly-rk3288.wks wic: Use --offset and --fixed-size instead of --align and --size 2020-06-25 16:38:49 -04:00
rk3288-boot.wks wic: Use --offset and --fixed-size instead of --align and --size 2020-06-25 16:38:49 -04:00
rk3399-boot.wks wic: Use --offset and --fixed-size instead of --align and --size 2020-06-25 16:38:49 -04:00
rock-pi-4.wks wic: Use --offset and --fixed-size instead of --align and --size 2020-06-25 16:38:49 -04:00
tinker-board.wks wic: Use --offset and --fixed-size instead of --align and --size 2020-06-25 16:38:49 -04:00
vyasa-rk3288.wks wic: Use --offset and --fixed-size instead of --align and --size 2020-06-25 16:38:49 -04:00