View Single Post
Old 07-11-2021, 07:01 PM   #519
JasonACT
Away on leave
 
Join Date: Apr 2019
Location: ACT
Posts: 1,732
Tech Writer: Recognition for the technical writers of AFF - Issue reason: Outstanding work on the FG ICC issues. Technical Contributor: For members who share their technical expertise. - Issue reason: The insane amount of work he has put into the Falcon FG ICC is unbelievable. He has shared everything he has done and made a great deal of it available to us all. He has definitely helped a great deal of us with no personal gains to himself. 
Default Re: FORD technical service bulletin : ICC touch screen display

These are the commands used by the usbUpdater.sh and I would be more inclined to try these first before relying on SWSA having all "the real" QNX utilities in the fs-images...

Here, they terminate any running etfs file-system, and restart it with the -e (erase/format) option:

rm -f /fs/etfs
slay -f fs-etfs-swsa_2048
sleep 2
fs-etfs-swsa_2048 -r 16384 -f 32768 -e -m /fs/etfs


This is how it's mounted when booting

fs-etfs-swsa_2048 -r 16384 -f 32768 -m /
sleep 1
waitfor /dev/etfs2 5 && ln -sP / /fs/etfs


I can see a difference in where it's mounted when formatting, compared to when booting - where it appears to create a non-permanent memory link in /fs to the root mount point. Maybe they don't make it root when formatting in case the format fails? I can only speculate.
JasonACT is offline   Reply With Quote