dddddd has quit [Remote host closed the connection]
DonkeyHotei has joined #linux-sunxi
TheSeven has quit [Ping timeout: 245 seconds]
TheSeven has joined #linux-sunxi
_whitelogger has joined #linux-sunxi
NeuroScr has joined #linux-sunxi
cnxsoft has quit [Quit: cnxsoft]
cnxsoft has joined #linux-sunxi
cnxsoft has quit [Client Quit]
tllim has quit [Read error: Connection reset by peer]
gsz has joined #linux-sunxi
florian has joined #linux-sunxi
warpme_ has joined #linux-sunxi
NeuroScr has quit [Quit: NeuroScr]
NeuroScr has joined #linux-sunxi
warpme_ has quit [Quit: warpme_]
montjoie has quit [Ping timeout: 245 seconds]
montjoie has joined #linux-sunxi
Nakaori has joined #linux-sunxi
nexgen2 has quit [Remote host closed the connection]
reinforce has joined #linux-sunxi
Alexis3D has joined #linux-sunxi
Mangy_Dog has joined #linux-sunxi
JohnDoe_71Rus has quit [Quit: KVIrc KVIrc Aria 5.0.0, revision: 5.0.0+git-7422-2fe1a3bca, build type: debug, sources date: 20160102, built on: 2019-07-01 08:27:19 UTC 5.0.0+git-7422-2fe1a3bca http://www.kvirc.net/]
cnxsoft has joined #linux-sunxi
warpme_ has joined #linux-sunxi
cnxsoft has quit [Quit: cnxsoft]
florian has quit [Ping timeout: 258 seconds]
NeuroScr has quit [Quit: NeuroScr]
nexgen2 has joined #linux-sunxi
ldevulder_ has joined #linux-sunxi
ldevulder__ has quit [Ping timeout: 265 seconds]
dddddd has joined #linux-sunxi
<ullbeking>
good afternoon all
netlynx_ has joined #linux-sunxi
return0e_ has joined #linux-sunxi
return0e has quit [Ping timeout: 245 seconds]
gaston1980 has joined #linux-sunxi
megi has joined #linux-sunxi
JohnDoe_71Rus has joined #linux-sunxi
ldevulder__ has joined #linux-sunxi
ldevulder_ has quit [Ping timeout: 245 seconds]
gaston1980 has quit [Ping timeout: 265 seconds]
jbrown has quit [Ping timeout: 246 seconds]
cnxsoft has joined #linux-sunxi
cnxsoft has quit [Ping timeout: 245 seconds]
ganbold has quit [Ping timeout: 240 seconds]
nexgen2 has quit [Remote host closed the connection]
ganbold has joined #linux-sunxi
return0e_ has quit [Read error: Connection reset by peer]
return0e has joined #linux-sunxi
sunilmohan has quit [Ping timeout: 240 seconds]
sunilmohan has joined #linux-sunxi
sunilmohan has joined #linux-sunxi
sunilmohan has quit [Changing host]
tllim has joined #linux-sunxi
jbrown has joined #linux-sunxi
aalm has quit [Quit: xyz 2.3]
aloo_shu has joined #linux-sunxi
lurchi__ has joined #linux-sunxi
lurchi__ has quit [Read error: Connection reset by peer]
lurchi_ has joined #linux-sunxi
lurchi_ is now known as lurchi__
warpme_ has quit [Quit: warpme_]
lurchi__ has quit [Ping timeout: 245 seconds]
marekbelisko has joined #linux-sunxi
<rr123>
why is sunxi kernel so large? 3.8MB, my openwrt kernel is 1.4MB in general
<rr123>
also when I build H2+, supposedly a 32-bit chip, why am I getting Image too which is 11MB, isn't Image for 64bit arm?, and why is it so huge
<mru>
you want the zImage
<rr123>
why, can you explain? sunxi site does not state this clearly, isn't H2+ 32bit and plus, Image too huge?
<rr123>
sorry i thought you meant Image
lurchi__ has joined #linux-sunxi
<anarsoul>
"Image" is not compressed
lurchi__ is now known as lurchi_
<rr123>
i c, sunxi page states it's 64bit kernel https://linux-sunxi.org/Mainline_Kernel_Howto "After the compilation ended, you should have generated zImage in arch/arm/boot (armhf) or Image in arch/arm64/boot (arm64)"
<rr123>
thanks. I will use zImage then, just need make it smaller, probably by removing some unneeded kernel modules, not sure debugging will takes how much space from the 3+MB kernel
<rr123>
i need fit it to spi-flash so small size matters
Mangy_Dog has quit [Ping timeout: 268 seconds]
matthias_bgg_ has joined #linux-sunxi
jelly has quit [Ping timeout: 244 seconds]
return0e_ has joined #linux-sunxi
\\Mr_C\\ has joined #linux-sunxi
return0e has quit [Ping timeout: 268 seconds]
matthias_bgg_ has quit [Quit: Leaving]
jbrown has quit [Ping timeout: 268 seconds]
Mangy_Dog has joined #linux-sunxi
jelly-home has joined #linux-sunxi
jbrown has joined #linux-sunxi
jbrown has quit [Ping timeout: 240 seconds]
florian has joined #linux-sunxi
netlynx_ has quit [Quit: Ex-Chat]
<libv>
oh wow, someone really did stick rk3399 hw in the sunxi wiki?
<hellsenberg>
oh, that explains why I didn't find it
jelly-home has joined #linux-sunxi
<hellsenberg>
i mean, both sunxi and rockchip are "blue" according to my cursed brain, I wonder if it's because they share some similitudes
gsz has quit [Ping timeout: 268 seconds]
<rr123>
ok i made mainstream uboot and kernel and dtb and boot.scr, i need put kernel/dtb to boot partition on sd card to test, question, the boot partitoin's filesystem requirement, is it msdoc,vfat,ext2, or ext4 these days? last time i did something similar i think it's vfat
<rr123>
s/msdoc/msdos, failed to find such info on sunxi's site
<gnarface>
rr123: i was able to rebuild u-boot without vfat support, and boot purely off a ext4 /boot (or ext2 with the ext4 driver's reverse-compatibility feature)
<gnarface>
rr123: (i noticed ext2 was a lot faster)