Skip to content
This repository was archived by the owner on Jan 23, 2026. It is now read-only.

Commit 7684b0a

Browse files
authored
Merge branch 'main' into client-svc-lease
2 parents cfd59ba + d149734 commit 7684b0a

File tree

1 file changed

+9
-3
lines changed
  • packages/jumpstarter-driver-flashers/oci_bundles/ti_j784s4xevm

1 file changed

+9
-3
lines changed

packages/jumpstarter-driver-flashers/oci_bundles/ti_j784s4xevm/manifest.yaml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,15 @@ spec:
1515
targets:
1616
usd: "/sys/class/block#4fb0000"
1717
emmc: "/sys/class/block#4f80000"
18-
preflash_commands:
19-
- "dd if=/dev/zero of=/dev/mmcblk0 bs=512 count=34"
20-
- "dd if=/dev/zero of=/dev/mmcblk1 bs=512 count=34"
18+
# removed for now, even if it's our documented procedure, if
19+
# the board is configured to boot from sd or emmc (and not SPI), and
20+
# the flashing of the final image fails, it will result in an un-bootable
21+
# system -> lab admin going to the site and re-flashing SD, this can
22+
# only be avoided by using something like sdwire
23+
#
24+
# preflash_commands:
25+
# - "dd if=/dev/zero of=/dev/mmcblk0 bs=512 count=34"
26+
# - "dd if=/dev/zero of=/dev/mmcblk1 bs=512 count=34"
2127
kernel:
2228
file: data/J784S4XEVM.flasher.img
2329
address: "0x82000000"

0 commit comments

Comments
 (0)