Advertisement
Guest User

Hillshum

a guest
Sep 27th, 2008
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1.  
  2. Hilton@SLIMBLACK ~/rockbox/utils/AMS/hacking
  3. $ make
  4. ./mkamsboot /home/Hilton/Rockbox/OF/E200PA.bin test.bin <HOME>/Rockbox/OF/patche
  5. d.bin
  6. /bin/sh: HOME: No such file or directory
  7. make: *** [<HOME>/Rockbox/OF/patched.bin] Error 1
  8.  
  9. Hilton@SLIMBLACK ~/rockbox/utils/AMS/hacking
  10. $ nano Makefile
  11.  
  12. Hilton@SLIMBLACK ~/rockbox/utils/AMS/hacking
  13. $ nano error
  14.  
  15. Hilton@SLIMBLACK ~/rockbox/utils/AMS/hacking
  16. $ svn diff
  17. Index: Makefile
  18. ===================================================================
  19. --- Makefile (revision 18656)
  20. +++ Makefile (working copy)
  21. @@ -1,10 +1,9 @@
  22.  
  23. # Change INFILE to point to your original firmware file
  24. -INFILE=$(HOME)/FW/AMS/CLIP/m300a-1.1.17A.bin
  25. -
  26. -# OUTFILE is the file you copy to your device's root and rename to
  27. +INFILE=$(HOME)/Rockbox/OF/E200PA.bin
  28. +#le you copy to your device's root and rename to
  29. # (e.g.) m300a.bin
  30. -OUTFILE=patched.bin
  31. +OUTFILE=<HOME>/Rockbox/OF/patched.bin
  32.  
  33.  
  34. all: amsinfo $(OUTFILE)
  35.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement