There are 2 things to consider here:
First, In GPShell 1.1, if you did not use -sdAID, it wouldnt use anything (sdAIDLen = 0). Now, with GPShell 1.2, if you dont supply a sdAID, it has a default value of 0xa0000000030000 which is ok for most cards, but not this card I have (its sdAID is 0xa000000003000000).
Second, install for load in version 1.1 used -AID switch to get the package aid. Version 2 MUST use -pkgAID instead.
So basically, the 2 versions install_for_load are not compatible. In version 1.1, I had to use (bracket means optional):
install_for_load -AID a000000001 [-sdAID a000000003000000]
in 1.2:
install_for_load -pkgAID a000000001 -sdAID a000000003000000
Note that 1.2 command does not work in 1.1.
Again, thanks all for the help. Hope this helps someone in there :)
Matheus
_______________________________________________ Muscle mailing list [email protected] http://lists.drizzle.com/mailman/listinfo/muscle
