-
Notifications
You must be signed in to change notification settings - Fork 300
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1489 Segmentation fault "${@}" #375
Comments
hei guys, Changed the /etc/ld.so.preload to:- Bcs the variable $PLATFROM is empty cat /proc/cpuinfo | grep "model name" run: ERROR: ld.so: object '/usr/lib/arm-linux-gnueabihf/libarmmem-v7l.so' from /etc/ld.so.preload cannot be preloaded (cannot open shared object file): ignored. Success 0 Failure 0 1:113 2/ 3 [ ] SDPV: write -f imx-boot.bin -skipspl Thanks in advance Chris |
Maybe you can try our prebuild image: https://github.com/nxp-imx/mfgtools/releases/download/master/uuu_armv7 |
The pre-built image link is 404. I wound up here because I'm seeing a segmentation fault too. I'm using the current source built for armv7l:
|
Hei Guys,
i am working on a raspiberry pi 3 model b+ :-
Linux raspberrypi 6.1.21-v7+ #1642 SMP Mon Apr 3 17:20:52 BST 2023 armv7l GNU/Linux(new setup)
Installed the UUU-Tool which is mentioned like here:-
https://snapcraft.io/install/universal-update-utility/raspbian
Run first time UUU :-
ERROR: ld.so: object '/usr/lib/arm-linux-gnueabihf/libarmmem-${PLATFORM}.so' from /etc/ld.so.preload cannot be preloaded (cannot open shared object file): ignored.
uuu (Universal Update Utility) for nxp imx chips -- libuuu_1.5.21-0-g1f42172
uuu [-d -m -v -V] <bootloader|cmdlists|cmd>
.....
Added # at /etc/ld.so.preload to clear the error
Installed:-
udo apt-get install libusb-1.0-0-dev libbz2-dev libzstd-dev
Find the device with -lsusb
uuu (Universal Update Utility) for nxp imx chips -- libuuu_1.5.21-0-g1f42172
Connected Known USB Devices
Path Chip Pro Vid Pid BcdVersion
==================================================
1:112 MX8MM SDP: 0x1FC9 0x0134 0x0101
Run:-
Snap connect universal-update-utility:removable-media
Run:-
uuu uuu.auto
uuu (Universal Update Utility) for nxp imx chips -- libuuu_1.5.21-0-g1f42172
Success 0 Failure 0
1:112 1/ 1 [ ] SDP: boot -f imx-boot.bin
/snap/universal-update-utility/501/bin/universal-update-utility-launch: line 64: 1489 Segmentation fault "${@}"
Any advice? I can flash the image without any problems from our windows system. The Raspberry PI 4 Model B can't even find the MX8MM with lsusb, but that's a problem from raspberry i guess...
The text was updated successfully, but these errors were encountered: