Skip to content

Commit

Permalink
Merge branch 'build-v0.5.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
ikwzm committed Dec 12, 2017
2 parents 7acedd9 + fc1d101 commit 102d9c9
Show file tree
Hide file tree
Showing 22 changed files with 427 additions and 99 deletions.
5 changes: 5 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,18 @@ Install
+ [DE0-Nano-SoC](doc/install/de0-nano-soc.md)
+ [Dual Boot(ZYBO and DE0-Nano-SoC)](doc/install/zynq-zybo-de0-nano-soc.md)
* [Install Device Drivers and Services](doc/install/device-drivers.md)
* [Upgrade to v0.5.4 from v0.5.3](doc/install/upgrade-v0.5.4.md)

Tutorial
------------------------------------------------------------------------------------

* [uio_irq_sample](doc/tutorial/uio_irq_sample.md)
* [accumulator](doc/tutorial/accumulator.md)
* [fibonacci](doc/tutorial/fibonacci.md)
* FPGA-SoC-Linux-Example-1
- [FPGA-SoC-Linux-Example-1-ZYBO](https://github.com/ikwzm/FPGA-SoC-Linux-Example-1-ZYBO)
- [FPGA-SoC-Linux-Example-1-ZYBO-Z7](https://github.com/ikwzm/FPGA-SoC-Linux-Example-1-ZYBO-Z7)
- [FPGA-SoC-Linux-Example-1-PYNQ-Z1](https://github.com/ikwzm/FPGA-SoC-Linux-Example-1-PYNQ-Z1)

Build
------------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion doc/build/device-drivers.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ shell$ git clone https://github.com/ikwzm/PTTY_AXI4

```
shell$ git archive --remote dtbocfg --prefix=dtbocfg/ --format=tar v0.0.3 | tar xf - -C drivers
shell$ git archive --remote fclkcfg --prefix=fclkcfg/ --format=tar v0.0.1 | tar xf - -C drivers
shell$ git archive --remote fclkcfg --prefix=fclkcfg/ --format=tar v0.0.2 | tar xf - -C drivers
shell$ git archive --remote udmabuf --prefix=udmabuf/ --format=tar v0.8.0 | tar xf - -C drivers
shell$ cd PTTY_AXI4; git checkout v1.0.0; cp -r src/drivers/zptty ../drivers; cd ..
```
Expand Down
10 changes: 5 additions & 5 deletions doc/install/de0-nano-soc.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
```
shell$ git clone git://github.com/ikwzm/FPGA-SoC-Linux
shell$ cd FPGA-SoC-Linux
shell$ git checkout v0.5.3
shell$ git checkout v0.5.4
shell$ git lfs pull
```

Expand All @@ -25,8 +25,8 @@ shell$ git lfs pull
* debian9-rootfs-vanilla.tgz : Debian9 Root File System (use Git LFS)
* linux-image-4.12.14-armv7-fpga_4.12.14-armv7-fpga-3_armhf.deb : Linux Image Package (use Git LFS)
* linux-headers-4.12.14-armv7-fpga_4.12.14-armv7-fpga-3_armhf.deb : Linux Headers Package (use Git LFS)
* fpga-soc-linux-drivers-4.12.14-armv7-fpga_0.0.8-1_armhf.deb : Device Drivers Package (use Git LFS)
* fpga-soc-linux-services_0.0.7-1_armhf.deb : Device Services Package (use Git LFS)
* fpga-soc-linux-drivers-4.12.14-armv7-fpga_0.0.9-1_armhf.deb : Device Drivers Package (use Git LFS)
* fpga-soc-linux-services_0.0.9-1_armhf.deb : Device Services Package (use Git LFS)

#### Format SD-Card

Expand All @@ -51,8 +51,8 @@ shell# tar xfz debian9-rootfs-vanilla.tgz -C /mnt/u
shell# mkdir /mnt/usb2/home/fpga/debian
shell# cp linux-image-4.12.14-armv7-fpga_4.12.14-armv7-fpga-3_armhf.deb /mnt/usb2/home/fpga/debian
shell# cp linux-headers-4.12.14-armv7-fpga_4.12.14-armv7-fpga-3_armhf.deb /mnt/usb2/home/fpga/debian
shell# cp fpga-soc-linux-drivers-4.12.14-armv7-fpga_0.0.8-1_armhf.deb /mnt/usb2/home/fpga/debian
shell# cp fpga-soc-linux-services_0.0.7-1_armhf.deb /mnt/usb2/home/fpga/debian
shell# cp fpga-soc-linux-drivers-4.12.14-armv7-fpga_0.0.9-1_armhf.deb /mnt/usb2/home/fpga/debian
shell# cp fpga-soc-linux-services_0.0.9-1_armhf.deb /mnt/usb2/home/fpga/debian
shell$ cp -r target/de0-nano-soc/examples /mnt/usb2/home/fpga
shell# umount mnt/usb1
shell# umount mnt/usb2
Expand Down
42 changes: 27 additions & 15 deletions doc/install/device-drivers.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,35 +22,47 @@ root@debian-fpga:~#

```
fpga@debian-fpga:~$ cd /home/fpga/debian
fpga@debian-fpga:~$ sudo dpkg -i fpga-soc-linux-drivers-4.12.14-armv7-fpga_0.0.8-1_armhf.deb
fpga@debian-fpga:~$ sudo dpkg -i fpga-soc-linux-drivers-4.12.14-armv7-fpga_0.0.9-1_armhf.deb
Selecting previously unselected package fpga-soc-linux-drivers-4.12.14-armv7-fpga.
(Reading database ... 39197 files and directories currently installed.)
Preparing to unpack fpga-soc-linux-drivers-4.12.14-armv7-fpga_0.0.8-1_armhf.deb ...
Unpacking fpga-soc-linux-drivers-4.12.14-armv7-fpga (0.0.8-1) ...
Setting up fpga-soc-linux-drivers-4.12.14-armv7-fpga (0.0.8-1) ...
Preparing to unpack fpga-soc-linux-drivers-4.12.14-armv7-fpga_0.0.9-1_armhf.deb ...
Unpacking fpga-soc-linux-drivers-4.12.14-armv7-fpga (0.0.9-1) ...
Setting up fpga-soc-linux-drivers-4.12.14-armv7-fpga (0.0.9-1) ...
```

```
fpga@debian-fpga:~$ cd /home/fpga/debian
fpga@debian-fpga:~$ sudo dpkg -i fpga-soc-linux-services_0.0.7-1_armhf.deb
fpga@debian-fpga:~$ sudo dpkg -i fpga-soc-linux-services_0.0.9-1_armhf.deb
Selecting previously unselected package fpga-soc-linux-services.
(Reading database ... 39210 files and directories currently installed.)
Preparing to unpack fpga-soc-linux-services_0.0.5-1_armhf.deb ...
Unpacking fpga-soc-linux-services (0.0.7-1) ...
Setting up fpga-soc-linux-services (0.0.7-1) ...
Created symlink from /etc/systemd/system/multi-user.target.wants/device-tree-overlay.service to /etc/systemd/system/device-tree-overlay.service.
Created symlink from /etc/systemd/system/multi-user.target.wants/udmabuf.service to /etc/systemd/system/udmabuf.service.
Created symlink from /etc/systemd/system/multi-user.target.wants/zptty.service to /etc/systemd/system/zptty.service.
(Reading database ... 42746 files and directories currently installed.)
Preparing to unpack fpga-soc-linux-services_0.0.9-1_armhf.deb ...
Unpacking fpga-soc-linux-services (0.0.9-1) ...
Setting up fpga-soc-linux-services (0.0.9-1) ...
Created symlink /etc/systemd/system/multi-user.target.wants/device-tree-overlay.service → /etc/systemd/system/device-tree-overlay.service.
[ 403.906219] systemd[1]: apt-daily-upgrade.timer: Adding 33min 27.360172s random time.
[ 403.918062] systemd[1]: apt-daily.timer: Adding 11h 12min 56.053554s random time.
Created symlink /etc/systemd/system/multi-user.target.wants/udmabuf.service → /etc/systemd/system/udmabuf.service.
[ 404.327393] systemd[1]: apt-daily-upgrade.timer: Adding 42min 35.340818s random time.
[ 404.339211] systemd[1]: apt-daily.timer: Adding 9h 23min 10.482115s random time.
Created symlink /etc/systemd/system/multi-user.target.wants/fpga-clock.service → /etc/systemd/system/fpga-clock.service.
[ 404.745385] systemd[1]: apt-daily-upgrade.timer: Adding 50min 4.974227s random time.
[ 404.757136] systemd[1]: apt-daily.timer: Adding 3h 26min 46.127644s random time.
Created symlink /etc/systemd/system/multi-user.target.wants/zptty.service → /etc/systemd/system/zptty.service.
[ 405.176330] systemd[1]: apt-daily-upgrade.timer: Adding 21min 31.965437s random time.
[ 405.188405] systemd[1]: apt-daily.timer: Adding 20min 1.691993s random time.
[ 405.279856] dtbocfg_module_init
[ 405.283061] dtbocfg_module_init: OK
```

#### Check Installed Device Drivers and Services Package

```
fpga@debian-fpga:~$ sudo lsmod
Module Size Used by
zptty 8529 0
udmabuf 10177 0
dtbocfg 3200 2
zptty 16384 0
fclkcfg 16384 0
udmabuf 20480 0
dtbocfg 16384 0
```

```
Expand Down
83 changes: 83 additions & 0 deletions doc/install/upgrade-v0.5.4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
### Upgrade to v0.5.4 from v0.5.3

#### Boot ZYBO or DE0-Nano-SoC and login fpga or root user

fpga'password is "fpga".

```
debian-fpga login: fpga
Password:
fpga@debian-fpga:~$
```

root'password is "admin".

```
debian-fpga login: root
Password:
root@debian-fpga:~#
```

#### Remove Old Services Package

```
fpga@debian-fpga:~$ sudo dpkg --remove fpga-soc-linux-services
(Reading database ... 42754 files and directories currently installed.)
Removing fpga-soc-linux-services (0.0.7-1) ...
Removed /etc/systemd/system/multi-user.target.wants/zptty.service.
[ 53.753171] systemd[1]: apt-daily-upgrade.timer: Adding 11min 43.270095s random time.
[ 53.765507] systemd[1]: apt-daily.timer: Adding 36min 25.436252s random time.
Removed /etc/systemd/system/multi-user.target.wants/udmabuf.service.
[ 54.235643] systemd[1]: apt-daily-upgrade.timer: Adding 55.242551s random time.
[ 54.247159] systemd[1]: apt-daily.timer: Adding 9h 13min 49.218879s random time.
Removed /etc/systemd/system/multi-user.target.wants/device-tree-overlay.service.
[ 54.676455] systemd[1]: apt-daily-upgrade.timer: Adding 52min 48.054844s random time.
[ 54.688334] systemd[1]: apt-daily.timer: Adding 6h 36min 45.912649s random time.
```

#### Remove Old Device Drivers

```
fpga@debian-fpga:~$ sudo dpkg --remove fpga-soc-linux-drivers-4.12.14-armv7-fpga
(Reading database ... 42746 files and directories currently installed.)
Removing fpga-soc-linux-drivers-4.12.14-armv7-fpga (0.0.8-1) ...
```

#### Install New Device Drivers

```
fpga@debian-fpga:~$ cd /home/fpga/debian
fpga@debian-fpga:~$ sudo dpkg -i fpga-soc-linux-drivers-4.12.14-armv7-fpga_0.0.9-1_armhf.deb
Selecting previously unselected package fpga-soc-linux-drivers-4.12.14-armv7-fpga.
(Reading database ... 39197 files and directories currently installed.)
Preparing to unpack fpga-soc-linux-drivers-4.12.14-armv7-fpga_0.0.9-1_armhf.deb ...
Unpacking fpga-soc-linux-drivers-4.12.14-armv7-fpga (0.0.9-1) ...
Setting up fpga-soc-linux-drivers-4.12.14-armv7-fpga (0.0.9-1) ...
```

#### Install New Services Package


```
fpga@debian-fpga:~$ cd /home/fpga/debian
Selecting previously unselected package fpga-soc-linux-services.
(Reading database ... 42746 files and directories currently installed.)
Preparing to unpack fpga-soc-linux-services_0.0.9-1_armhf.deb ...
Unpacking fpga-soc-linux-services (0.0.9-1) ...
Setting up fpga-soc-linux-services (0.0.9-1) ...
Created symlink /etc/systemd/system/multi-user.target.wants/device-tree-overlay.service → /etc/systemd/system/device-tree-overlay.service.
[ 403.906219] systemd[1]: apt-daily-upgrade.timer: Adding 33min 27.360172s random time.
[ 403.918062] systemd[1]: apt-daily.timer: Adding 11h 12min 56.053554s random time.
Created symlink /etc/systemd/system/multi-user.target.wants/udmabuf.service → /etc/systemd/system/udmabuf.service.
[ 404.327393] systemd[1]: apt-daily-upgrade.timer: Adding 42min 35.340818s random time.
[ 404.339211] systemd[1]: apt-daily.timer: Adding 9h 23min 10.482115s random time.
Created symlink /etc/systemd/system/multi-user.target.wants/fpga-clock.service → /etc/systemd/system/fpga-clock.service.
[ 404.745385] systemd[1]: apt-daily-upgrade.timer: Adding 50min 4.974227s random time.
[ 404.757136] systemd[1]: apt-daily.timer: Adding 3h 26min 46.127644s random time.
Created symlink /etc/systemd/system/multi-user.target.wants/zptty.service → /etc/systemd/system/zptty.service.
[ 405.176330] systemd[1]: apt-daily-upgrade.timer: Adding 21min 31.965437s random time.
[ 405.188405] systemd[1]: apt-daily.timer: Adding 20min 1.691993s random time.
[ 405.279856] dtbocfg_module_init
[ 405.283061] dtbocfg_module_init: OK
```

10 changes: 5 additions & 5 deletions doc/install/zynq-pynqz1.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
```
shell$ git clone git://github.com/ikwzm/FPGA-SoC-Linux
shell$ cd FPGA-SoC-Linux
shell$ git checkout v0.5.3
shell$ git checkout v0.5.4
shell$ git lfs pull
```

Expand All @@ -23,8 +23,8 @@ shell$ git lfs pull
* debian9-rootfs-vanilla.tgz : Debian9 Root File System (use Git LFS)
* linux-image-4.12.14-armv7-fpga_4.12.14-armv7-fpga-3_armhf.deb : Linux Image Package (use Git LFS)
* linux-headers-4.12.14-armv7-fpga_4.12.14-armv7-fpga-3_armhf.deb : Linux Headers Package (use Git LFS)
* fpga-soc-linux-drivers-4.12.14-armv7-fpga_0.0.8-1_armhf.deb : Device Drivers Package (use Git LFS)
* fpga-soc-linux-services_0.0.7-1_armhf.deb : Device Services Package (use Git LFS)
* fpga-soc-linux-drivers-4.12.14-armv7-fpga_0.0.9-1_armhf.deb : Device Drivers Package (use Git LFS)
* fpga-soc-linux-services_0.0.9-1_armhf.deb : Device Services Package (use Git LFS)

#### Format SD-Card

Expand All @@ -47,8 +47,8 @@ shell# tar xfz debian9-rootfs-vanilla.tgz -C /mnt/u
shell# mkdir /mnt/usb2/home/fpga/debian
shell# cp linux-image-4.12.14-armv7-fpga_4.12.14-armv7-fpga-3_armhf.deb /mnt/usb2/home/fpga/debian
shell# cp linux-headers-4.12.14-armv7-fpga_4.12.14-armv7-fpga-3_armhf.deb /mnt/usb2/home/fpga/debian
shell# cp fpga-soc-linux-drivers-4.12.14-armv7-fpga_0.0.8-1_armhf.deb /mnt/usb2/home/fpga/debian
shell# cp fpga-soc-linux-services_0.0.7-1_armhf.deb /mnt/usb2/home/fpga/debian
shell# cp fpga-soc-linux-drivers-4.12.14-armv7-fpga_0.0.9-1_armhf.deb /mnt/usb2/home/fpga/debian
shell# cp fpga-soc-linux-services_0.0.9-1_armhf.deb /mnt/usb2/home/fpga/debian
shell$ cp -r target/zynq-pynqz1/examples /mnt/usb2/home/fpga
shell# umount mnt/usb1
shell# umount mnt/usb2
Expand Down
10 changes: 5 additions & 5 deletions doc/install/zynq-zybo-de0-nano-soc.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ It corresponds to boot of both ZYBO and DE0-Nano-SoC in one SD-Card.
```
shell$ git clone git://github.com/ikwzm/FPGA-SoC-Linux
shell$ cd FPGA-SoC-Linux
shell$ git checkout v0.5.3
shell$ git checkout v0.5.4
shell$ git lfs pull
```
#### Build boot files
Expand Down Expand Up @@ -59,8 +59,8 @@ cp ../de0-nano-soc//u-boot/u-boot.img u-boot/u-boot.img
* debian9-rootfs-vanilla.tgz : Debian9 Root File System (use Git LFS)
* linux-image-4.12.14-armv7-fpga_4.12.14-armv7-fpga-3_armhf.deb : Linux Image Package (use Git LFS)
* linux-headers-4.12.14-armv7-fpga_4.12.14-armv7-fpga-3_armhf.deb : Linux Headers Package (use Git LFS)
* fpga-soc-linux-drivers-4.12.14-armv7-fpga_0.0.8-1_armhf.deb : Device Drivers Package (use Git LFS)
* fpga-soc-linux-services_0.0.7-1_armhf.deb : Device Services Package (use Git LFS)
* fpga-soc-linux-drivers-4.12.14-armv7-fpga_0.0.9-1_armhf.deb : Device Drivers Package (use Git LFS)
* fpga-soc-linux-services_0.0.9-1_armhf.deb : Device Services Package (use Git LFS)

#### Format SD-Card

Expand All @@ -85,8 +85,8 @@ shell# tar xfz debian9-rootfs-vanilla.tgz -C /mnt/u
shell# mkdir /mnt/usb2/home/fpga/debian
shell# cp linux-image-4.12.14-armv7-fpga_4.12.14-armv7-fpga-3_armhf.deb /mnt/usb2/home/fpga/debian
shell# cp linux-headers-4.12.14-armv7-fpga_4.12.14-armv7-fpga-3_armhf.deb /mnt/usb2/home/fpga/debian
shell# cp fpga-soc-linux-drivers-4.12.14-armv7-fpga_0.0.8-1_armhf.deb /mnt/usb2/home/fpga/debian
shell# cp fpga-soc-linux-services_0.0.7-1_armhf.deb /mnt/usb2/home/fpga/debian
shell# cp fpga-soc-linux-drivers-4.12.14-armv7-fpga_0.0.9-1_armhf.deb /mnt/usb2/home/fpga/debian
shell# cp fpga-soc-linux-services_0.0.9-1_armhf.deb /mnt/usb2/home/fpga/debian
shell# umount mnt/usb1
shell# umount mnt/usb2
````
Expand Down
10 changes: 5 additions & 5 deletions doc/install/zynq-zybo-z7.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
```
shell$ git clone git://github.com/ikwzm/FPGA-SoC-Linux
shell$ cd FPGA-SoC-Linux
shell$ git checkout v0.5.3
shell$ git checkout v0.5.4
shell$ git lfs pull
```

Expand All @@ -22,8 +22,8 @@ shell$ git lfs pull
* debian9-rootfs-vanilla.tgz : Debian9 Root File System (use Git LFS)
* linux-image-4.12.14-armv7-fpga_4.12.14-armv7-fpga-3_armhf.deb : Linux Image Package (use Git LFS)
* linux-headers-4.12.14-armv7-fpga_4.12.14-armv7-fpga-3_armhf.deb : Linux Headers Package (use Git LFS)
* fpga-soc-linux-drivers-4.12.14-armv7-fpga_0.0.8-1_armhf.deb : Device Drivers Package (use Git LFS)
* fpga-soc-linux-services_0.0.7-1_armhf.deb : Device Services Package (use Git LFS)
* fpga-soc-linux-drivers-4.12.14-armv7-fpga_0.0.9-1_armhf.deb : Device Drivers Package (use Git LFS)
* fpga-soc-linux-services_0.0.9-1_armhf.deb : Device Services Package (use Git LFS)

#### Format SD-Card

Expand All @@ -46,8 +46,8 @@ shell# tar xfz debian9-rootfs-vanilla.tgz -C /mnt/u
shell# mkdir /mnt/usb2/home/fpga/debian
shell# cp linux-image-4.12.14-armv7-fpga_4.12.14-armv7-fpga-3_armhf.deb /mnt/usb2/home/fpga/debian
shell# cp linux-headers-4.12.14-armv7-fpga_4.12.14-armv7-fpga-3_armhf.deb /mnt/usb2/home/fpga/debian
shell# cp fpga-soc-linux-drivers-4.12.14-armv7-fpga_0.0.8-1_armhf.deb /mnt/usb2/home/fpga/debian
shell# cp fpga-soc-linux-services_0.0.7-1_armhf.deb /mnt/usb2/home/fpga/debian
shell# cp fpga-soc-linux-drivers-4.12.14-armv7-fpga_0.0.9-1_armhf.deb /mnt/usb2/home/fpga/debian
shell# cp fpga-soc-linux-services_0.0.9-1_armhf.deb /mnt/usb2/home/fpga/debian
shell# umount mnt/usb1
shell# umount mnt/usb2
````
Expand Down
10 changes: 5 additions & 5 deletions doc/install/zynq-zybo.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
```
shell$ git clone git://github.com/ikwzm/FPGA-SoC-Linux
shell$ cd FPGA-SoC-Linux
shell$ git checkout v0.5.3
shell$ git checkout v0.5.4
shell$ git lfs pull
```

Expand All @@ -24,8 +24,8 @@ shell$ git lfs pull
* debian9-rootfs-vanilla.tgz : Debian9 Root File System (use Git LFS)
* linux-image-4.12.14-armv7-fpga_4.12.14-armv7-fpga-3_armhf.deb : Linux Image Package (use Git LFS)
* linux-headers-4.12.14-armv7-fpga_4.12.14-armv7-fpga-3_armhf.deb : Linux Headers Package (use Git LFS)
* fpga-soc-linux-drivers-4.12.14-armv7-fpga_0.0.8-1_armhf.deb : Device Drivers Package (use Git LFS)
* fpga-soc-linux-services_0.0.7-1_armhf.deb : Device Services Package (use Git LFS)
* fpga-soc-linux-drivers-4.12.14-armv7-fpga_0.0.9-1_armhf.deb : Device Drivers Package (use Git LFS)
* fpga-soc-linux-services_0.0.9-1_armhf.deb : Device Services Package (use Git LFS)

#### Format SD-Card

Expand All @@ -48,8 +48,8 @@ shell# tar xfz debian9-rootfs-vanilla.tgz -C /mnt/u
shell# mkdir /mnt/usb2/home/fpga/debian
shell# cp linux-image-4.12.14-armv7-fpga_4.12.14-armv7-fpga-3_armhf.deb /mnt/usb2/home/fpga/debian
shell# cp linux-headers-4.12.14-armv7-fpga_4.12.14-armv7-fpga-3_armhf.deb /mnt/usb2/home/fpga/debian
shell# cp fpga-soc-linux-drivers-4.12.14-armv7-fpga_0.0.8-1_armhf.deb /mnt/usb2/home/fpga/debian
shell# cp fpga-soc-linux-services_0.0.7-1_armhf.deb /mnt/usb2/home/fpga/debian
shell# cp fpga-soc-linux-drivers-4.12.14-armv7-fpga_0.0.9-1_armhf.deb /mnt/usb2/home/fpga/debian
shell# cp fpga-soc-linux-services_0.0.9-1_armhf.deb /mnt/usb2/home/fpga/debian
shell# cp -r target/zynq-zybo/examples /mnt/usb2/home/fpga
shell# umount mnt/usb1
shell# umount mnt/usb2
Expand Down
7 changes: 7 additions & 0 deletions drivers/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
fpga-soc-linux-drivers (0.0.9-1) unstable; urgency=low

* Update fclkcfg v0.0.2

-- ichiro <ichiro_k@ca2.so-net.ne.jp> Thu, 12 Dec 2017 13:10:00 +0900


fpga-soc-linux-drivers (0.0.8-1) unstable; urgency=low

* Update Linux-Kernel
Expand Down
Loading

0 comments on commit 102d9c9

Please sign in to comment.