**** BEGIN LOGGING AT Mon Aug 22 02:59:56 2022 Aug 22 06:25:23 Good morning Aug 22 10:03:53 Hello Matt, I'm looking how to flash SLC and enable the safe write in eMMC controller, is there any resources or did you build a customer flasher image for this purpose ? Aug 22 11:02:42 jfsimon1981: well, customers don't flash our devices Aug 22 11:02:56 this is done during production Aug 22 11:12:14 also, if you're trying to get my attention use zmatt not "Matt" .. I don't have a highlight on that Aug 22 11:13:05 Ok Aug 22 11:13:43 You mean you have special TI boards Aug 22 11:14:10 no? Aug 22 11:14:45 I mean if i should go to SLC with the safe write bit on, how do we do this ? Aug 22 11:15:30 we have a step in the flasher script we use during manufacturing of our product that invokes the mmc utility Aug 22 11:16:39 https://pastebin.com/ehRuNFbL Aug 22 11:18:11 You start for a standard BBB and have a specific microSD flasher Aug 22 11:18:14 is this right ? Aug 22 11:18:48 yeah, we plug the BBB into our mainboard and boot from a custom flasher sd-card Aug 22 11:19:15 i see Aug 22 11:19:26 which performs some hardware tests, gathers hardware information, generates ssh keys, registers the device in our database, flashes eMMC, flashes an SPI flash on our custom mainboard, etc Aug 22 11:19:42 reconfiguring the eMMC is just one of these steps Aug 22 11:20:01 so i need to build a stripped sown linux os with the flasher, ok Aug 22 11:20:14 i see thanks Aug 22 11:21:58 yep we just have a minimal system on it, custom tools, and an image file that's flashed to eMMC (making sure to randomize things that should be unique per device, such as the filesystem uuid, machine id, and obviously ssh key) Aug 22 11:22:49 i'll work on it Aug 22 11:22:54 thank you Aug 22 12:41:57 zmatt do you work for ti somehow ? Aug 22 12:42:09 I see you contrubuted to uboot and other projects too Aug 22 12:50:46 no Aug 22 12:51:01 ok Aug 22 12:51:14 I work for a speaker company Aug 22 12:51:22 yes Aug 22 12:51:42 you integrate a bb with it ? Aug 22 12:52:23 yes... we have switching to an osd335x-based design somewhere on our to-do list but never seem to get around to it Aug 22 12:53:19 ok Aug 22 12:54:07 this week i'll be release a prototype for serie with the BB for the core, i'll see if i manage to burn the emmc properly Aug 22 12:54:47 not super critical for this first unit but i should do for reliability. Aug 22 12:55:14 Specially since at the moment it is power off shutdown Aug 22 13:12:04 Hi, I am trying to run gpio read code in my Beaglebone black. I am getting below errors, can someon Aug 22 13:12:20 Traceback (most recent call last): Aug 22 13:12:21   File "test.py", line 4, in Aug 22 13:12:21     GPIO.setup(Pin, GPIO.IN) # set GPIO25 as input (button) Aug 22 13:12:22 ValueError: Set gpio mode failed, missing file or invalid permissions. Aug 22 13:12:59 can someone help me resolve the above error? Aug 22 13:24:14 Hi something like this ? Aug 22 13:24:18 GPIO.setup("P8_10", GPIO.OUT) Aug 22 13:24:18 GPIO.output("P8_10", GPIO.HIGH) Aug 22 17:27:46 zmatt: .... v6.0-rcX just removed our devm_gpio_free entry point.. reverting for now... https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?h=v6.0-rc2&id=2b038e786f8338a3bc22d791000753e0ec113e00 Aug 22 18:32:01 yeah I should rewrite gpio-of-helper to use the newer API **** ENDING LOGGING AT Tue Aug 23 02:59:56 2022