Okay, the scripts
/opt/boot-scripts/am335x_evm.sh
and
/bin/bash /boot/uboot/tools/scripts/beaglebone-black-copy-microSD-to-eMMC.sh
are both being triggered correctly.

The problem is that beaglebone-black-copy-microSD-to-eMMC.sh is failing to 
find initramfs-tools inside check_host_pkgs (), even though the same script 
does *not *fail when run later by hand.
That to me sounds like something in the shell environment is affecting the 
formatting of dpkg's output.

Anyway I changed check_dpkg () to
  dpkg -l $pkg &>/dev/null || deb_pkgs="${deb_pkgs}${pkg} "
and everything appears to run normally.

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to