Quote:
|
Originally Posted by Z80
pmp.breaker:
In our pmp dev kit is some makefile missing ,i have adapted it from other bsp and released in this thread erlier ,look at > http://www.misticriver.net/attachmen...2&d=1129888283
dammn i cannot still connect my pm120 to PC it seems that my pmp serial conector doesnt work properly is posible that is destroyed ? i have used cable for my siemens C55 to connect and no output ;o(
|
Your files are interesting... bur doesn't work. There is a problem in environment PATH and there is no Makefile in fs / :
==================== ==================== ====================
root@mythtv:/opt/Cadenux/dm270/uclinux-2.4/crossdev# pwd
/opt/Cadenux/dm270/uclinux-2.4/crossdev
root@mythtv:/opt/Cadenux/dm270/uclinux-2.4/crossdev# ls
arm-uclinux build fs.img.rr info lib linux.rr Makefile man PmpVersion.defs rrload rrload.rr share
bin fs include ingenient linux Make.defs MakeImage_Guide.txt minicom.cap PmpVersionLog rrload.ForUpgrade.rr setenv
root@mythtv:/opt/Cadenux/dm270/uclinux-2.4/crossdev# make clean
make[1]: Entering directory `/opt/Cadenux/dm270/uclinux-2.4/crossdev/rrload'
rm -f *.o *.d *.map rrload rrload.ForUpgrade setup *.out msetup
for export_obj in index.html setup head_dm270.o flash_toshiba.o io_dm270.o osd_null.o sdram.h flash.h io.h ether.h ld.dm270.script ld.dm270.ForUpgrade. script util.h sdram_dsc24.S.exampl e rrload.cmm setup_dm270.cmm; do \
rm -f export/$export_obj; \
done
rm -f export/Makefile
make[1]: Leaving directory `/opt/Cadenux/dm270/uclinux-2.4/crossdev/rrload'
make[1]: Entering directory `/opt/Cadenux/dm270/uclinux-2.4/crossdev/fs'
make[1]: *** Pas de règle pour fabriquer la cible « clean ». Arrêt.
make[1]: Leaving directory `/opt/Cadenux/dm270/uclinux-2.4/crossdev/fs'
make: *** [clean] Erreur 2
root@mythtv:/opt/Cadenux/dm270/uclinux-2.4/crossdev# make
make[1]: Entering directory `/opt/Cadenux/dm270/uclinux-2.4/crossdev/rrload'
arm-uclinux-gcc -D__ASSEMBLY__ -D__KERNEL__ -Wa,-gstabs,-mapcs-32,-marmv4 -Wa,-mno-fpu -MD -g -Wall -DAUTONEG -DKERN_24 -c -o setup_dm270.o setup_dm270.S
make[1]: arm-uclinux-gcc : commande introuvable
make[1]: *** [setup_dm270.o] Erreur 127
make[1]: Leaving directory `/opt/Cadenux/dm270/uclinux-2.4/crossdev/rrload'
make: *** [rrload] Erreur 2
==================== ==================== ====================
If you would like to spend some time for this to work from the iriver tarball to PMP firmware file releasing, it would be perfect !
For the serial link, I have posted on this thread the exact parameters of hyperterminal (7 bits chars is very important) based on the shamrockman schema + MAX232 like chip.
thank you,
pmp.breaker