Yey! both patches have been applied into the repository. Nice ones!

I have fixed some issues and now the version control system is working :)
(read below for fetching instructions)

> From my observation: A command with CMD_WRITE/req:16/index:n 'modifies'
> something that can be 'read' with CMD_QUERY/req:17/index:n.

that is what it looks :?

> If you find out what the other NOLO commands do let me know and I am
> more than happy to implement them.

hehe I don't know more commands actually, but here's the list of what we
have, should be cool to complete this table, maybe their descriptions are
wrong (not sure).

These are the numbers of the switch table and the corresponding
relationship within the 0xFFFF usb_control_msg's:

   1 get status
   2 ?
   3 get nolo version
   4 get hw revision
   5 ?
  16 set rd mode
  17 get usb mode
  18 write version:sw-release
  19 ?
  20 get swversion
  44 ?
  64 ?
  66 ?
  67 commit?
  68 flash non-rootfs
  80 checksums non-rootfs piece
  81 ?
  82 checksums rootfs piece
  85 flash rootfs
 129 ?
 130 boot
 131 reboot

> > Now I'm doing some changes into the version control system internals, so
> > the repository will change, and I don't want to allow downloads before
> > fixing this.
> Yeah, I have already found out that you have developed a VCS of your own. ;)

Heheh, yes, I found it funny to develop. It's just a toy at the moment, but
I can use git, cvs or hg if you prefer O:)

I have published a new tarball of the pvc (the version control system) these
are the steps required to download the latest 0xFFFF version:

pvc installation
----------------
 $ wget youterm.com/pvc-0.3.tar.gz
 $ tar xzvf pvc-0.3.tar.gz
 $ export PATH=$PWD/pvc-0.3:$PATH
or
 $ cd pvc-0.3 && sudo make install

0xFFFF repository fetch
-----------------------
 $ mkdir 0xFFFF
 $ cd 0xFFFF
 $ pvc init rsync://news.nopcode.org:8181/pvcroot/0xFFFF

keeping the repository up to date
---------------------------------
 $ pvc pull
 $ pvc reset

You can watch the repository via web here:

  http://news.nopcode.org:8080/?prj=0xFFFF

  --pancake
_______________________________________________
0xffff mailing list
0xffff@lists.nopcode.org
https://lists.nopcode.org/mailman/listinfo/0xffff

Reply via email to