denon_prime_console
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
denon_prime_console [2024/05/12 21:37] – ounsatn | denon_prime_console [2024/05/17 14:14] (current) – ounsatn | ||
---|---|---|---|
Line 19: | Line 19: | ||
On your raspberry, make mpcimg executable ( chmod +x ) and then run the following command to get information about the current file: | On your raspberry, make mpcimg executable ( chmod +x ) and then run the following command to get information about the current file: | ||
- | **! Important ! note the compatible string (inmusic, | + | **! Important ! note the compatible string (inmusic, |
< | < | ||
Line 186: | Line 186: | ||
Now it's time to repack image file. | Now it's time to repack image file. | ||
- | To repack file, its mandatory | + | Copy the binary/ |
- | For prime JP11 ( prime GO ) change the lines | + | < |
+ | root@osmc:/ | ||
+ | </ | ||
+ | |||
+ | {{http:// | ||
+ | |||
+ | |||
+ | |||
+ | Change | ||
+ | For prime JP11 ( prime GO ) change the lines | ||
< | < | ||
if mpc == " | if mpc == " | ||
Line 209: | Line 218: | ||
**NB : you can put what you want in description, | **NB : you can put what you want in description, | ||
+ | **NB : __compatible and devices__ are the string we had when getting info on the original file upper** | ||
+ | Once done, repack the firwmare with command | ||
+ | < | ||
+ | ./ | ||
+ | </ | ||
+ | {{http:// | ||
+ | |||
+ | Take another coffee ! it may be longer to repack, depending of the performance of your arm chip. | ||
+ | New image is there, ready to be uploaded on Hardware. | ||
+ | {{http:// | ||
+ | |||
+ | Download it on your computer, put you prime in update mode. | ||
+ | |||
+ | Take the Windows Setup Upgrade image from denon on their site (Prime+GO+3.4.0+Updater.exe). | ||
+ | open it with 7zip, and extract all the files **except update.img** to a dedicated folder. | ||
+ | in this folder put your new created file file rootfs_PRIMEGO-3.4.0-UpdateTLN and rename it to update.img. | ||
+ | |||
+ | Like below : | ||
+ | |||
+ | |||
+ | |||
+ | Connect Prime to your computer via USB, and launch FirmwareUpdater.exe, | ||
+ | |||
+ | {{http:// | ||
+ | {{http:// | ||
+ | |||
+ | Once update done, PrimeGo reboot with new version. | ||
+ | |||
+ | |||
+ | Now launch a putty, put ip of the prime with port 230. | ||
+ | |||
+ | {{http:// | ||
+ | |||
+ | login with root / pwd : prime | ||
+ | |||
+ | Tadaaaa your in ! | ||
+ | |||
+ | {{http:// | ||
+ | |||
+ | |||
+ | To finish, i tried to enable sshd to be run at the startup in the firmware but each times i tried , it failed. | ||
+ | I should ask on AkaiF/MPC Moddings Groups how it's done, however with telnet it's working well. | ||
+ | Of course after the telnet connection you can launch ssh | ||
+ | |||
+ | < | ||
+ | ## edit / | ||
+ | ## put PasswordAuthentication yes | ||
+ | ## put PermitRootLogin yes | ||
+ | ## and then launch ssh daemon | ||
+ | systemctl start sshd | ||
+ | </ | ||
+ | |||
+ | As we put telnet in the prime service, if you restart or stop prime service it will kill your telnetd. | ||
+ | So launch an ssh session before restarting/ | ||
+ | |||
+ | If needed here is my img file , tested on my prime go and working, however use it at your own risk i cannot be responsible for bad usage. | ||
+ | [[http:// | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
denon_prime_console.1715542621.txt.gz · Last modified: 2024/05/12 21:37 by ounsatn