narmstrong changed the topic of #linux-amlogic to: Amlogic mainline kernel development discussion - our wiki http://linux-meson.com/ - ml linux-amlogic@lists.infradead.org - Publicly Logged on https://irclog.whitequark.org/linux-amlogic
cmeerw has quit [Ping timeout: 272 seconds]
warpme_ has quit [Quit: Connection closed for inactivity]
<benoitm974> @chewitt thanks for your links this look very close to the spec on the box indeed, I hope I do have a 4G/32G/Gigabit ... I've read from russian blog than a lot of those cheap box come with "fake 4G Ram rom" on 2G actual RAM :( ... SHould be there by end of the week.
kaspter has joined #linux-amlogic
kaspter has quit [Remote host closed the connection]
kaspter has joined #linux-amlogic
bengal has quit [Ping timeout: 272 seconds]
bengal has joined #linux-amlogic
benoitm974 has quit [Quit: Connection closed]
cphealy has joined #linux-amlogic
kaspter has quit [Ping timeout: 240 seconds]
kaspter has joined #linux-amlogic
Darkmatter66 has quit [Ping timeout: 256 seconds]
buzzmarshall has quit [Remote host closed the connection]
Barada has joined #linux-amlogic
horia has joined #linux-amlogic
horia has quit [Remote host closed the connection]
horia has joined #linux-amlogic
Darkmatter66 has joined #linux-amlogic
Darkmatter66_ has joined #linux-amlogic
Darkmatter66 has quit [Ping timeout: 256 seconds]
horia has quit [Remote host closed the connection]
asdf28 has joined #linux-amlogic
Barada has quit [Quit: Barada]
Barada has joined #linux-amlogic
horia has joined #linux-amlogic
camus has joined #linux-amlogic
kaspter has quit [Ping timeout: 240 seconds]
camus is now known as kaspter
Barada has quit [Quit: Barada]
horia has quit [Remote host closed the connection]
horia has joined #linux-amlogic
kaspter has quit [Ping timeout: 256 seconds]
kaspter has joined #linux-amlogic
horia has quit [Remote host closed the connection]
horia has joined #linux-amlogic
Darkmatter66_ has quit [Read error: Connection reset by peer]
Darkmatter66 has joined #linux-amlogic
phh has quit [Ping timeout: 265 seconds]
phh has joined #linux-amlogic
ldevulder_ is now known as ldevulder
horia has quit [Remote host closed the connection]
horia has joined #linux-amlogic
horia has quit [Remote host closed the connection]
cmeerw has joined #linux-amlogic
horia has joined #linux-amlogic
asdf28 has quit [Ping timeout: 240 seconds]
horia has quit [Remote host closed the connection]
horia has joined #linux-amlogic
horia has quit [Ping timeout: 268 seconds]
asdf28 has joined #linux-amlogic
Darkmatter66 has quit [Max SendQ exceeded]
tuxd3v has quit [Remote host closed the connection]
kaspter has quit [Ping timeout: 246 seconds]
kaspter has joined #linux-amlogic
Darkmatter66 has joined #linux-amlogic
horia has joined #linux-amlogic
horia has quit [Ping timeout: 258 seconds]
camus has joined #linux-amlogic
camus1 has joined #linux-amlogic
Darkmatter66 has quit [Quit: ZNC 1.7.5 - https://znc.in]
kaspter has quit [Ping timeout: 246 seconds]
camus1 is now known as kaspter
Darkmatter66 has joined #linux-amlogic
camus has quit [Ping timeout: 246 seconds]
Darkmatter66 has quit [Quit: ZNC 1.7.5 - https://znc.in]
Darkmatter66 has joined #linux-amlogic
psydruid has quit [Quit: Bridge terminating on SIGTERM]
l-as has quit [Quit: Bridge terminating on SIGTERM]
kaspter has quit [Ping timeout: 256 seconds]
psydruid has joined #linux-amlogic
Barada has joined #linux-amlogic
l-as has joined #linux-amlogic
kaspter has joined #linux-amlogic
Darkmatter66 has quit [Quit: ZNC 1.7.5 - https://znc.in]
Barada has quit [Quit: Barada]
Darkmatter66 has joined #linux-amlogic
Darkmatter66 has quit [Remote host closed the connection]
kaspter has quit [Remote host closed the connection]
kaspter has joined #linux-amlogic
Darkmatter66 has joined #linux-amlogic
warpme_ has joined #linux-amlogic
benoitm974 has joined #linux-amlogic
<benoitm974> @chewitt I'm not looking for wifi but I hope it will be a 1G ethernet and not a 100M :(... Thanks for the link to the git with the ac2xx dtsi, are you planning to mainline these ?
<chewitt> there's a dependency on some dwmac ethernet patches from @xdarklight (the picosecond series) that need to be accepted first
<chewitt> these are needed for GB ethernet to work
<chewitt> once those are queued I will upstream the dtsi and any device dts based on them that I've accumulated by then
<benoitm974> Since I'll probably spend time on the board once they'll be in, is there any test/work I can do to contribute there ?
<chewitt> dump the Android dtb and share it
<chewitt> this can be compared against other known SM1 devices
<chewitt> and then it's probably a 5 mins copy/paste exercise to create a working dts
<chewitt> if you are super-lucky the manufacturer used a broadcom/ampak module for BT/WiFi and it will work out-of-box
<benoitm974> Ok and on the u-boot side I was first thinking to use the box u-boot with serial, would this work or do I need a specific u-boot for full feature on linux ?
<chewitt> but most of the SM1 box devices are using Realtek/MediaTek parts that don't have upstream drivers
<benoitm974> yes I think it will mostly be low cost chip :(
<chewitt> are you familiar with u-boot things?
Darkmatter66 has quit [Quit: ZNC 1.7.5 - https://znc.in]
<benoitm974> Last time I submited to linux it was for a contribution porting my nas to maniline linux, I had to configure build u-boot for marvell armada chip...
<chewitt> building u-boot itself is simple
<chewitt> but this only one part of the boot firmware
Darkmatter66 has joined #linux-amlogic
<chewitt> this has a description of the "signing" process
<benoitm974> Yes I'm trying to compile as much as I can to be ready when the board will be in but trying to prioritise dts first if I can avoid u-boot since i understoof arm64 introduce trusted platform for eMMC usage if I understood correctly.
<chewitt> as long as you boot to something and backup the emmc with dd, zeroing the emmc to force boot from SD card (for experiments) is simple enough
<chewitt> unless you're unlucky and the vendor uses an encrypted bootloader
<chewitt> (then you just have to restore the backup again)
<chewitt> if you're lucky .. FIPs from other SM1 devices will boot the board
<chewitt> see github.com/LibreELEC/amlogic-boot-fip
<chewitt> if not, then you need to extract or obtain the acs.bin with the RAM timings for the board
<chewitt> once you have a backup of emmc you can always put this on an SD card or USB to boot the box so recovery isn't too hard
Darkmatter66_ has joined #linux-amlogic
<chewitt> soldering UART pins to the board is kind of mandatory for any u-boot experimentation
Darkmatter66 has quit [Ping timeout: 246 seconds]
<benoitm974> Yes UART and SDcard for the experimentation was the plan. A/ dissambling/component(memory size check, etehrnet, wifi/BT ...) identification, then B/UART soldering, first boot, DTS dump, emmc dd backup C/quick test booting a prebuild armbian or other SDcard and then the console message/dts copy/paste challenge :)
Darkmatter66_ has quit [Ping timeout: 240 seconds]
horia has joined #linux-amlogic
horia has quit [Ping timeout: 272 seconds]
camus has joined #linux-amlogic
kaspter has quit [Ping timeout: 260 seconds]
camus is now known as kaspter
sputnik_ has quit [Ping timeout: 256 seconds]
kaspter has quit [Ping timeout: 272 seconds]
kaspter has joined #linux-amlogic
horia has joined #linux-amlogic
zkrx has quit [Ping timeout: 240 seconds]
chewitt_ has joined #linux-amlogic
chewitt has quit [Ping timeout: 258 seconds]
chewitt_ is now known as chewitt
asdf28 has quit [Ping timeout: 265 seconds]
asdf28 has joined #linux-amlogic
probono has quit [Ping timeout: 240 seconds]
kaspter has quit [Quit: kaspter]
probono has joined #linux-amlogic
kaspter has joined #linux-amlogic
zkrx has joined #linux-amlogic
zkrx has quit [Ping timeout: 272 seconds]
zkrx has joined #linux-amlogic
TheAssass1n has joined #linux-amlogic
TheAssassin has quit [Ping timeout: 240 seconds]
TheAssass1n is now known as TheAssassin
chewitt_ has joined #linux-amlogic
chewitt has quit [Ping timeout: 256 seconds]
horia has quit [Remote host closed the connection]
zkrx has quit [Ping timeout: 272 seconds]
kaspter has quit [Quit: kaspter]
ldevulder_ has joined #linux-amlogic
ldevulder has quit [Ping timeout: 265 seconds]
vagrantc has joined #linux-amlogic
zkrx has joined #linux-amlogic
Darkmatter66 has joined #linux-amlogic
zkrx has quit [Ping timeout: 260 seconds]
zkrx has joined #linux-amlogic
vagrantc has quit [Quit: leaving]
asdf28 has quit [Ping timeout: 264 seconds]
sputnik_ has joined #linux-amlogic
repk has quit [Ping timeout: 264 seconds]
ldevulder__ has joined #linux-amlogic
ldevulder_ has quit [Ping timeout: 260 seconds]
repk has joined #linux-amlogic
ldevulder_ has joined #linux-amlogic
ldevulder__ has quit [Ping timeout: 246 seconds]
ldevulder__ has joined #linux-amlogic
ldevulder_ has quit [Ping timeout: 240 seconds]
asdf28 has joined #linux-amlogic
buzzmarshall has joined #linux-amlogic
ldevulder_ has joined #linux-amlogic
ldevulder__ has quit [Ping timeout: 246 seconds]
_whitelogger has joined #linux-amlogic
cmeerw has quit [Ping timeout: 268 seconds]
asdf28 has quit [Ping timeout: 260 seconds]