Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
TexZK committed May 3, 2023
1 parent e181eee commit 5fa33e1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/bbb/blockfs.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,8 @@ EOF

Reboot your target system again. With the `mount` command, check that `/www/upload/files` is now a mount point for the third SD card partition.

Also make sure that you can still upload new images, and that these images are listed in the web interface.
Also make sure that you can still upload new images, and that these images are listed in the
[web interface](http://192.168.0.69/index.html).
For example, upload the file `$LAB_PATH/nfsroot/www/gohome.png`.

```console title="picocomBBB - BusyBox" hl_lines="8 14"
Expand Down Expand Up @@ -261,7 +262,7 @@ brick.png lkn-small.jpg
gohome.png lost+found
linux-blackfin.jpg upload.log
# cat /var/log/upload.log
Sat Apr 8 16:26:56 2023 File uploaded succesfully: gohome.png (888 bytes)
Thu Jan 1 00:00:45 1970 File uploaded succesfully: gohome.png (888 bytes)
# reboot
...
# cat /var/log/upload.log
Expand Down

0 comments on commit 5fa33e1

Please sign in to comment.