Hi,
On 16 August 2012 10:42, 纪永峰 braddoris@126.com wrote:
dear linaro,
I want to flash my pandaboard with SD card using
./install-binaries-4.0.4.sh /dev/sdX2 but occer error: trap: 22: ERR: bad trap how can I solve this problem?
The "X" in "/dev/sdX2" is not meant to be a literal X, it's a placeholder for the device containing your SD card. If your SD card is /dev/sdb, use ./install-binaries-4.0.4.sh /dev/sdb2
Alternatively, just omit it and run ./install-binaries-4.0.4.sh without any parameters, that will try to autodetect the SD card partition.
ttyl bero