@ -59,9 +59,7 @@ define Build/trx
e n d e f
e n d e f
d e f i n e B u i l d / t r x - s e r i a l
d e f i n e B u i l d / t r x - s e r i a l
$( STAGING_DIR_HOST) /bin/trx \
$( STAGING_DIR_HOST) /bin/otrx create $@ .new \
-o $@ .new \
-m 33554432 \
-f $( IMAGE_KERNEL) -a 1024 \
-f $( IMAGE_KERNEL) -a 1024 \
-f $@ -a 0x10000 -A $( KDIR) /fs_mark
-f $@ -a 0x10000 -A $( KDIR) /fs_mark
mv $@ .new $@
mv $@ .new $@
@ -72,9 +70,7 @@ define Build/trx-nand
# if it grows up between releases
# if it grows up between releases
# root: UBI with one extra block containing UBI mark to trigger erasing
# root: UBI with one extra block containing UBI mark to trigger erasing
# rest of partition
# rest of partition
$( STAGING_DIR_HOST) /bin/trx \
$( STAGING_DIR_HOST) /bin/otrx create $@ .new \
-o $@ .new \
-m 33554432 \
-f $( IMAGE_KERNEL) -a 0x20000 -b 0x400000 \
-f $( IMAGE_KERNEL) -a 0x20000 -b 0x400000 \
-f $@ \
-f $@ \
-A $( KDIR) /ubi_mark -a 0x20000
-A $( KDIR) /ubi_mark -a 0x20000