re-added the list, looks like my mobile client dropped it
On Tue, Nov 7, 2017 at 12:04 PM, Tomasz Kłoczko kloczko.tomasz@gmail.com wrote:
On 7 November 2017 at 11:55, Peter Robinson pbrobinson@gmail.com wrote: [..]
Update to rc8 and all the issues with vc4 should go away.
_PLEASE_ if your using rawhide make sure your damn well running the latest version before wasting other people's time
As I wrote loos like to keep everything up to date it is not enough to only execute "dnf upgrade" and few (not obvious) steps needs to be taken manually.
So rc8 will be on it's way out to the mirrors likely today (or tomorrow) but I would tend to just pull them from koji if you want the latest.
No I know what needs to be done on RPi3 but I think that similar issue may be affecting other armv7l/aarch64 installations.
Again which issue? The DMA one, the firmware..... you've covered a number of possible issues in this thread.
Is it any existing tool/script which is addressing such issues?
Address which such issues, please be explicit.
On 7 November 2017 at 13:46, Peter Robinson pbrobinson@gmail.com wrote: [..]
No I know what needs to be done on RPi3 but I think that similar issue may be affecting other armv7l/aarch64 installations.
Again which issue? The DMA one, the firmware..... you've covered a number of possible issues in this thread.
No. Issue not updating files on first vfat partition during "dnf upgrade".
kloczek
On Tue, Nov 7, 2017 at 1:50 PM, Tomasz Kłoczko kloczko.tomasz@gmail.com wrote:
On 7 November 2017 at 13:46, Peter Robinson pbrobinson@gmail.com wrote: [..]
No I know what needs to be done on RPi3 but I think that similar issue may be affecting other armv7l/aarch64 installations.
Again which issue? The DMA one, the firmware..... you've covered a number of possible issues in this thread.
No. Issue not updating files on first vfat partition during "dnf upgrade".
which files? For ARMv7 literally the only files that are really there are related to the Raspberry Pi which means that it literally affects no other devices what so ever.
In terms of updating the RPi firmware I don't tend to do that automatically because we tend to update the firmware rarely and if it's not broken..... that's why we provide the rpi-firmware tool.
On 7 November 2017 at 14:31, Peter Robinson pbrobinson@gmail.com wrote: [..]
No. Issue not updating files on first vfat partition during "dnf upgrade".
which files? For ARMv7 literally the only files that are really there are related to the Raspberry Pi which means that it literally affects no other devices what so ever.
In terms of updating the RPi firmware I don't tend to do that automatically because we tend to update the firmware rarely and if it's not broken..... that's why we provide the rpi-firmware tool.
[root@rpi3 boot]# mount /dev/mmcblk0p1 /boot/fw; ls -la /boot/fw total 12968 drwxr-xr-x 3 root root 16384 Dec 31 1969 . dr-xr-xr-x 10 root root 4096 Nov 5 14:13 .. -rwxr-xr-x 1 root root 50248 Jul 29 10:06 bootcode.bin -rwxr-xr-x 1 root root 4442 Oct 15 07:25 config-64.txt -rwxr-xr-x 1 root root 4285 Oct 15 07:25 config.txt -rwxr-xr-x 1 root root 2594 Oct 12 04:04 fixup_cd.dat -rwxr-xr-x 1 root root 6581 Oct 12 04:04 fixup.dat -rwxr-xr-x 1 root root 9726 Oct 12 04:04 fixup_db.dat -rwxr-xr-x 1 root root 9726 Oct 12 04:04 fixup_x.dat drwxr-xr-x 2 root root 2048 Oct 16 22:42 overlays -rwxr-xr-x 1 root root 393016 Nov 7 06:38 rpi2-u-boot.bin -rwxr-xr-x 1 root root 392848 Nov 7 06:38 rpi3-u-boot.bin -rwxr-xr-x 1 root root 667492 Oct 12 04:04 start_cd.elf -rwxr-xr-x 1 root root 4965380 Oct 12 04:04 start_db.elf -rwxr-xr-x 1 root root 2827652 Oct 12 04:04 start.elf -rwxr-xr-x 1 root root 3911652 Oct 12 04:04 start_x.elf
rpi2-u-boot.bin it is copy of /usr/share/uboot/rpi_2/u-boot.bin rpi3-u-boot.bin it is copy of /usr/share/uboot/rpi_3_32b/u-boot.bin All other files are copies of the files from /usr/share/bcm283x-firmware.
kloczek