---
all I need is the "libusb 1.0 ". Can someone tell me how to add it to this dev setup?
---
Any help appreciated.
As long as the cdevtools PND is on a ext2-formatted SD card, you can run the PND, type "addipk libusb-1.0-dev" and that will install it into the PND's appdata directory (if it needs a newer version of libusb, it'll grab that too).
When i have a Pandora OS on SD Card and run the System from Nand.
Can i run PND Tools and just Copy The Files from /mnt/utmp/cdevtools1000 to the
Root of the SD Card System with su - Rights?
Mean you that it work to make a DEV SD System?
The PND is completely portable, so you can copy it anywhere, and it'll run from there. So if you wanted to run it from a folder on a SD card called "DevSetup", you could do:
(mount the PND)
/usr/pandora/scripts/pnd_run.sh -p /media/SDCARD/menu/cdevtools.pnd -m
(copy the contents)
cp -Pr /mnt/umtp/cdevtools1000/* /media/SDCARD/DevSetup/
cp /mnt/utmp/cdevtools/.cdevrc /media/SDCARD/DevSetup/
(unmount the PND)
/usr/pandora/scripts/pnd_run.sh -p /media/SDCARD/menu/cdevtools.pnd -u
(run the devtools from your new location)
cd /media/SDCARD/DevSetup
rm -r init/ (if applicable)
bash --rcfile .cdevrc
Copying it to the root of an SD card should also work. If you get copying errors, you may need to copy the PND's contents to a "DevSetup" folder first, delete the problematic folders, and copy everything from there onto the SD card's root.