Skip to content

Commit

Permalink
Merge branch 'build-v1.2.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
ikwzm committed Aug 22, 2020
2 parents be7d636 + 5a3a444 commit a3a4016
Show file tree
Hide file tree
Showing 76 changed files with 6,073 additions and 1,723 deletions.
7 changes: 3 additions & 4 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ This Repository provides a Linux Boot Image(U-boot, Kernel, Root-fs) for FPGA-So
+ Customized boot by uEnv.txt
+ Customized boot by boot.scr
+ Enable bootmenu
* Linux Kernel Version v5.4.47
* Linux Kernel Version v5.4.59
+ Available in both Xilinx-Zynq-7000 and Altera-SoC in a single image
+ Enable Device Tree Overlay
+ Enable FPGA Manager
Expand Down Expand Up @@ -51,9 +51,8 @@ Install
+ [PYNQ-Z1](doc/install/zynq-pynqz1.md)
+ [DE0-Nano-SoC](doc/install/de0-nano-soc.md)
+ [DE10-Nano](doc/install/de10-nano.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 v1.1.0 from v1.0.x](doc/install/upgrade-v1.1.0.md)
* [Upgrade to v1.2.0 from v1.0.x/v1.1.x](doc/install/upgrade-v1.2.0.md)

Tutorial
------------------------------------------------------------------------------------
Expand All @@ -73,7 +72,7 @@ Build
* [Build U-boot for PYNQ-Z1](doc/build/u-boot-zynq-pynqz1.md)
* [Build U-boot for DE0-Nano-SoC](doc/build/u-boot-de0-nano-soc.md)
* [Build U-boot for DE10-Nano](doc/build/u-boot-de10-nano.md)
* [Build Linux Kernel](doc/build/linux-kernel-5.4.47.md)
* [Build Linux Kernel](doc/build/linux-kernel-5.4.59.md)
* [Build Debian10 RootFS](doc/build/debian10-rootfs.md)
* [Build Device Drivers and Services Package](doc/build/device-drivers.md)

46 changes: 23 additions & 23 deletions doc/build/device-drivers.md
Original file line number Diff line number Diff line change
@@ -1,65 +1,65 @@
### Build Device Drivers and Services Package

#### dtbocfg-4.19.57-armv7-fpga_0.0.8-1_armhf.deb
#### dtbocfg-5.4.59-armv7-fpga_0.0.8-1_armhf.deb

##### Download repository

```console
shell$ git clone --recursive --depth=1 -b v0.0.8 git://github.com/ikwzm/dtbocfg-kmod-dpkg
shell$ cd dtbocfg-kmod-dpkg
```
##### Cross Compile for linux-4.19.57-armv7-fpga
##### Cross Compile for linux-5.4.59-armv7-fpga

```console
shell$ sudo debian/rules arch=arm deb_arch=armhf kernel_release=4.19.57-armv7-fpga kernel_src_dir=../../linux-4.19.57-armv7-fpga binary
shell$ sudo debian/rules arch=arm deb_arch=armhf kernel_release=5.4.59-armv7-fpga kernel_src_dir=../../linux-5.4.59-armv7-fpga binary
:
:
:
shell$ file ../dtbocfg-4.19.57-armv7-fpga_0.0.8-1_armhf.deb
../dtbocfg-4.19.57-armv7-fpga_0.0.7-1_armhf.deb: Debian binary package (format 2.0)
shell$ file ../dtbocfg-5.4.59-armv7-fpga_0.0.8-1_armhf.deb
../dtbocfg-5.4.59-armv7-fpga_0.0.7-1_armhf.deb: Debian binary package (format 2.0)
```

#### udmabuf-4.19.57-armv7-fpga_1.4.2-0_armhf.deb
#### u-dma-buf-5.4.59-armv7-fpga_3.2.2-0_armhf.deb

##### Download repository

```console
shell$ git clone --recursive --depth=1 -b v1.4.2 git://github.com/ikwzm/udmabuf-kmod-dpkg
shell$ cd udmabuf-kmod-dpkg
shell$ git clone --recursive --depth=1 -b v3.2.2 git://github.com/ikwzm/u-dma-buf-kmod-dpkg
shell$ cd u-dma-buf-kmod-dpkg
```

##### Cross Compile for linux-4.19.57-armv7-fpga
##### Cross Compile for linux-5.4.59-armv7-fpga

```console
shell$ sudo debian/rules arch=arm deb_arch=armhf kernel_release=4.19.57-armv7-fpga kernel_src_dir=../../linux-4.19.57-armv7-fpga binary
shell$ sudo debian/rules arch=arm deb_arch=armhf kernel_release=5.4.59-armv7-fpga kernel_src_dir=../../linux-5.4.59-armv7-fpga binary
:
:
:
shell$ file ../udmabuf-4.19.57-armv7-fpga_1.4.2-0_armhf.deb
../udmabuf-4.19.57-armv7-fpga_1.4.2-0_armhf.deb: Debian binary package (format 2.0)
shell$ file ../u-dma-buf-5.4.59-armv7-fpga_3.2.2-0_armhf.deb
../u-dma-buf-5.4.59-armv7-fpga_3.2.2-0_armhf.deb: Debian binary package (format 2.0)
```

#### fclkcfg-4.19.57-armv7-fpga_1.2.0-1_armhf.deb
#### fclkcfg-5.4.59-armv7-fpga_1.7.2-1_armhf.deb

##### Download repository

```console
shell$ git clone --recursive --depth=1 -b v1.2.0 git://github.com/ikwzm/fclkcfg-kmod-dpkg
shell$ git clone --recursive --depth=1 -b v1.7.2 git://github.com/ikwzm/fclkcfg-kmod-dpkg
shell$ cd fclkcfg-kmod-dpkg
```

##### Cross Compile for linux-4.19.57-armv7-fpga
##### Cross Compile for linux-5.4.59-armv7-fpga

```console
shell$ sudo debian/rules arch=arm deb_arch=armhf kernel_release=4.19.57-armv7-fpga kernel_src_dir=../../linux-4.19.57-armv7-fpga binary
shell$ sudo debian/rules arch=arm deb_arch=armhf kernel_release=5.4.59-armv7-fpga kernel_src_dir=../../linux-5.4.59-armv7-fpga binary
:
:
:
shell$ file ../fclkcfg-4.19.57-armv7-fpga_1.2.0-1_armhf.deb
../fclkcfg-4.19.57-armv7-fpga_1.2.0-1_armhf.deb: Debian binary package (format 2.0)
shell$ file ../fclkcfg-5.4.59-armv7-fpga_1.7.2-1_armhf.deb
../fclkcfg-5.4.59-armv7-fpga_1.7.2-1_armhf.deb: Debian binary package (format 2.0)
```

#### zptty-4.19.57-armv7-fpga_1.0.0-1_armhf.deb
#### zptty-5.4.59-armv7-fpga_1.0.0-1_armhf.deb

##### Download repository

Expand All @@ -68,15 +68,15 @@ shell$ git clone --recursive --depth=1 -b v1.0.0 git://github.com/ikwzm/zptty-km
shell$ cd zptty-kmod-dpkg
```

##### Cross Compile for linux-4.19.57-armv7-fpga
##### Cross Compile for linux-5.4.59-armv7-fpga

```console
shell$ sudo debian/rules arch=arm deb_arch=armhf kernel_release=4.19.57-armv7-fpga kernel_src_dir=../../../../../linux-4.19.57-armv7-fpga binary
shell$ sudo debian/rules arch=arm deb_arch=armhf kernel_release=5.4.59-armv7-fpga kernel_src_dir=../../../../../linux-5.4.59-armv7-fpga binary
:
:
:
shell$ file ../zptty-4.19.57-armv7-fpga_1.0.0-1_armhf.deb
../zptty-4.19.57-armv7-fpga_1.0.0-1_armhf.deb: Debian binary package (format 2.0)
shell$ file ../zptty-5.4.59-armv7-fpga_1.0.0-1_armhf.deb
../zptty-5.4.59-armv7-fpga_1.0.0-1_armhf.deb: Debian binary package (format 2.0)
```

#### dtbocfg-ctrl_0.0.5-1_all.deb
Expand Down
120 changes: 120 additions & 0 deletions doc/build/linux-kernel-5.4.59.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,120 @@
### Build Linux Kernel

There are two ways

1. run scripts/build-linux-kernel-5.4.59.sh (easy)
2. run this chapter step-by-step (annoying)

#### Download Linux Kernel Source

##### Clone from linux-stable.git

```console
shell$ git clone --depth 1 -b v5.4.59 git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-5.4.59-armv7-fpga
```

##### Checkout v5.4.59

```console
shell$ cd linux-5.4.59-armv7-fpga
shell$ git checkout -b linux-5.4.59-armv7-fpga refs/tags/v5.4.59
```

#### Patch for armv7-fpga

##### Patch for armv7-fpga

```console
shell$ patch -p1 < ../files/linux-5.4.59-armv7-fpga.diff
shell$ git add --update
shell$ git add arch/arm/configs/armv7_fpga_defconfig
shell$ git add arch/arm/boot/dts/zynq-pynqz1.dts
shell$ git commit -m "patch for armv7-fpga"
```

##### Patch for usb chipidea driver

```console
shell$ patch -p1 < ../files/linux-5.4.59-armv7-fpga-patch-usb-chipidea.diff
shell$ git add --update
shell$ git commit -m "patch for usb chipidea driver for issue #3"
```

##### Patch for build debian package script

```console
shell$ patch -p1 < ../files/linux-5.4.59-armv7-fpga-patch-builddeb.diff
shell$ git add --update
shell$ git commit -m "patch for scripts/package/builddeb to add tools/include and postinst script to header package"
```

##### Create tag and .version

```console
shell$ git tag -a v5.4.59-armv7-fpga -m "release v5.4.59-armv7-fpga"
shell$ echo 0 > .version
```

#### Setup for Build

````console
shell$ cd linux-5.4.59-armv7-fpga
shell$ export ARCH=arm
shell$ export CROSS_COMPILE=arm-linux-gnueabihf-
shell$ make armv7_fpga_defconfig
````

#### Build Linux Kernel and device tree

````console
shell$ export DTC_FLAGS=--symbols
shell$ make deb-pkg
shell$ make zynq-zybo.dtb
shell$ make zynq-zybo-z7.dtb
shell$ make zynq-pynqz1.dtb
shell$ make socfpga_cyclone5_de0_nano_soc.dtb
````

#### Copy zImage and devicetree to target/zybo-zynq/boot/

```console
shell$ cp arch/arm/boot/zImage ../target/zynq-zybo/boot/vmlinuz-5.4.59-armv7-fpga
shell$ cp arch/arm/boot/dts/zynq-zybo.dtb ../target/zynq-zybo/boot/devicetree-5.4.59-zynq-zybo.dtb
shell$ ./scripts/dtc/dtc -I dtb -O dts -o ../target/zynq-zybo/boot/devicetree-5.4.59-zynq-zybo.dts arch/arm/boot/dts/zynq-zybo.dtb
```

#### Copy zImage and devicetree to tareget/zybo-zynq-z7/boot/

```console
shell$ cp arch/arm/boot/zImage ../target/zynq-zybo-z7/boot/vmlinuz-5.4.59-armv7-fpga
shell$ cp arch/arm/boot/dts/zynq-zybo-z7.dtb ../target/zynq-zybo-z7/boot/devicetree-5.4.59-zynq-zybo-z7.dtb
shell$ ./scripts/dtc/dtc -I dtb -O dts --symbols -o ../target/zynq-zybo-z7/boot/devicetree-5.4.59-zynq-zybo-z7.dts arch/arm/boot/dts/zynq-zybo-z7.dtb
```


#### Copy zImage and devicetree to target/zybo-pynqz1/boot/

```console
shell$ cp arch/arm/boot/zImage ../target/zynq-pynqz1/boot/vmlinuz-5.4.59-armv7-fpga
shell$ cp arch/arm/boot/dts/zynq-pynqz1.dtb ../target/zynq-pynqz1/boot/devicetree-5.4.59-zynq-pynqz1.dtb
shell$ ./scripts/dtc/dtc -I dtb -O dts -o ../target/zynq-pynqz1/boot/devicetree-5.4.59-zynq-pynqz1.dts arch/arm/boot/dts/zynq-pynqz1.dtb
```

#### Copy zImage and devicetree to target/de0-nano-soc/boot/

```console
shell$ cp arch/arm/boot/zImage ../target/de0-nano-soc/boot/vmlinuz-5.4.59-armv7-fpga
shell$ cp arch/arm/boot/dts/socfpga_cyclone5_de0_nano_soc.dtb ../target/de0-nano-soc/boot/devicetree-5.4.59-socfpga.dtb
shell$ ./scripts/dtc/dtc -I dtb -O dts -o ../target/de0-nano-soc/boot/devicetree-5.4.59-socfpga.dts arch/arm/boot/dts/socfpga_cyclone5_de0_nano_soc.dtb
```

#### Copy zImage and devicetree to tareget/de10-nano/boot/

```console
shell$ cp arch/arm/boot/zImage ../target/de10-nano/boot/vmlinuz-5.4.59-armv7-fpga
shell$ cp arch/arm/boot/dts/socfpga_cyclone5_de0_nano_soc.dtb ../target/de10-nano/boot/devicetree-5.4.59-socfpga.dtb
shell$ ./scripts/dtc/dtc -I dtb -O dts --symbols -o ../target/de10-nano/boot/devicetree-5.4.59-socfpga.dts arch/arm/boot/dts/socfpga_cyclone5_de0_nano_soc.dtb
```



32 changes: 16 additions & 16 deletions doc/install/de0-nano-soc.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
**Note: Downloading the entire repository is time consuming, so download only the branch you need.**

```console
shell$ git clone --depth=1 --branch v1.1.0 git://github.com/ikwzm/FPGA-SoC-Linux
shell$ git clone --depth=1 --branch v1.2.0 git://github.com/ikwzm/FPGA-SoC-Linux
shell$ cd FPGA-SoC-Linux
shell$ git lfs pull
```
Expand All @@ -16,21 +16,21 @@ shell$ git lfs pull
+ boot/
- DE0_NANO_SOC.rbf : FPGA configuration file (Raw Binary Format)
- uEnv.txt : U-Boot environment variables for linux boot
- vmlinuz-5.4.47-armv7-fpga : Linux Kernel Image (use Git LFS)
- devicetree-5.4.47-socfpga.dtb : Linux Device Tree Blob
- devicetree-5.4.47-socfpga.dts : Linux Device Tree Source
- vmlinuz-5.4.59-armv7-fpga : Linux Kernel Image (use Git LFS)
- devicetree-5.4.59-socfpga.dtb : Linux Device Tree Blob
- devicetree-5.4.59-socfpga.dts : Linux Device Tree Source
+ u-boot/
- u-boot-spl.sfp : Stage 1 Boot Loader(U-boot-spl)
- u-boot.img : Stage 2 Boot Loader(U-boot)
+ examples/ : Example Programs
* debian10-rootfs-vanilla.tgz : Debian10 Root File System (use Git LFS)
* linux-image-5.4.47-armv7-fpga_5.4.47-armv7-fpga-0_armhf.deb : Linux Image Package (use Git LFS)
* linux-headers-5.4.47-armv7-fpga_5.4.47-armv7-fpga-0_armhf.deb : Linux Headers Package (use Git LFS)
* linux-image-5.4.59-armv7-fpga_5.4.59-armv7-fpga-0_armhf.deb : Linux Image Package (use Git LFS)
* linux-headers-5.4.59-armv7-fpga_5.4.59-armv7-fpga-0_armhf.deb : Linux Headers Package (use Git LFS)
* dtbocfg-ctrl_0.0.5-1_all.deb : dtbocfg Control Pakcage (use Git LFS)
* dtbocfg-5.4.47-armv7-fpga_0.0.8-1_armhf.deb : dtbocfg Kernel Module (use Git LFS)
* fclkcfg-5.4.47-armv7-fpga_1.2.0-1_armhf.deb : fclkcfg Kernel Module (use Git LFS)
* u-dma-buf-5.4.47-armv7-fpga_3.0.1-0_armhf.deb : u-dma-buf Kernel Module (use Git LFS)
* zptty-5.4.47-armv7-fpga_1.0.0-1_armhf.deb : zptty Kernel Module (use Git LFS)
* dtbocfg-5.4.59-armv7-fpga_0.0.8-1_armhf.deb : dtbocfg Kernel Module (use Git LFS)
* fclkcfg-5.4.59-armv7-fpga_1.7.2-1_armhf.deb : fclkcfg Kernel Module (use Git LFS)
* u-dma-buf-5.4.59-armv7-fpga_3.2.2-0_armhf.deb : u-dma-buf Kernel Module (use Git LFS)
* zptty-5.4.59-armv7-fpga_1.0.0-1_armhf.deb : zptty Kernel Module (use Git LFS)

#### Format SD-Card

Expand All @@ -46,13 +46,13 @@ shell# dd if=target/de0-nano-soc/u-boot/u-boot-spl.sfp of=/dev/sdc3 bs=64k seek=
shell# dd if=target/de0-nano-soc/u-boot/u-boot.img of=/dev/sdc3 bs=64k seek=4
shell# tar xfz debian10-rootfs-vanilla.tgz -C /mnt/usb2
shell# mkdir /mnt/usb2/home/fpga/debian
shell# cp linux-image-5.4.47-armv7-fpga_5.4.47-armv7-fpga-0_armhf.deb /mnt/usb2/home/fpga/debian
shell# cp linux-headers-5.4.47-armv7-fpga_5.4.47-armv7-fpga-0_armhf.deb /mnt/usb2/home/fpga/debian
shell# cp linux-image-5.4.59-armv7-fpga_5.4.59-armv7-fpga-0_armhf.deb /mnt/usb2/home/fpga/debian
shell# cp linux-headers-5.4.59-armv7-fpga_5.4.59-armv7-fpga-0_armhf.deb /mnt/usb2/home/fpga/debian
shell# cp dtbocfg-ctrl_0.0.5-1_all.deb /mnt/usb2/home/fpga/debian
shell$ cp dtbocfg-5.4.47-armv7-fpga_0.0.8-1_armhf.deb /mnt/usb2/home/fpga/debian
shell# cp fclkcfg-5.4.47-armv7-fpga_1.2.0-1_armhf.deb /mnt/usb2/home/fpga/debian
shell# cp u-dma-buf-5.4.47-armv7-fpga_3.0.1-0_armhf.deb /mnt/usb2/home/fpga/debian
shell# cp zptty-5.4.47-armv7-fpga_1.0.0-1_armhf.deb /mnt/usb2/home/fpga/debian
shell$ cp dtbocfg-5.4.59-armv7-fpga_0.0.8-1_armhf.deb /mnt/usb2/home/fpga/debian
shell# cp fclkcfg-5.4.59-armv7-fpga_1.7.2-1_armhf.deb /mnt/usb2/home/fpga/debian
shell# cp u-dma-buf-5.4.59-armv7-fpga_3.2.2-0_armhf.deb /mnt/usb2/home/fpga/debian
shell# cp zptty-5.4.59-armv7-fpga_1.0.0-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
32 changes: 16 additions & 16 deletions doc/install/de10-nano.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
**Note: Downloading the entire repository is time consuming, so download only the branch you need.**

```console
shell$ git clone --depth=1 --branch v1.1.0 git://github.com/ikwzm/FPGA-SoC-Linux
shell$ git clone --depth=1 --branch v1.2.0 git://github.com/ikwzm/FPGA-SoC-Linux
shell$ cd FPGA-SoC-Linux
shell$ git lfs pull
```
Expand All @@ -15,20 +15,20 @@ shell$ git lfs pull
* target/de10-nano/
+ boot/
- uEnv.txt : U-Boot environment variables for linux boot
- vmlinuz-5.4.47-armv7-fpga : Linux Kernel Image (use Git LFS)
- devicetree-5.4.47-socfpga.dtb : Linux Device Tree Blob
- devicetree-5.4.47-socfpga.dts : Linux Device Tree Source
- vmlinuz-5.4.59-armv7-fpga : Linux Kernel Image (use Git LFS)
- devicetree-5.4.59-socfpga.dtb : Linux Device Tree Blob
- devicetree-5.4.59-socfpga.dts : Linux Device Tree Source
+ u-boot/
- u-boot-spl.sfp : Stage 1 Boot Loader(U-boot-spl)
- u-boot.img : Stage 2 Boot Loader(U-boot)
* debian10-rootfs-vanilla.tgz : Debian10 Root File System (use Git LFS)
* linux-image-5.4.47-armv7-fpga_5.4.47-armv7-fpga-0_armhf.deb : Linux Image Package (use Git LFS)
* linux-headers-5.4.47-armv7-fpga_5.4.47-armv7-fpga-0_armhf.deb : Linux Headers Package (use Git LFS)
* linux-image-5.4.59-armv7-fpga_5.4.59-armv7-fpga-0_armhf.deb : Linux Image Package (use Git LFS)
* linux-headers-5.4.59-armv7-fpga_5.4.59-armv7-fpga-0_armhf.deb : Linux Headers Package (use Git LFS)
* dtbocfg-ctrl_0.0.5-1_all.deb : dtbocfg Control Pakcage (use Git LFS)
* dtbocfg-5.4.47-armv7-fpga_0.0.8-1_armhf.deb : dtbocfg Kernel Module (use Git LFS)
* fclkcfg-5.4.47-armv7-fpga_1.2.0-1_armhf.deb : fclkcfg Kernel Module (use Git LFS)
* u-dma-buf-5.4.47-armv7-fpga_3.0.1-0_armhf.deb : u-dma-buf Kernel Module (use Git LFS)
* zptty-5.4.47-armv7-fpga_1.0.0-1_armhf.deb : zptty Kernel Module (use Git LFS)
* dtbocfg-5.4.59-armv7-fpga_0.0.8-1_armhf.deb : dtbocfg Kernel Module (use Git LFS)
* fclkcfg-5.4.59-armv7-fpga_1.7.2-1_armhf.deb : fclkcfg Kernel Module (use Git LFS)
* u-dma-buf-5.4.59-armv7-fpga_3.2.2-0_armhf.deb : u-dma-buf Kernel Module (use Git LFS)
* zptty-5.4.59-armv7-fpga_1.0.0-1_armhf.deb : zptty Kernel Module (use Git LFS)

#### Format SD-Card

Expand All @@ -44,13 +44,13 @@ shell# dd if=target/de10-nano/u-boot/u-boot-spl.sfp of=/dev/sdc3 bs=64k seek=0
shell# dd if=target/de10-nano/u-boot/u-boot.img of=/dev/sdc3 bs=64k seek=4
shell# tar xfz debian10-rootfs-vanilla.tgz -C /mnt/usb2
shell# mkdir /mnt/usb2/home/fpga/debian
shell# cp linux-image-5.4.47-armv7-fpga_5.4.47-armv7-fpga-0_armhf.deb /mnt/usb2/home/fpga/debian
shell# cp linux-headers-5.4.47-armv7-fpga_5.4.47-armv7-fpga-0_armhf.deb /mnt/usb2/home/fpga/debian
shell# cp linux-image-5.4.59-armv7-fpga_5.4.59-armv7-fpga-0_armhf.deb /mnt/usb2/home/fpga/debian
shell# cp linux-headers-5.4.59-armv7-fpga_5.4.59-armv7-fpga-0_armhf.deb /mnt/usb2/home/fpga/debian
shell# cp dtbocfg-ctrl_0.0.5-1_all.deb /mnt/usb2/home/fpga/debian
shell$ cp dtbocfg-5.4.47-armv7-fpga_0.0.8-1_armhf.deb /mnt/usb2/home/fpga/debian
shell# cp fclkcfg-5.4.47-armv7-fpga_1.2.0-1_armhf.deb /mnt/usb2/home/fpga/debian
shell# cp u-dma-buf-5.4.47-armv7-fpga_3.0.1-0_armhf.deb /mnt/usb2/home/fpga/debian
shell# cp zptty-5.4.47-armv7-fpga_1.0.0-1_armhf.deb /mnt/usb2/home/fpga/debian
shell$ cp dtbocfg-5.4.59-armv7-fpga_0.0.8-1_armhf.deb /mnt/usb2/home/fpga/debian
shell# cp fclkcfg-5.4.59-armv7-fpga_1.7.2-1_armhf.deb /mnt/usb2/home/fpga/debian
shell# cp u-dma-buf-5.4.59-armv7-fpga_3.2.2-0_armhf.deb /mnt/usb2/home/fpga/debian
shell# cp zptty-5.4.59-armv7-fpga_1.0.0-1_armhf.deb /mnt/usb2/home/fpga/debian
shell# umount mnt/usb1
shell# umount mnt/usb2
````
Expand Down
Loading

0 comments on commit a3a4016

Please sign in to comment.