mirror of
https://github.com/Fishwaldo/meta-riscv.git
synced 2025-03-15 11:31:43 +00:00
wic/beaglev.wks: Remove workaround to force msdos partition table
The issue was in partition resizing script which has been found and fixed for GPT see [1] Therefore we can switch back to GPT parition layout now [1] https://github.com/96boards/96boards-tools/pull/15 Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
0978ff3e19
commit
4b1cfe89fd
1 changed files with 0 additions and 2 deletions
|
@ -2,5 +2,3 @@
|
|||
|
||||
part /boot --source bootimg-partition --ondisk mmcblk0 --fstype=vfat --label boot --active --size=100M --align 4096
|
||||
part / --source rootfs --ondisk mmcblk0 --fstype=ext4 --label root --align 4096 --size 1G
|
||||
|
||||
bootloader --ptable msdos
|
||||
|
|
Loading…
Add table
Reference in a new issue