Skip to content

Commit

Permalink
Fix tyops.
Browse files Browse the repository at this point in the history
  • Loading branch information
skiphansen committed Apr 19, 2019
1 parent 2071390 commit ec99991
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ After running the *Generate Programming File* process a .bin file should be crea

When Pano Logic was still alive they published a number of help videos on youtube including [this video](https://www.youtube.com/watch?v=DPkF5EisGDQ) which describes the FPGA image update process. The 21 minute video directs one to a CentOS 4.5 Linux P2V virtual machine which amazingly was still downloadable in 2019 from [here](https://www.youtube.com/redirect?q=https%3A%2F%2Fdocs.google.com%2Ffile%2Fd%2F0B9fxMMbyahDFS3h6QnJWak9xTEE%2Fedit%3Fusp%3Dsharing&event=video_description&v=DPkF5EisGDQ&redir_token=KhUbBOXL2w_m-aFI04GCf7ckh4l8MTU1NTI3MjQxNEAxNTU1MTg2MDE0).

When I downloaded and ran the VM I found a treasure load of information on the Pano as well as the update utilities described in the video. I even found some [**source code!**](./archaeology) code!** Apparently the VM was created from a system that has been used for developing code to burn-in and test Pano devices.
When I downloaded and ran the VM I found a treasure load of information on the Pano as well as the update utilities described in the video. I even found some [**source code!**](./archaeology). Apparently the VM was created from a system that has been used for developing code to burn-in and test Pano devices.

Following the directions in the video I had no problem updating one of my Pano G1 devices, to the "current" Pano Logic firmware, but that wasn't my goal, I wanted to flash my own firmware.

Expand All @@ -152,7 +152,7 @@ Knowing this we can calculate that we need to patch offset 0x8143c40 - 0x08143c0

All that remained was writing a program to update the updater with a new image.

## Do do
## To do
1. Add support for the series2 Pano.


Expand Down

0 comments on commit ec99991

Please sign in to comment.