Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sepen authored Jan 2, 2024
1 parent 5062f92 commit 6d2c4a4
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,30 @@
# crux-ports-jornada7xx-arm

CRUX-ARM ports overlay for HP Jornada 710/720/728

> IMPORTANT NOTE:
>
> Native compilation to build these ports is discouraged given the limitations of this device.
> Instead it is preferable to use cross-compilation for target arm-linux-gnu
To use these ports, download the `jornada7xx-arm.httpup` file to `/etc/ports`:
```
$ sudo wget -P /etc/ports https://raw.githubusercontent.com/crux-arm/crux-ports-jornada7xx-arm/main/jornada7xx-arm.httpup
$ sudo ports -u jornada7xx-arm
```

You may want to list it first in `/etc/prt-get.conf` to take advantage of ports overlay:
```
###
### prt-get conf
###
# note: the order matters: the package found first is used
prtdir /usr/ports/jornada7xx-arm
prtdir /usr/ports/core-arm
prtdir /usr/ports/opt-arm
prtdir /usr/ports/xorg-arm
prtdir /usr/ports/core
prtdir /usr/ports/opt
prtdir /usr/ports/xorg
```

0 comments on commit 6d2c4a4

Please sign in to comment.