Skip to content

Commit

Permalink
Specify what original distro I had in the card
Browse files Browse the repository at this point in the history
Fixes #1
  • Loading branch information
mo3rfan committed May 3, 2022
1 parent 2c6df6b commit 3c7910c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ sudo apt-get install flex bison g++ libgmp3-dev libmpc-dev
make INSTALL_MOD_PATH=output ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabihf- m2z_lima_defconfig zImage modules modules_install dtbs -j$(nproc)
```

4. Copy over the output/* (lib/modules) into rootfs of memory card:
4. Copy over the output/* (lib/modules) into rootfs of memory card (Follow the [instructions here to install ubuntu](https://github.com/avafinger/bananapi-zero-ubuntu-base-minimal/releases/tag/v3.10) in the memory card):

```
sudo cp -vfr ./output/* /
Expand Down

0 comments on commit 3c7910c

Please sign in to comment.