Saturday, 2020-09-12

*** pacce <pacce!~pacce@187.3.222.121> has joined #yocto00:31
*** yann <yann!~yann@88.120.44.86> has quit IRC00:34
*** kiwi_29 <kiwi_29!~kiwi_29@c-73-231-211-214.hsd1.ca.comcast.net> has joined #yocto01:14
*** kiwi_29 <kiwi_29!~kiwi_29@c-73-231-211-214.hsd1.ca.comcast.net> has joined #yocto01:15
*** kiwi_29 <kiwi_29!~kiwi_29@c-73-231-211-214.hsd1.ca.comcast.net> has quit IRC01:18
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has quit IRC01:19
*** nerdboy <nerdboy!~sarnold@47.143.129.109> has joined #yocto01:19
*** Emantor <Emantor!~Emantor@magratgarlick.emantor.de> has quit IRC01:20
*** nerdboy <nerdboy!~sarnold@47.143.129.109> has quit IRC01:20
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has joined #yocto01:20
*** Emantor <Emantor!~Emantor@magratgarlick.emantor.de> has joined #yocto01:21
*** pacce <pacce!~pacce@187.3.222.121> has quit IRC01:53
*** zangman <zangman!7458c728@116.88.199.40> has joined #yocto02:26
*** jrdn <jrdn!~jrdn@S010668ff7b6b7383.ok.shawcable.net> has quit IRC02:32
zangmanIs there a way to have a U-Boot script run on device startup and then continue normal boot?02:42
zangmanI guess I can resume boot from the script with the last command being `boot`02:43
zangmanBut how do I get it to load automatically in the beginning?02:43
*** hpsy <hpsy!~hpsy@92.118.12.72> has joined #yocto02:56
*** hpsy1 <hpsy1!~hpsy@92.118.12.72> has quit IRC02:57
*** sakoman <sakoman!~steve@rrcs-66-91-142-162.west.biz.rr.com> has quit IRC03:37
*** PaowZ <PaowZ!~vince@2a01:e35:2e3e:4ac0:1887:308e:4f01:6448> has quit IRC03:50
*** PaowZ <PaowZ!~vince@2a01:e35:2e3e:4ac0:6de9:ac1e:540c:e7a9> has joined #yocto03:56
*** cp- <cp-!~cp-@b157153.ppp.asahi-net.or.jp> has quit IRC04:00
*** cp- <cp-!~cp-@b157153.ppp.asahi-net.or.jp> has joined #yocto04:02
*** cp- <cp-!~cp-@b157153.ppp.asahi-net.or.jp> has quit IRC04:04
*** cp- <cp-!~cp-@b157153.ppp.asahi-net.or.jp> has joined #yocto04:05
*** nslu2-log_ <nslu2-log_!~nslu2-log@milla.nas-admin.org> has joined #yocto04:22
*** nslu2-log <nslu2-log!~nslu2-log@milla.nas-admin.org> has quit IRC04:24
*** nslu2-log_ is now known as nslu2-log04:24
*** bradleyb <bradleyb!~radsquirr@mail.fuzziesquirrel.com> has joined #yocto04:36
*** bradleyb <bradleyb!~radsquirr@mail.fuzziesquirrel.com> has quit IRC04:37
*** bradleyb <bradleyb!~radsquirr@mail.fuzziesquirrel.com> has joined #yocto04:37
*** georgem_home <georgem_home!uid210681@gateway/web/irccloud.com/x-fgpyfxnqxtgrqdky> has quit IRC04:45
*** f0h <f0h!~f0h@farfarello.0xf0.eu> has joined #yocto04:48
*** ssajal <ssajal!~ssajal@bras-base-otwaon1146w-grc-11-174-88-220-58.dsl.bell.ca> has quit IRC04:53
khemzangman: https://www.denx.de/wiki/view/DULG/UBootScripts might be helpful05:08
zangmankhem: Thanks, have gone through that page. I want to have the script file burnt into the SD Card along with bootloader.05:10
zangmanLooking at `include/config_distro_bootcmd.h` it looks like it auto-loads boot.scr and boot.scr.uimg05:11
zangmanbut I'm using the `u-boot-with-spl.spf` and directly `dd`ing it to the sd card partition. So not sure how to include an additional script along with it05:11
khemmaybe encode it as a variable into boot.scr ?05:16
zangmanthat's the part I'm not sure how to05:17
zangmandoes it automatically include `boot.scr` if it's in the root directory?05:18
zangmani.e. when compiling u-boot05:18
zangman`config_distro_bootcmd.h` currently auto runs a variable `distro_bootcmd`. So maybe instead of a stand alone script, I just write another header file to do what I want to do and include it in `include/config_distro_bootcmd.h`?05:19
zangmanthat way I won't need boot.scr05:20
zangmanAh-ha, some info in `doc/README.distro` it looks like we should either use `boot.scr` or `extlinux.conf`. It recommends using `extlinux.conf`. Since I have that already, maybe that's why it's not reading `boot.scr`05:23
zangmanHere is the file: https://gitlab.denx.de/u-boot/u-boot/blob/master/doc/README.distro05:26
*** jrdn <jrdn!~jrdn@S010668ff7b6b7383.ok.shawcable.net> has joined #yocto06:02
*** feddischson <feddischson!~feddischs@HSI-KBW-095-208-248-038.hsi5.kabel-badenwuerttemberg.de> has joined #yocto06:18
*** nslu2-log <nslu2-log!~nslu2-log@milla.nas-admin.org> has quit IRC06:35
zangmanWell - I couldn't get U-boot script to autoload. Maybe I'll visit it again in the future. For now, I just hard coded my commands to the variable `distro_bootcmd` and re-built the bootloader. It does what I need it to for now.06:39
*** beneth <beneth!~beneth@irc.beneth.fr> has joined #yocto06:40
*** jrdn <jrdn!~jrdn@S010668ff7b6b7383.ok.shawcable.net> has quit IRC06:54
*** agust <agust!~agust@p508b6ab0.dip0.t-ipconnect.de> has joined #yocto06:57
*** yann <yann!~yann@88.120.44.86> has joined #yocto07:18
*** koty0f <koty0f!~filip@nat-40.starnet.cz> has joined #yocto07:23
*** ndec <ndec!sid219321@linaro/ndec> has quit IRC07:26
*** Chaser <Chaser!~Chaser@ec2-13-233-34-134.ap-south-1.compute.amazonaws.com> has quit IRC07:26
*** andycooper <andycooper!uid246432@gateway/web/irccloud.com/x-pwevvxezgtcfsqzr> has quit IRC07:26
*** ndec <ndec!sid219321@linaro/ndec> has joined #yocto07:27
*** bradfa <bradfa!sid297668@gateway/web/irccloud.com/x-rfphktmxemxwhcmy> has quit IRC07:27
*** GonZo2k <GonZo2k!gonzo2000m@gateway/shell/matrix.org/x-eggbjkbdcbzhfred> has quit IRC07:28
*** andycooper <andycooper!uid246432@gateway/web/irccloud.com/x-xiqswhkhpunxduzy> has joined #yocto07:28
*** bradfa <bradfa!sid297668@gateway/web/irccloud.com/x-ewgxfyzdkjmlvprb> has joined #yocto07:28
*** Chaser <Chaser!~Chaser@ec2-13-233-34-134.ap-south-1.compute.amazonaws.com> has joined #yocto07:31
*** kayterina <kayterina!kayterina-@gateway/shell/matrix.org/x-bqlpleeqpffpvzut> has quit IRC07:34
*** GonZo2k <GonZo2k!gonzo2000m@gateway/shell/matrix.org/x-rgqbfzokrjjbuihl> has joined #yocto07:35
*** pohly <pohly!~pohly@p54849295.dip0.t-ipconnect.de> has joined #yocto07:41
*** kayterina <kayterina!kayterina-@gateway/shell/matrix.org/x-cmtkvfnuottszbqp> has joined #yocto07:47
*** pohly <pohly!~pohly@p54849295.dip0.t-ipconnect.de> has quit IRC07:54
*** feddischson <feddischson!~feddischs@HSI-KBW-095-208-248-038.hsi5.kabel-badenwuerttemberg.de> has quit IRC08:36
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto09:31
*** beneth <beneth!~beneth@irc.beneth.fr> has left #yocto09:57
*** koty0f <koty0f!~filip@nat-40.starnet.cz> has quit IRC10:14
*** beneth <beneth!~beneth@irc.beneth.fr> has joined #yocto10:15
*** hpsy <hpsy!~hpsy@92.118.12.72> has quit IRC11:00
*** hpsy <hpsy!~hpsy@92.118.12.72> has joined #yocto11:00
*** angery <angery!~dave@d66-183-215-121.bchsia.telus.net> has quit IRC11:05
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has quit IRC11:24
*** georgem_home <georgem_home!uid210681@gateway/web/irccloud.com/x-ioubwmwmnmwbxljl> has joined #yocto11:24
*** manuel1985 <manuel1985!~manuel@089144218119.atnat0027.highway.a1.net> has joined #yocto11:27
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC11:27
*** manuel1985 <manuel1985!~manuel@089144218119.atnat0027.highway.a1.net> has quit IRC11:40
*** bradleyb <bradleyb!~radsquirr@mail.fuzziesquirrel.com> has quit IRC12:23
*** bradleyb <bradleyb!~radsquirr@mail.fuzziesquirrel.com> has joined #yocto12:26
*** angery <angery!~dave@d66-183-215-121.bchsia.telus.net> has joined #yocto12:38
*** bradleyb <bradleyb!~radsquirr@mail.fuzziesquirrel.com> has quit IRC13:29
*** feddischson <feddischson!~feddischs@HSI-KBW-095-208-248-038.hsi5.kabel-badenwuerttemberg.de> has joined #yocto13:49
*** mihaix <mihaix!~mihai@unaffiliated/mihai> has left #yocto13:51
*** georgem_home <georgem_home!uid210681@gateway/web/irccloud.com/x-ioubwmwmnmwbxljl> has quit IRC13:54
*** bradleyb <bradleyb!~radsquirr@mail.fuzziesquirrel.com> has joined #yocto13:59
*** goliath <goliath!~goliath@clnet-p04-043.ikbnet.co.at> has joined #yocto14:33
*** angery <angery!~dave@d66-183-215-121.bchsia.telus.net> has quit IRC15:04
*** bradleyb <bradleyb!~radsquirr@mail.fuzziesquirrel.com> has quit IRC15:10
*** jrdn <jrdn!~jrdn@S010668ff7b6b7383.ok.shawcable.net> has joined #yocto15:13
*** bradleyb <bradleyb!~radsquirr@mail.fuzziesquirrel.com> has joined #yocto15:13
*** zangman <zangman!7458c728@116.88.199.40> has quit IRC15:32
*** armpit <armpit!~armpit@2601:202:4180:a5c0:9d9a:aa32:31fc:b6f0> has quit IRC15:43
*** sh_ <sh_!~sh@ken.tnt.cx> has quit IRC15:51
*** armpit <armpit!~armpit@2601:202:4180:a5c0:e1aa:69c3:1411:f726> has joined #yocto15:56
*** sh_ <sh_!~sh@ken.tnt.cx> has joined #yocto15:56
*** BobPungartnik <BobPungartnik!~BobPungar@177.41.204.154> has joined #yocto16:34
*** BobPungartnik <BobPungartnik!~BobPungar@177.41.204.154> has quit IRC16:34
*** BobPungartnik <BobPungartnik!~BobPungar@177.41.204.154> has joined #yocto16:37
*** BobPungartnik <BobPungartnik!~BobPungar@177.41.204.154> has quit IRC16:38
*** BobPungartnik <BobPungartnik!~BobPungar@177.41.204.154> has joined #yocto16:42
*** master007 <master007!~master007@125.63.125.42> has joined #yocto16:44
*** BobPungartnik <BobPungartnik!~BobPungar@177.41.204.154> has joined #yocto16:46
*** BobPungartnik <BobPungartnik!~BobPungar@177.41.204.154> has quit IRC16:52
*** goliath <goliath!~goliath@clnet-p04-043.ikbnet.co.at> has quit IRC17:03
*** nerdboy <nerdboy!~sarnold@47.143.129.109> has joined #yocto17:13
*** goliath <goliath!~goliath@clnet-p04-043.ikbnet.co.at> has joined #yocto17:14
*** rizzitello <rizzitello!~quassel@24.105.220.210> has joined #yocto17:24
*** nerdboy <nerdboy!~sarnold@47.143.129.109> has quit IRC17:26
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has joined #yocto17:26
*** feddischson <feddischson!~feddischs@HSI-KBW-095-208-248-038.hsi5.kabel-badenwuerttemberg.de> has quit IRC17:29
*** feddischson <feddischson!~feddischs@HSI-KBW-095-208-248-038.hsi5.kabel-badenwuerttemberg.de> has joined #yocto17:31
*** feddischson <feddischson!~feddischs@HSI-KBW-095-208-248-038.hsi5.kabel-badenwuerttemberg.de> has quit IRC17:37
*** Ox861726f6c64 <Ox861726f6c64!~Ox861726f@gateway/tor-sasl/ox861726f6c64> has joined #yocto17:40
*** sakoman <sakoman!~steve@rrcs-66-91-142-162.west.biz.rr.com> has joined #yocto17:42
*** sakoman <sakoman!~steve@rrcs-66-91-142-162.west.biz.rr.com> has quit IRC18:04
*** j241 <j241!~Adium@20.ip-51-79-160.net> has joined #yocto18:07
*** sakoman <sakoman!~steve@rrcs-66-91-142-162.west.biz.rr.com> has joined #yocto18:22
*** j241 <j241!~Adium@20.ip-51-79-160.net> has quit IRC18:27
*** pohly <pohly!~pohly@p54849295.dip0.t-ipconnect.de> has joined #yocto18:38
*** j241 <j241!~Adium@20.ip-51-79-160.net> has joined #yocto19:09
*** NiksDev <NiksDev!~NiksDev@192.91.101.30> has quit IRC19:22
*** NiksDev <NiksDev!~NiksDev@192.91.101.30> has joined #yocto19:22
*** stephano <stephano!~stephano@c-73-164-244-205.hsd1.or.comcast.net> has quit IRC19:26
*** rangergord <rangergord!rangergord@gateway/shell/xshellz/x-izmbhukvxcvtyejl> has quit IRC19:36
*** rizzitello <rizzitello!~quassel@24.105.220.210> has quit IRC20:00
*** jrdn <jrdn!~jrdn@S010668ff7b6b7383.ok.shawcable.net> has quit IRC20:58
*** yann <yann!~yann@88.120.44.86> has quit IRC21:29
*** bobo <bobo!~bobo@m5-243-49-179.cust.tele2.se> has joined #yocto21:32
*** j241 <j241!~Adium@20.ip-51-79-160.net> has quit IRC21:34
*** bobo <bobo!~bobo@m5-243-49-179.cust.tele2.se> has quit IRC22:04
*** beneth <beneth!~beneth@irc.beneth.fr> has left #yocto22:10
*** pohly <pohly!~pohly@p54849295.dip0.t-ipconnect.de> has quit IRC22:13
*** agust <agust!~agust@p508b6ab0.dip0.t-ipconnect.de> has quit IRC22:46
*** Ox861726f6c64 <Ox861726f6c64!~Ox861726f@gateway/tor-sasl/ox861726f6c64> has quit IRC23:07
*** xicopitz[m] <xicopitz[m]!xicopitzma@gateway/shell/matrix.org/x-gpqmdwowupklygpl> has joined #yocto23:17
*** creich <creich!~creich@p200300f6af3ce810b2f04882baf8e8e6.dip0.t-ipconnect.de> has joined #yocto23:22
*** creich_ <creich_!~creich@p200300f6af177610000000000000039b.dip0.t-ipconnect.de> has quit IRC23:23
*** bradleyb <bradleyb!~radsquirr@mail.fuzziesquirrel.com> has quit IRC23:52
*** bradleyb <bradleyb!~radsquirr@mail.fuzziesquirrel.com> has joined #yocto23:52

Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!