rellla changed the topic of #linux-sunxi to: Allwinner/sunxi /development discussion - did you try looking at our wiki? https://linux-sunxi.org - Don't ask to ask. Just ask and wait! - https://github.com/linux-sunxi/ - Logs at http://irclog.whitequark.org/linux-sunxi - *only registered users can talk*
book` has joined #linux-sunxi
ChriChri_ has joined #linux-sunxi
ChriChri has quit [Ping timeout: 246 seconds]
ChriChri_ is now known as ChriChri
warpme_ has quit [Quit: Connection closed for inactivity]
dddddd has quit [Ping timeout: 256 seconds]
sunshavi has quit [Remote host closed the connection]
sunshavi has joined #linux-sunxi
jernej has quit [Ping timeout: 272 seconds]
suprothunderbolt has joined #linux-sunxi
_whitelogger has joined #linux-sunxi
R0b0t1 has quit [Ping timeout: 272 seconds]
R0b0t1 has joined #linux-sunxi
R0b0t1` has quit [Quit: WeeChat 2.9-dev]
R0b0t1` has joined #linux-sunxi
jstein has quit [Quit: quit]
jstein has joined #linux-sunxi
lerc has joined #linux-sunxi
kaspter has quit [Ping timeout: 256 seconds]
kaspter has joined #linux-sunxi
macc24 has quit [Ping timeout: 258 seconds]
cnxsoft has joined #linux-sunxi
<TomTheDragon> willmore: I got a Bittboy V3.5. I'm hoping to at least be able to handle GB/GBC/NES. Anything more is great, though pretty sure the firmware does NOT use X11.
psydread has left #linux-sunxi [#linux-sunxi]
psydread has joined #linux-sunxi
psydread has left #linux-sunxi [#linux-sunxi]
psydread has joined #linux-sunxi
_whitelogger has joined #linux-sunxi
kaspter has quit [Remote host closed the connection]
kaspter has joined #linux-sunxi
_whitelogger has joined #linux-sunxi
JohnDoe_71Rus has joined #linux-sunxi
gaston1980 has quit [Quit: Konversation terminated!]
lurchi_ has joined #linux-sunxi
kaspter has quit [Ping timeout: 258 seconds]
kaspter has joined #linux-sunxi
lurchi__ has quit [Ping timeout: 258 seconds]
RichardG867_ has joined #linux-sunxi
RichardG867_ has quit [Changing host]
RichardG867_ has joined #linux-sunxi
RichardG867 has quit [Ping timeout: 265 seconds]
RichardG867 has joined #linux-sunxi
RichardG867_ has quit [Read error: Connection reset by peer]
paulk-leonov has quit [Ping timeout: 246 seconds]
paulk-leonov has joined #linux-sunxi
netlynx has joined #linux-sunxi
netlynx has joined #linux-sunxi
netlynx has quit [Changing host]
anarsoul has quit [Read error: Connection reset by peer]
anarsoul has joined #linux-sunxi
aloo_shu is now known as newnick
newnick is now known as aloo_shu
RichardG867 has quit [Read error: Connection reset by peer]
RichardG867 has joined #linux-sunxi
reinforce has joined #linux-sunxi
kaspter has quit [Ping timeout: 265 seconds]
kaspter has joined #linux-sunxi
RichardG867 has quit [Ping timeout: 256 seconds]
RichardG867 has joined #linux-sunxi
RichardG867 has joined #linux-sunxi
RichardG867 has quit [Changing host]
macc24 has joined #linux-sunxi
JohnDoe6 has joined #linux-sunxi
RichardG867_ has joined #linux-sunxi
RichardG867_ has joined #linux-sunxi
RichardG867 has quit [Read error: Connection reset by peer]
RichardG867_ has quit [Changing host]
tnovotny has joined #linux-sunxi
JohnDoe_71Rus has quit [Ping timeout: 272 seconds]
jernej has joined #linux-sunxi
daregap has joined #linux-sunxi
JohnDoe6 has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/]
JohnDoe_71Rus has joined #linux-sunxi
freemangordon has joined #linux-sunxi
jernej has quit [Quit: Free ZNC ~ Powered by LunarBNC: https://LunarBNC.net]
jonasbits has quit [Quit: No Ping reply in 180 seconds.]
luke-jr has quit [Ping timeout: 272 seconds]
jonasbits has joined #linux-sunxi
suprothunderbolt has quit [Ping timeout: 265 seconds]
luke-jr has joined #linux-sunxi
jernej has joined #linux-sunxi
ganbold__ has joined #linux-sunxi
ganbold_ has quit [Ping timeout: 260 seconds]
ldevulder__ has quit [Remote host closed the connection]
ldevulder__ has joined #linux-sunxi
macc24 has quit [Quit: WeeChat 2.8]
macc24 has joined #linux-sunxi
florian has joined #linux-sunxi
dddddd has joined #linux-sunxi
ganbold has joined #linux-sunxi
ganbold__ has quit [Ping timeout: 264 seconds]
AneoX has joined #linux-sunxi
matthias_bgg has joined #linux-sunxi
camus1 has joined #linux-sunxi
macc24 has quit [Quit: WeeChat 2.8]
kaspter has quit [Ping timeout: 256 seconds]
camus1 is now known as kaspter
warpme_ has joined #linux-sunxi
macc24 has joined #linux-sunxi
Net147 has quit [Quit: Quit]
Net147 has joined #linux-sunxi
<damex> https://linux-sunxi.org/How_to_boot_the_A10_or_A20_over_the_network is there a way to boot h5 or any other board from network without manually specifying commands? let's say i have tftp+nfs (for root) working and board could always get an address from dhcp.
<damex> let's say i would want to keep 'just uboot' on sdcard and the rest somewhere remote
<damex> lots of examples online and all exect you to configure 'boot environment manually' maybe i can do it by pulling that configuration from tftp?
<mru> network boot with u-boot works pretty much the same on all systems
<mru> you can get away with very little u-boot setup if the dhcp server provides the necessary information
<mru> it really comes down to which you'd rather configure, u-boot or dhcpd
<damex> mru: i'd rather configure dhcpd since it will be central for all boards.
<karlp> you still need to configure uboot to use the dhcp provided options for your boot script anyway ?
<mru> are you using the usual ISC dhcpd?
<damex> mru: dnsmasq actually.
<damex> provides tftp and dhcp
<damex> well, it works for raspberry pis :)
<karlp> what does "works for raspberry pis" mean?
<mru> with dhcpd I set the next-server, filename, and root-path options
<damex> karlp: netboot. dnsmasq serving tftp + dhcp
<karlp> damex: yes, and it iwll for your allwinner boards too
<mru> then a generic u-boot config can find what it needs
<damex> i just wanted to make sure that we won't go 'blame dnsmasq' route
<karlp> no, just changes how you set the options
<damex> everyone at some point tend to blame that poor service
* karlp shrugs, works well, used everywhere.
<mru> you want to use the kernel's dhcp feature too
jernej has quit [Quit: Free ZNC ~ Powered by LunarBNC: https://LunarBNC.net]
jernej has joined #linux-sunxi
<damex> mru: what part is needed to be done for uboot itself ?
<damex> > you can get away with very little u-boot setup
concept10 has joined #linux-sunxi
<mru> you have to tell it to use dhcp and tftp somehow
<mru> then it will get ip addresses and filenames from the dhcp server
<mru> so you can use the same u-boot config on many boards
concept10 has quit [Remote host closed the connection]
Mangy_Dog has joined #linux-sunxi
iyzsong has joined #linux-sunxi
<montjoie> damex: try first boot tftp with a ramdisk, then when it works try nfs
aloo_shu has quit [Ping timeout: 240 seconds]
aloo_shu has joined #linux-sunxi
luke-jr has quit [Ping timeout: 256 seconds]
luke-jr has joined #linux-sunxi
luke-jr has quit [Ping timeout: 256 seconds]
luke-jr has joined #linux-sunxi
fl_0 has quit [Ping timeout: 252 seconds]
fl_0 has joined #linux-sunxi
daregap has quit [Quit: daregap]
gaston1980 has joined #linux-sunxi
iyzsong has quit [Read error: Connection reset by peer]
iyzsong has joined #linux-sunxi
iyzsong has quit [Changing host]
iyzsong has joined #linux-sunxi
lurchi_ is now known as lurchi__
aloo_shu has quit [Ping timeout: 272 seconds]
iyzsong has quit [Quit: ZNC 1.7.1 - https://znc.in]
suprothunderbolt has joined #linux-sunxi
RichardG867_ has quit [Ping timeout: 265 seconds]
RichardG867 has joined #linux-sunxi
RichardG867 has quit [Changing host]
RichardG867 has joined #linux-sunxi
<willmore> TomTheDragon, there's quite an active development group associated with those handhelds.
RichardG867 has quit [Ping timeout: 260 seconds]
RichardG867 has joined #linux-sunxi
RichardG867 has quit [Ping timeout: 272 seconds]
xqdzn has joined #linux-sunxi
RichardG867 has joined #linux-sunxi
xqdzn has quit [Remote host closed the connection]
cnxsoft has quit [Quit: cnxsoft]
Net147 has quit [Ping timeout: 258 seconds]
aloo_shu has joined #linux-sunxi
Net147 has joined #linux-sunxi
lerc has quit [Ping timeout: 272 seconds]
camh has quit [Ping timeout: 272 seconds]
lerc has joined #linux-sunxi
camh has joined #linux-sunxi
reinforce has quit [Quit: Leaving.]
tllim has joined #linux-sunxi
ganbold_ has joined #linux-sunxi
ganbold has quit [Ping timeout: 240 seconds]
florian has quit [Quit: Leaving]
DrFrankensteinUK has quit [Ping timeout: 272 seconds]
mirko_ is now known as mirko
aloo_shu has quit [Ping timeout: 256 seconds]
aloo_shu has joined #linux-sunxi
AneoX_ has joined #linux-sunxi
AneoX has quit [Ping timeout: 260 seconds]
macc24 has quit [Ping timeout: 260 seconds]
reinforce has joined #linux-sunxi
macc24 has joined #linux-sunxi
macc24_ has joined #linux-sunxi
macc24 has quit [Ping timeout: 265 seconds]
warpme_ has quit [Quit: Connection closed for inactivity]
macc24_ is now known as macc24
RichardG867_ has joined #linux-sunxi
RichardG867_ has joined #linux-sunxi
RichardG867_ has quit [Changing host]
RichardG867 has quit [Read error: Connection reset by peer]
RichardG867_ is now known as RichardG867
AneoX_ has quit [Quit: Textual IRC Client: www.textualapp.com]
<TomTheDragon> willmore: have had trouble locating much for those handhelds... though did stumble on a github with quite a few ports
<TomTheDragon> surprising given the extreme low specs, but then again there are still NES developers and the specs on those systems make Bittboy look like a supercomputer
netlynx has quit [Quit: Ex-Chat]
lurchi__ is now known as lurchi_
<willmore> TomTheDragon, this is the firmware I use on mine. I bought it pre-release and got a discount. I looked a bit later and they had gone up in price and were getting hard to find. Guess they were popular. https://jutleys.wixsite.com/bittboynew4u/post/cfw-guide-for-v2-bittboy-only
<TomTheDragon> willmore: oh, I saw that site, my browser hates it for some reason.
<TomTheDragon> willmore: looks like they're available for around $29.99
<willmore> TomTheDragon, it's a wix site, so, it's pretty horrible.
<willmore> TomTheDragon, if you're looking for a really good handheld, have you looked at the Odroid-GO advanced?
warpme_ has joined #linux-sunxi
<willmore> No longer Allwinner, though. Head over to #odroid if you're interested in it, no reason to be that OT here.
<TomTheDragon> willmore: bittboy v3.5 is *not* allwinner? I thought it was Allwinner F1C500S
<TomTheDragon> oh, I misread. I see.
tuxillo has quit [Remote host closed the connection]
tuxillo has joined #linux-sunxi
JohnDoe_71Rus has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/]
lurchi_ is now known as lurchi__
lurchi__ has quit [Quit: Konversation terminated!]
lurchi_ has joined #linux-sunxi
lurchi_ is now known as lurchi__
lurchi__ has quit [Quit: Konversation terminated!]
lurchi__ has joined #linux-sunxi
lurchi__ is now known as lurchi_
hramrach has quit [Ping timeout: 246 seconds]
hramrach has joined #linux-sunxi
lurchi_ is now known as lurchi__
matthias_bgg has quit [Quit: Leaving]
fl_0 has quit [Quit: STRG + Q]
macc24_ has joined #linux-sunxi
macc24 has quit [Ping timeout: 256 seconds]
macc24_ is now known as macc24
lurchi__ is now known as lurchi_
\\Mr_C\\ has joined #linux-sunxi
fl_0 has joined #linux-sunxi
ldevulder_ has joined #linux-sunxi
ldevulder__ has quit [Ping timeout: 260 seconds]
reinforce has quit [Quit: Leaving.]
tllim has quit [Ping timeout: 244 seconds]
lurchi_ is now known as lurchi__
macc24 has quit [Quit: WeeChat 2.8]
tnovotny has quit [Quit: Leaving]
KateUpton has joined #linux-sunxi
KateUpton has quit [Client Quit]
Mangy_Dog has quit [Ping timeout: 256 seconds]
jbrown has quit [Ping timeout: 265 seconds]
jbrown has joined #linux-sunxi