Changes between Version 2 and Version 3 of PicozedZynqSoftware


Ignore:
Timestamp:
Aug 4, 2017, 2:05:14 PM (8 years ago)
Author:
Eric Hazen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PicozedZynqSoftware

    v2 v3  
    44
    55The username and password on the board are root.\\
     6You will need to mount /rootfs:
     7{{{
     8  # mkdir /rootfs
     9  # mount /dev/mmcblk0p2 /rootfs
     10}}}
     11
    612The command you need is in /roofs/ and is called adc, so you can run it from anywhere as /rootfs/adc or cd into that directory and run ./adc\\
    713adc has a whole host of possible parameters, but the two you'll use the most are --start and -F.\\\\