freebsd / freebsd-wifi-build

freebsd-wifi-build
141 stars 59 forks source link

Add a UBOOT_COMBINED handler, Add Netgear WNDR3700v4 support #16

Closed seanbruno closed 6 years ago

erikarn commented 9 years ago

Does it have to be hard-coded to 1M aligned?

Does 64k alignment between kernel/fs image not work?

seanbruno commented 9 years ago

The bs=1M is a shorthand for most of the scripts that seem to want to exactly do bs=1048576 instead of the shorthand of 1M

Never tested 64k alignment, but the most of our kernel config is definitely set to search for rootfs in 64K chunks right?

seanbruno commented 6 years ago

All of this is unfinished, and I'm going to close this out until I can come back to it.